@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0}

body {
	background-color: #002048;
	background-image: url(../images/fond.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
}

.clear {clear:both;}

.noborder {border:none}

.blanc {color:#fff}

.orange {color:#F99925}

.left {text-align: left}
.justifie {	text-align: justify
}

a {color:#FFFFFF}
a:hover {text-decoration: none}

/*****************************/
/****     LES BLOCS       ****/
/*****************************/
#contener {
	width: 980px;
	margin:auto;
	min-height:500px
}

#langues {text-align: left;padding:5px 0 0 0;}

#footer {
	background-image: url(../images/footer2.png);
	height: 5px;/*105-100*/
	width: 960px;/*980-20*/
	margin:auto;
	padding:100px 0 0 20px;
	font-size: 10px;
	color: #FFFFFF;
	
}

/*****************************/
/****       MENU          ****/
/*****************************/

#menu ul {
	background-image: url(../images/menu-fond2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 980px;
	list-style-image: none;
	list-style-type: none;
}

#menu ul li {
	float: left;
	padding:6px 10px 0 0;
	}

#menu ul li a {
	background-image: url(../images/menu-out.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:3px 5px 7px 15px;
	display:block;
	color:#cccfd2;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.selected {
	background-image: url(../images/menu-over.gif);
	color:#fff;
	text-decoration: underline;
}

/*****************************/
/****      COLONNE        ****/
/*****************************/

.col {float: left;}

.col1 {
	padding:23px 15px 0 20px;
	text-align: left;
}

.col1 h1 {
	font-size: 23px;
}

.col1 p {
	font-size: 16px;
	margin:7px 0 0 31px;
	font-weight: bold;
}

.col1 p span {
	color:#F4820F;
	font-weight: bold;	
}

.col1 h3 {
	font-size: 16px;
	font-weight: bold;
	margin:8px 0 10px 31px;
	background-image: url(../images/menu-over.png);
	background-repeat: no-repeat;
	
}

.col1 h3 a {color:#fff;text-decoration:none;}
.col1 h3 a:hover {color:#fff;text-decoration:none;}
.col1 h3 span {padding-top:3px;display:block}

.col1 h2 {
	font-size: 20px;
	font-weight: bold;
	margin:8px 0 0 31px;	
}

.col2 {padding:23px 0 0 0px;}

.col3 {padding:23px 0 0 10px;width:180px}

.col3 h3 {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/menu-over.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	padding:5px 0 10px 15px;
}

.col3 h3 a {color: #FFFFFF; text-decoration:none}
.col3 h3 a:hover {text-decoration:underline}

/*****************************/
/****     BLOC DROITE     ****/
/*****************************/
#actu {background-color: #FFFFFF;text-align: left;padding:10px;margin-bottom:8px}

#actu h4 {
	color:#002048;
	font-weight: bold;
	font-size: 14px;
}

#actu p.savoir {
	text-align: right;
}
#actu p.savoir a {
	color:#F99925;
}

#actu hr {margin:5px 0 0 0;}

#pro {
	display:none;
	width:160px;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom:8px;
	padding:10px;
}

#comm {
	display:block;
	width:160px;
	background-color: #FFFFFF;
	text-align: left;
	padding:10px;
}
#comm p, #pro p, #actu p {color:#002048;}

#pro label {margin:0 0 0 10px;}

#pro input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002048;
	border: 1px solid #999999;
	width:120px;
	margin:0 0 0 10px;
}

#pro input.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002048;
	border: 1px solid #999999;
	width:25px;
	margin:10px 0 0 0px;
}


/*****************************/
/****   FORM CONFIGURE    ****/
/*****************************/
.configure input {width:50px;text-align:right}


/*****************************/
/****      FOOTER        ****/
/*****************************/
#footer p.adresse {margin-left:100px}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
