/* CSS Document */

body {
	font: 13px/130% Arial, Helvetica, sans-serif;
	background-image: url(fond-page.jpg);
	margin: 0px;
	padding: 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #99CCFF;
}
html {
	font: 13px/130% Arial, Helvetica, sans-serif;
}
a {
	color: #04376A;
}
a:hover {
	color: #FF6600;
}

#centre {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

#haut {
	height:31px;
	line-height: 31px;
	color: #FFFFFF;
	text-align: right;
}
#haut p{
margin:0;
padding:0;
}
#haut a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#haut a:hover{
	text-decoration: underline;
}

#bandeau {
	height:111px;
	background-image: url(bandeau.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.formulaire_recherche{
	background: transparent;
	background-image: url(fond-cherche.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 191px;
	float: right;
	padding: 0px;
	margin-top: 77px;
	margin-right: 20px;
}
.formulaire_recherche label{
	display: none;
}
.formulaire_recherche input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-left: 13px;
	font: 11px Arial, Helvetica, sans-serif;
	width: 155px;
	background: transparent;

}
.formulaire_recherche form{
padding:0;
margin:0;
background: transparent;

}



/*Menu horizontal*/

.menu {
padding: 0;
width: 100%;
border-top: 7px solid #FFFFFF; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menu ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 15px; /*Padding within each menu item*/
	background-color: #99CCFF; /*Default menu color*/
	border-bottom: 8px solid #04386A;
}

.menu a:hover{
background-color: #3F73A5; /*Highlight red color theme*/
color: white;
}

.menu .current a{ /** currently selected menu item **/
background-color: #3F73A5; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0px; /*Set padding-bottom value to 0 */
border-bottom-color: #3F73A5; /*Highlight red color theme*/
color: white;
}

#outils {
	clear:both;
	margin-bottom: 10px;
	text-align: right;
}
#outils img {
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#outils a{
	
}

#contenu {
	float:right;
	background-color:#FFFFFF;
	width:723px;
	background-image: url(contenu-haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.chemin {
	padding: 5px 10px;
	margin: 0px;
	font-size: 12px;
	color: #0C3A69;
}
.chemin a{
	color: #5285B7;
	text-decoration: none;
}
.chemin a:hover{
	text-decoration: underline;
}

#contenu h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
	padding: 0px 20px 3px;
	margin-top: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	line-height: 130%;
	margin-bottom: 10px;
}

#texte {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#texte h2{
	font-size: 15px;
	color: #8895A8;
	line-height: 130%;
}
#texte h3{
	font-size: 14px;
	color: #003366;
}
#texte a{
}
#texte a:hover{
}
#texte ul{
}
#texte li{
}

blockquote {
	margin: 0px;
	padding: 0px 15px;
	color: #02284B;
	background-color: #E8EFFD;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	border-left: 5px solid #99CCFF;
	width: 500px;
}

blockquote h3 {
	color: #CC0000;
}



#focus{
	background-image: url(focus-haut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E7EEFD;
	float: right;
	width: 143px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#focus h2{
	margin: 0px;
	padding: 15px 10px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7CAFE2;
}

#focus ul{
	background-image: url(focus-bas.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#focus li{
	padding-bottom: 6px;
	margin: 0px;
	line-height: 15px;
}

#focus a{
	color: #04376A;
	text-decoration: underline;
}

#focus a:hover{
	text-decoration: none;
}

.lien_pagination{
font-size:11px;
}
.on{
font-size:12px;
}





#sous-menu {
float:left;
background-color:#E8EFFD;
width:163px;
}
#sous-menu h2{
	background-image: url(sous-menu-haut.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 10px 10px 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5AAB4;
	font-size: 14px;
	color: #01315D;
	text-align: center;
	line-height: 17px;
}
#sous-menu ul{
	margin: 0px 0px 0px;
	padding: 0px 0px 18px;
	background-image: url(sous-menu-bas.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sous-menu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sous-menu a{
	padding: 5px 5px 5px 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #006699;
	text-decoration: none;
}
#sous-menu a:hover{
	background-color: #BCCFEA;
}
#sous-menu .actif a{
	background-color: #BCCFEA;

}

/* --- Liste des sous rubriques --- */
#rubrik
{
	margin-top: 10px;
	
}
#rubrik a
{
font-size:14px;	
}


#rubrik ul
{
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}

#rubrik ul li
{
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4C2DE;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:left;
	margin-right: 30px;

}

#rubrik .spip_logos {
float:left;
margin-right:10px;
margin-bottom:10px;
}



/* --- Liste des articles --- */
#articles
{
	margin-top: 20px;
	
	margin-right: 30px;
	clear:left;

}

#articles a
{
font-size:14px;	
}

#articles h2
{
	font-weight: normal;
	font-size: 120%;
	margin: 0;
	color: #95A8AD;
}

#articles ul
{
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}

#articles ul li
{
	background: url(puce-article.png) no-repeat 0 0.3em;
	padding-left: 14px;
	margin-bottom: 0.6em;
}

.descriptif {
	display:block;
	color: #777777;
}
#bas {
	clear:both;
	margin-top:0px;
	line-height: 29px;
	color: #FFFFFF;
	background-image: url(fond-bas.gif);
	background-position: right top;
	height: 29px;
	padding-left: 200px;
	background-repeat: no-repeat;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}


/* Images */

.spip_documents_left {
	margin-right:10px;
	margin-bottom:10px;
}
.spip_documents_right {
	margin-left:10px;
	margin-bottom:10px;
}

/* Documents joints */

#documents ul
{
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}

#documents ul li
{
	padding-left: 0px;
	margin-bottom: 0.6em;
}


/* ----------- ACCUEIL -------------- */

#contenu-accueil {
	float:right;
	width:723px;	
}

#une{
	float: left;
	width: 370px;
	background-color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px;
	height:220px;

}
#une h5{
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 200px 5px 0px;
	background-color: #E8EFFD;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
}
.une{
	background-color: #FF6600;
	padding: 4px 30px 4px 20px;
	margin-left: 30px;
}
#une p{
	margin: 10px;
}
#une a{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	color: #04376A;
	text-decoration: none;
}
#une a:hover{
	color: #FF6600;
}
#une img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-left: 10px;
}

#actualites{
	float: right;
	width: 330px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-bottom:10px;
		min-height:220px;


}
#actualites h5{
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 200px 5px 0px;
	background-color: #E8EFFD;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #04376A;

}
.actualites{
	background-color: #99CCFF;
	padding: 4px 30px 4px 20px;
	margin-left: 30px;
}

#actualites ul
{
	margin: 15px 15px 10px;
	padding: 0;
	list-style-type: none;
}

#actualites ul li
{
	background: url(puce-article.png) no-repeat 0 0.3em;
	padding-left: 14px;
	margin-bottom: 0.6em;
}
#actualites a{
	color: #04376A;
	text-decoration: none;
}
#actualites a:hover{
	color: #FF6600;
}

#dossiers {
	clear:both;
	background-color:#FFFFFF;
	width:723px;
	background-image: url(contenu-haut-accueil2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#dossiers h1{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 27px;
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	text-transform: uppercase;
}

#dossiers-liste {
}
#dossiers-liste ul{
	list-style-type: none;
	margin: 20px 0px 0px 14px;
	padding: 0px;
}
#dossiers-liste li{
	float: left;
	height: 100px;
	width: 330px;
	display: block;
	padding-right: 15px;
}
#dossiers-liste .spip_logos {
float:left;
margin-right:10px;
margin-bottom:10px;
}

#dossiers-bas {
	clear:both;
	background-image: url(fond-bas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 29px;
	background-image: url(fond-bas.gif);
	background-position: right top;
	height: 29px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	padding-left:10px;

}

/*
Rubrique 25,37
*/

#flags .flag {
	float:left;
	width:20%;
	text-align: center;
	margin-bottom:5px;
}

/*Tableaux*/

table {
	border-collapse:collapse;
	margin-bottom: 10px;
	padding-bottom:10px;
}
td{
	margin: 0px;
	padding: 4px 7px;
	border: 1px solid #99CCFF;
	vertical-align: top;
}

/*forlulaire de contact*/

fieldset {
	margin-top: 25px;
	margin-bottom: 15px;
}

.formulaire_ecrire_auteur label{
	display:block;
	margin-top:25px;
	margin-bottom:5px;
	color: #083C6E;
	font-size: 13px;
}
.formulaire_ecrire_auteur input {
	border: 1px solid #99CDFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	width:400px;
}
.formulaire_ecrire_auteur input:focus {
	background: #E7EEFD;
}

.formulaire_ecrire_auteur textarea:focus {
	background: #E7EEFD;
}

.formulaire_ecrire_auteur textarea {
	border: 1px solid #AACFFC;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	width:460px;
}

.spip_bouton input {
	background: #AACFFC;
	cursor: pointer;
	font: 13px Arial, Helvetica, sans-serif;
	width: 170px;
}

.spip_bouton input:hover {
	background: #04386A;
	color: #FFFFFF;
}

.reponse_formulaire{
	color: #FF0000;
}

.previsu {
	border-color: #063A6C;
	background: #E9EFFD;
}