/**
* Général
*/
body {
	margin: 0;
	padding: 0;
	background: #fff url('/images/commun/quadrillage-footer.gif');
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #003476;
}

form {
	margin:0;
}

img {
	border:0;
}

input, select, textarea {
	margin-top:2px;
	margin-bottom:2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#526166;
	background-color:#CFDDE0;
	border:1px solid #526166;
}

h1 {
	margin-top:0;
	font-size:18px;
	font-weight: bold;
}

h2 {
	margin-top:0;
	font-size:13px;
	font-weight: bold;
}

h3 {
	margin-top:0;
	font-size:12px;
}

hr {
	width:50%;
	border-top:2px dotted #89949c;
	border-bottom:0;
}

fieldset {
	padding:5px;
	width: 95%;
}

legend {
	font-weight: bold;
	font-size: 14px;
}


/**
* Blocs de positionnement
*/

#conteneur {
	background: #fff url('/images/commun/quadrillage.gif');
}

#contenu {
	width: 672px; /* 700 avec le padding*/
	margin: 0 auto;
	padding: 5px 15px 0px 15px;
	background-color: #FFFFFF;
	border-left: #01155C solid 1px;
	border-right: #01155C solid 1px;
}

#logo {
	position: absolute;
	top: 33px;
	width:96px;
	height:92px;
	left:50%;
	margin-left:-352px;
}

#header {
	background: #fff url('/images/commun/bg-header.gif') repeat-x;
	height: 118px;
}

#menu-header {
	width:704px;
	height: 118px;
	margin: 0 auto;
	background: url('/images/commun/header.gif') no-repeat;
}

#menu {
	padding-top: 96px;
}

#menu-images {
	width: 702px;
	height:22px;
	text-align:right;
	border-left: #01155C solid 1px;
	border-right: #01155C solid 1px;
}



/**
* Blocs divers
*/

#cadre_actu {
	width:208px;
	height:180px;
	border: #003476 solid 2px;
	text-align:left;
	padding: 6px;
}

#partenaires {
	width:704px;
	margin: 0 auto;
	background: url('/images/commun/bas_page.gif') no-repeat;
	height: 56px;
	padding-top: 2px;
	text-align: center;
	
}

#mentions {
	text-align: center;
	color: #8095b0;
}

#promo {
	position:relative;
	top: -190px;
	left: -145px;
}

#flash {
	position:relative;
	top: -210px;
	left: -160px;
}

.cadre_promo {
	width:173px;
	height:135px;
	padding: 10px;
	border: #003476 solid 2px;
	text-align:center;
}

.cadre_promo_plein {
	height:120px;
	width:177px;
	padding: 10px;
	background-color:#003476;
	color:#FEFEFF;
	text-align:left;
}


/**
* Liens
*/


a, a:link {
	color: #003476;
	text-decoration: none;
}

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

#menu a, #menu a:link {
	color: #999999;
	text-decoration: none;
}

#menu a:hover {
	color: #999999;
	text-decoration: underline;
}

#mentions a, #mentions a:link {
	color: #899DB5;
	text-decoration: none;
}

#mentions a:hover {
	color: #899DB5;
	text-decoration: underline;
}

a.mentions {
	color: #1031a4;
	text-decoration:underline
}

a.mentions:hover {
	color: #1031a4;
	text-decoration:underline

}

.savoir_actu a:hover {
	color: #FF8100;
	text-decoration: none;
}

.savoir_actu a, .savoir_actu a:link {
	color: #FF8100;
	text-decoration: underline;
}


/**
* Class
*/

.menu-select {
	color:#FD8900;
}

.rouge {
	font-weight: bold;
	color: #B31116;
	font-size: 11px;
}

.bleu {
	font-weight: bold;
	color: #1031a4;
	font-size: 11px;
	text-align:right;
}

.mentions {
	color: #1031a4;
	text-decoration:underline
}

.gras {
	font-weight: bold;
}

.alterner {
	background: #E1EAF6;
}

.cacher {
	display:none;
}

.afficher {
	display:inline;
}

.imgmiddle {
	vertical-align:middle;
}

.noborder {
	border:0;
	background-color:#ffffff;
}

.nobordermiddle {
	border:0;
	background-color:#ffffff;
	vertical-align:middle;
}

.note {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.titre {
	padding-bottom: 5px;
}

.savoir {
	color: #003476;
	text-decoration:underline
}

a.savoir {
	color: #003476;
	text-decoration:underline
}

a.savoir:hover {
	color: #1031a4;
	text-decoration:underline

}

.dynamique {
	background: url(/images/commun/promo1.gif) no-repeat right top;
}

.dynamique2 {
	background: url(/images/commun/promo2.gif) no-repeat right top;
}

.bold {
	font-weight: bold;
}

.titre_actu {
	color: #FF8100;
	font-weight:bold;
	margin-bottom:4px;
}

.savoir_actu {
	color: #FF8100;
	text-align:right;
}

.photo {
	padding: 0 5px 5px 0;
}

