@charset "UTF-8";
/* CSS Document */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */
 
/*** Retirer certains styles des navigateurs
******************************************************************/


/* pas de marqueurs de liste par defaut */
ul,ol { list-style:none }

/* Eviter les tailles de titres qui ne s'affichent jamais de la mêe façon en fonction des navigateurs */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Même problème pour ul,ol padding et margin  */
/* on vire les espaces d'en-têtes par défaut . */
/* pre, form, body, html, p, blockquote pareil */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd
{ margin:0; padding:0 }

/* Supprimer les bordures sur les images-liens */
a img,:link img,:visited img { border:none }

/* pas d'italique sur les adresses */
address { font-style:normal }



/*** font size par défaut
*************************/
html {font-size: 100%;}
body {font-size: 0.77em;}


/*** body ***
*************/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:25px 0;
	background-color:#EFEFEF;
	color:#333;
}
a {
	text-decoration:none;
	color:#2c75b3;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
.bug-ie-center {text-align:center;}
#conteneur {
	text-align:left;
	margin-left: auto; 
	margin-right: auto; 
}
#conteneur .border {
	padding:0px 0px 0px 0px;
}
kbd {
	border: 1px solid #999999;
	padding:0px 3px 0px 3px;
}
blockquote {font-style:italic;}


/**** En-tête
*********************************/
#entete {
	margin-bottom:20px;
}
#entete .logo {
	float:left;
	width:280px;
	padding-left:40px;
}

/**** Navigation principale
*********************************/

/* Navigation principale */

#nav {
	font-size:.85em;
	float:left;
	height:35px;
	width: 580px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-weight:normal;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	background-color:#BCBDBE;
	margin-top:34px;
}
#nav a {  
	padding: 2px 15px 2px 15px;
	color:#fff;
}
#nav a:hover {
	text-decoration:none;
	/*color:#2C75B3;*/ 
	/*background-color:#ccc;*/
	text-shadow: 2px 2px 2px #666;
}
#nav a.on {
	color:#2C75B3;
	text-shadow: 2px 2px 2px #fff;
}
#nav ul {
	padding:10px 0px 0px 10px;
}
#nav li {
	display:inline;
}
#nav li+li {
	padding-left:4px;
	background:url(../images/pipe-main-nav.gif) left no-repeat;
}

/* Sous-Navigation */
#sous-nav {
	margin:25px 0 35px 30px;
	list-style:none;
	line-height:1.5;
	width:180px;
}
#sous-nav a {
	color:#333;
	padding:2px 4px;
	display:block;
}
#sous-nav a:hover, #sous-nav a.on {
	color:#fff;
	background-color:#BCBDBE;
	text-decoration:none;
}

/*** Structure de la page
**************************************/
#conteneur {
	width:900px;
}

/********************************
********** Footer ***************
*********************************/
#footer {
	margin-top:20px;
	padding:5px 5px 5px 5px;
	text-align:center;
	font-size:0.9em;
	color:#999;
	clear:left;
}
#footer .border {
	
}
#footer a {
	color:#999;
}
#footer a:hover {
	color:#666;
	text-decoration:underline;
}
#footer p {
	
}
#footer ul {
	margin:2px 0 2px 0;
}
#footer li {
	display:inline;
	padding-right:10px;
}
#footer li a {
	display:inline;
}
#footer li{
	background-image: url(../images/pipe-footer.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
#footer-logos div {float:left; padding-left:8px;}
#footer-logos a {display:block; border:#F0F0F0 2px solid;  height:31px; width:88px}
#footer-logos a:hover {background-color:transparent; border:#75B3E3 2px solid;}


/**** Couleurs
*********************************/
.gris-moyen, .gris-moyen a {
	color:#BCBDBE;
}
.gris-moyen a:hover, .gris-moyen .on {
	text-decoration:underline;
}
.bleu, .bleu a {
	/* color:#1C4A7D; */
	/* color:#0051BA; bleu pantone 293 de référence */
	color:#2C75B3;
}
.bleu a:hover, .bleu .on {
	text-decoration:underline;
}
.gris-soutenu, .gris-soutenu a {
	color:#454548;
}
.gris-soutenu a:hover, .gris-soutenu .on {
	text-decoration:underline;
}
.gris-pale, .gris-pale a {
	color:#EFEFEF;
}
.gris-pale a:hover, .gris-pale .on {
	text-decoration:underline;
}

/**** Général
*********************************/
a.bouton {
	border:2px solid #BCBDBE;
	background-color:#EFEFEF;
	color:#2C75B3;
	height:1.3em;
	padding:0.3em;
	display:block;
	width:100px;
	text-align:center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-top: 10px;
}

a.bouton:hover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	cursor:pointer;
}

.bold {font-weight:bold;}
.warning {color:#FF0000;}
.italic {font-style:italic;}
.spacer {height:14px; width:100%;}
.form {padding:2px 2px 2px 2px;}
.form th {font-weight:bold; text-align:right;}
.clear {clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px;}


.bleu, .bleu a{

color: #2c75b3;

}

.bleu a:hover, .bleu .on{

text-decoration: underline;

}

#col-centrale .retour{

font-size: 1.2em;

font-weight: bold;

text-align: right;

margin-bottom: 10px;

}

h1 a:hover{ text-decoration:none; color: #2c75b3; }
