/*Configuration générale */

* { margin: 0; padding: 0;}
/*La couleur de background du dégradé est la #d9e5f1 */
body {
	margin: 0;
	font-family: Bip, "Comic sans MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url("./images/background.png");
	background-repeat: repeat-y
}

a { color: #259acb;
	text-decoration: none;
 }

a:hover 
{
	text-decoration: underline;
	color: #67b8db;
}

/* -Header- */

#header
{
	width: 373px;
	height: 153px;
	background: url(images/header.png) no-repeat ;
	margin: 0;
}

#header span
 {
	display: none;
}

/* -Menu header- */

#menuhorizontal
 {
	height: 27px;
	margin: -96px 0 0 362px;
	list-style-type: none;
}

#menuhorizontal li {
	float: left;
	display: block;
	width: 81px;
	height: 27px;
	margin: 0 4px 0 5px ;
	line-height: 15px;
	background: url(images/menuheader.png) no-repeat;
	text-align: center;
	font-family: "Comic sans ms";
	font-size: 0.8em;
}

#menuhorizontal li:hover {
	background: url(images/menuheader2.png) no-repeat;
}

#menuhorizontal li a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

#menuhorizontal li a:hover{
	text-decoration: none;
	font-weight: bold;
}


/* Barre de Connexion */

#titre {
	height: 45px;
	margin: 15px 0 0 370px;
	color: #259acb;
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
}

/* Menu vertical */

#menuvertical {
	width: 140px;
	margin: 57px 0 0 0 ;
	float: left;
	list-style-type: none;
}

#menuvertical li {
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	margin: 7px 0 0 0;
	background: url(images/menuvertical.png) no-repeat;
}
#menuvertical li:hover {
	background: url(images/menuvertical2.png) no-repeat;
}

#menuvertical li a {
	color: #fff;
	font-family: "Comic sans ms";
	text-decoration: none;
	margin: 0 10px 0 0;
	font-size: 0.8em;
}

#menuvertical li a:hover{
	text-decoration: none;
	font-weight: bold;
}

/* Contenu */

#contenu {
	width: 670px;
	margin: 45px 0 0 185px;
	
}

#contenu h2 {
	color: #fb8800;
	margin: 25px 9px 0 0;
	font-size: 1em;
	text-align: center;
}
#contenu li
{
	margin-left: 60px;
	text-align: justify;
	line-height: 30px;
}

img
{
	border: none;
}
.news p
{
    background-color:#67b8db;
    margin-top:0px;
	font-size: 14px;
	text-align: justify;
	font-family: "Comic sans ms";
}
.news
{
    width:70%;
    margin:auto;
}
h2, th, td
{
    text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
table
{
	border-collapse:collapse;
    border:2px solid black;
    margin:auto;
	width: 100%;
	padding: auto;
	text-align: center;
	background-color: #259acb;
}
th, td
{
    border:1px solid black;
}
.date
{
	padding-right: 2px;
	padding-left: 2px;
	width: 150px;
	text-align: center;
}
input, textarea
{
	background-color: #c5e2ff;
}
input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active
{
	background-color: #add7ff;
}
h5
{
	text-align: right;
	margin-left: 0px;
}
h1
{
color: #fb8800;
text-align: center;
text-decoration: underline;
padding-bottom: 0px;
}
#footer
{
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 5px;
	background-image: url(images/extensiblehead2.jpg) ;
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
	font-weight: bold;
	text-align: center;
	color: white;
	font-family: "Comic sans ms";
	font-size: 0.8em;
}
#footer a
{
	color: white;
}
#footer a:hoover
{
	color: white;
}
.paragraphe
{
	text-align: justify;
	text-indent: 30px;
	line-height: 30px;
}
.popol
{
	position:absolute;
	left:80.5%;
	top:1.5%;
}
#newsletter
{
	margin-top: 40px;
	margin-left: 172px;
	text-align:center;
	padding-right: 20%;
}
.inscription
{
	width: 100%;
}
#background
{
	background-image: url("./images/extensiblehead.png");
	background-repeat: repeat-x;
	height: 153px;
}
.membres
{
	text-align: center;
}
.telechargement
{
	padding-left: 22px;
	padding-right: 22px;
}
.telechargement:hover, .telechargement:active, .telechargement:focus
{
	background-color: #add7ff;
}
.telechargement2:hover, .telechargement2:active, .telechargement2:focus
{
	background-color: #add7ff;
}
.nom
{
	width: 150px;
}
.photo
{
	width: 200px;
}
a.opacity img {filter:alpha(opacity=80);
               -moz-opacity: 0.8;
               opacity: 0.8;}

a.opacity:hover img {filter:alpha(opacity=100);  
                     -moz-opacity: 1.0;  
                     opacity: 1.0;}
h4
{
color: #415173;
text-align: center;
text-decoration: underline;
padding-bottom: 0px;
font-size: 16px;
}

.liens2
{
color: #FFFF00;
}

.floatleft 
{
float: left;
padding-right: 20px;
}

.floatright 
{
float: right;
padding-left: 20px;
}
.comm
{
postion: absolute;
top: 300px;
left: 1000px;
width: 200px;
height: 330px;
float: right;
padding-left: 15px;
padding-right: 10px;
text-align:justify;
background-image: url("./images/camps/mini/comms.gif");
}
.deezer
{	position:absolute;
	left:70%;
	top:35%;
}
.important
{
text-align: center;
background-color: #CC0000;
font-size: 18px;
font-weight: bold;
}
.important2
{
text-align: center;
background-color: #CC6600;
font-size: 16px;
}
