/* CSS Document */

html  { font-size: 100%; } /* IE hack */
body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.35;
}
table, th, td, input, select { font-size: 100%; } /* IE hack */
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }

h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.05em; }
h6 { font-size: 1.0em; }
p, td, ul { font-size: 1.1em; }
.notes { font-size: 1.0em; }


body {
/*	font: 13px/130% Arial, Helvetica, sans-serif;
*/	background-image: url(fond-page2.jpg);
	margin: 0px;
	padding: 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
html {
/*	font: 13px/130% Arial, Helvetica, sans-serif;
*/}
a {
	color: #04376A;
}
a:hover {
	color: #FF6600;
}

#centre {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

#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(bandeau2.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: 13px 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 #0079c6; /*Highlight red color theme*/
background-color: #99CCFF;
height:35px;
}

.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;
	color: black;
	text-decoration: none;
	margin: 0; /*Margin between each menu item*/
	padding: 0px 15px; /*Padding within each menu item*/
	background-color: #99CCFF; /*Default menu color*/
	border-bottom: 8px solid #f6f9fe;
	font-size: 0.9em;
	font-weight: bold;
	line-height:35px;
	border-right:1px solid #FFF;

}

.menu a:hover{
background-color: #0079c6; /*Highlight red color theme*/
color: white;


}

.menu .current a{ /** currently selected menu item **/
background-color: #0079c6; /*Highlight red color theme*/
/*padding-top: 12px; Set padding-top value to default's padding-top + padding-bottom */
/*padding-bottom: 0px; Set padding-bottom value to 0 */
border-bottom: 0px solid #0079c6; /*Highlight red color theme*/
color: white;
height:43px;

}

#outils {
	clear:both;
	margin-bottom: 10px;
	text-align: right;
			min-height:15px;

}
#outils img {
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#outils a{
	text-decoration:none;
}

#contenu {
	float:right;
	background-color:#FFFFFF;
	width:763px;
	margin-bottom:10px;
	-moz-box-shadow: 1px 1px 12px #aaaaaa; -webkit-box-shadow: 1px 1px 12px #aaaaaa; box-shadow: 1px 1px 12px #aaaaaa;

/*	width:723px;
*/	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/*	background-image: url(contenu-haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/}
#contenu{
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
    zoom: 1;
	}

.chemin {
	padding: 5px 10px;
	margin: 0px;
	font-size: 0.8;
	color: #0C3A69;
}
p.chemin{
	font-size: 0.95em;
}
.chemin a{
	color: #5285B7;
	text-decoration: none;
}
.chemin a:hover{
	text-decoration: underline;
}

#contenu h1 {
/*	font-size: 18px;
*/	font-weight: normal;
	color: #fc7b03;
	padding: 0px 50px 3px 30px;
	margin-top: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fc7b03;
	line-height: 130%;
	margin-bottom: 10px;
}

#texte {
	padding-right: 50px;
	padding-left: 30px;
	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{
	margin-bottom:0.3em;
}
#texte .spip_documents_left{
	margin-right:15px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #CCCCCC;
		 -moz-box-shadow: 2px 2px 6px #bcbcbc;  
  -webkit-box-shadow: 2px 2px 6px #bcbcbc;  
  box-shadow:2px 2px 6px #bcbcbc;

}
#texte .spip_documents_right{
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #CCCCCC;
	 -moz-box-shadow: 2px 2px 6px #bcbcbc;  
  -webkit-box-shadow: 2px 2px 6px #bcbcbc;  
  box-shadow:2px 2px 6px #bcbcbc;
}
#texte .spip_documents_center{
	margin:10px auto;
	display:block;
	text-align:center;
}
#texte .spip_documents_center img{
	padding:5px;
	border:1px solid #CCCCCC;
	 -moz-box-shadow: 2px 2px 6px #bcbcbc;  
  -webkit-box-shadow: 2px 2px 6px #bcbcbc;  
  box-shadow:2px 2px 6px #bcbcbc;
}

dl{
	margin:0;
	padding:0;
	}

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;
	margin-bottom:1em;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

blockquote h3 {
	color: #CC0000;
}




.lien_pagination{
font-size:11px;
}
.on{
font-size:12px;
}





#sous-menu {
	float:left;
	background-color:#f3f9fc;
	width:175px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#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;
	padding: 0px 0px 10px;
/*	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: #0079C6;
	color:#FFF;
}
#sous-menu .actif a{
	background-color: #0079C6;
	color:#FFF;
}

/* --- Liste des sous rubriques --- */
#rubrik
{
	margin-top: 10px;
	margin-right:-20px;
	
}
#rubrik a
{
font-size:14px;	
}


#rubrik ul
{
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}


#rubrik li a {
	display:block;
	border-radius: 5px 5px 5px 5px;
	float: left;
	height: 190px;
	width:210px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
    width: 30%%;
}
#rubrik li a:hover {
    background-color: #E8EFFD;
	color:#000000;
}
#rubrik .chapo {
    color: #000000;
    display: block;
    font-size: 90%;
    line-height: 130%;
}
#rubrik .spip_logos {
    margin: 10px auto;
	padding:3px;
	display:block;
		 -moz-box-shadow: 2px 2px 6px #bcbcbc;  
  -webkit-box-shadow: 2px 2px 6px #bcbcbc;  
  box-shadow:2px 2px 6px #bcbcbc;

}



/* --- Liste des articles --- */
#articles
{
	margin-top: 20px;
	margin-right: 30px;
	clear:left;
}

#articles a
{
font-size:1.1em;	
}

#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.2em;
	padding-left: 22px;
	margin-bottom: 0.6em;
}

.descriptif {
	display:block;
	color: #777777;
}

p.pagination{
	font-size:0.85em;
	clear:both;
	padding:10px 0;
	}
	
p.pagination strong{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #6789AA;
	padding:3px 6px;
	text-decoration:none;
	color:#FFFFFF;
		font-size:1.1em;
}

p.pagination a{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #8FBCE6;
	padding:3px 6px;
	text-decoration:none;
	color:#FFFFFF;
}
p.pagination a:hover{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #6789AA;
	padding:3px 6px;
	text-decoration:none;
	color:#FFFFFF;
}

.separateur{
	display:none;
}

#articles-freres a
{
}

#articles-freres h2
{
	font-weight: normal;
	font-size: 130%;
	margin: 2em 0 1em;
	color: #95A8AD;
}

#articles-freres ul
{
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}

#articles-freres ul li
{
	background: url(puce-article.png) no-repeat 0 0.2em;
	padding-left: 22px;
	margin-bottom: 0.6em;
}



#bas {
	clear:both;
	color: #FFFFFF;
/*	background-color:#7199BD;
*//*	background-image: url(fond-bas.gif);
	background-position: right top;
*/	
/*	padding-left: 200px;
*/	
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:10px;
padding-left:200px;
}
#bas p{
	padding:5px 25px;
	text-align:right;
	}

#bas a{
	color:#49728B;
	}
#bas a:hover{
	color:#000000;
	}
/* Images */

.spip_documents_left {
	margin-right:10px;
	margin-bottom:10px;
}
.spip_documents_right {
	margin-left:10px;
	margin-bottom:10px;
}

/* Documents joints */

#documents{
	padding: 3em 0 0.5em;
	background-image: url(download.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #76afde;
}

#documents .spip_logos{
	vertical-align: middle;
}

#documents ul
{
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}

#documents ul li
{
	padding-left: 0px;
	margin-bottom: 0.6em;
}

#documents span p{
	font-size:95%;
	color:#666;
	margin-top:0;
	margin-left:30px;
}

/*----- Galeries photos     */

#galerie{
	clear:both;
	font-size:90%;
	line-height:110%;
	}
#galerie{
	padding: 3em 0 0.5em;
	background-image: url(portefolio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #76afde;
}
	
#galerie dl{
	text-align:center;
	}
#galerie dt {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 7px;
	overflow: hidden;
	width: 128px;
}
#galerie dt img {
	border: 1px solid #000000;
	margin:2px 0;
}

#galerie dt a{
	display:block;
	text-decoration:none;
	padding:3px;

}
#galerie dt a:hover{
	background-color: #E8EFFD;

}
.nettoyeur{
	clear:left;
	}


/* ----------- ACCUEIL -------------- */

#contenu-accueil {
	float:right;
	width:713px;	
}

#contenu {
	float:right;
	background-color:#FFFFFF;
	width:763px;
	margin-bottom:10px;

/*	width:723px;
*/	
/*	background-image: url(contenu-haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/}



#une{
	float: left;
	width: 713px;
	margin: 0px 0px 20px;
	padding: 0px;
	height:290px;/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
*/	/*	-moz-box-shadow: 1px 1px 12px #aaaaaa; -webkit-box-shadow: 1px 1px 12px #aaaaaa; box-shadow: 1px 1px 12px #aaaaaa;
*/
}
#une{
/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
    zoom: 1;
*/	}
#une h5{
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0px 4px 20px;
	background-color: none transparent;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
/*			-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
		background-color: #f46d05;


}
.une{
	padding: 0px 30px 0px 20px;
	margin-left: 0px;

}

#actualites{
	float: right;
	width: 360px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-bottom:20px;
		min-height:220px;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 12px #aaaaaa; -webkit-box-shadow: 1px 1px 12px #aaaaaa; box-shadow: 1px 1px 12px #aaaaaa;
}



#actualites{
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
    zoom: 1;
	}

#actualites h5{
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0px 4px 20px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	background-color: #99CCFF;
}


.actualites{
	padding: 0px 30px 0px 20px;
}

#actualites ul
{
	margin: 15px 15px 10px;
	padding: 0;
	list-style-type: none;
}

#actualites ul li
{
	background: url(puce-accueil.png) no-repeat 0 0.3em;
	padding-left: 18px;
	margin-bottom: 0.6em;
}
#actualites a{
	color: #04376A;
	text-decoration: none;
}
#actualites a:hover{
	color: #FF6600;
}

#dossiers {
	clear:both;
	background-color:#FFFFFF;
	width:713px;	
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #aaaaaa; -webkit-box-shadow: 1px 1px 10px #aaaaaa; box-shadow: 1px 1px 10px #aaaaaa;
	margin-bottom:7px;
}



#dossiers{
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
    zoom: 1;
	}


#dossiers h1{
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 27px;
	padding: 4px 0px 4px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	text-transform: uppercase;
	background-color: #0079c6;
}

#dossiers-liste {
}
#dossiers-liste ul{
	list-style-type: none;
	margin: 20px -20px 0px 14px;
	padding: 0px;
}
#dossiers-liste li{
	float: left;
	width: 120px;
	display: block;
	margin-right: 19px;
}
#dossiers-liste .spip_logos {
margin-bottom:5px;
	border:1px solid #000000;
			 -moz-box-shadow: 2px 2px 6px #bcbcbc;  
  -webkit-box-shadow: 2px 2px 6px #bcbcbc;  
  box-shadow:2px 2px 6px #bcbcbc;
  display:block;
}
#dossiers a{
	font-size:1.1em;
	text-decoration:none;
	line-height:120%;
	}
#dossiers a:hover{
	text-decoration:none;
	}

#dossiers p{
	font-size:0.95em;
	margin: 0px;
	padding-top: 3px;
	}

#dossiers-bas {
	clear:both;
	height:10px;
/*	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: 20px;
	padding-bottom:10px;
}
td{
	margin: 0px;
	padding: 6px 7px;
	border: 1px solid #99CCFF;
	vertical-align: top;
}
th{
	margin: 0px;
	padding: 6px 7px;
	border: 1px solid #99CCFF;
	vertical-align: center;
	background-color:#E8EFFD;
	font-size:110%;
}
.row_odd{
	background-color:#F7F9FF;
	}

/*formulaire de contact*/

.bugajaxie{
	display:none;
	}
#texte fieldset ul li, #texte fieldset li, #texte fieldset ul, #sl-inscription ul, #sl-inscription li{
	list-style-type:none;
	margin:0;
	padding:0;
	}

fieldset {
	margin-top: 1em;
	margin-bottom: 15px;
	padding:0em 2em 1em;
}

.formulaire_ecrire_auteur label{
	display:block;
	margin-top:15px;
	margin-bottom:5px;
	color: #083C6E;
}
.formulaire_ecrire_auteur input {
	border: 1px solid #99CDFF;
	font: 100% 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;
	padding: 5px;
	width:460px;
		font: 100% Arial, Helvetica, sans-serif;

}



.reponse_formulaire{
	color: #FF0000;
}

.previsu {
	border-color: #063A6C;
	background: #E9EFFD;
}

input.submit, input[type=submit] {
	background:#E8EFFD repeat scroll 0 0;
	border:1px solid #666666;
	color:#666666;
	cursor:pointer;
	padding:0.3em;
	width:170px;
	font: bold 12px;
			-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 2px 2px 6px #bcbcbc; -webkit-box-shadow: 2px 2px 6px #bcbcbc; box-shadow: 2px 2px 6px #bcbcbc;

	}
input.submit:hover, input[type=submit]:hover {
	border:1px solid #333333;
	color:#000000;
	background-color:#BCCFEA;
	}
	
.erreur_message, .formulaire_erreur{
	color:#FF0000;
}

/*----------------carousel accueil------------------*/

.js .carousel-control {
}
#top  {
	height:250px;
	position:relative;
}
#top img{
	border: 0px;
}

#top img:hover{
}
#une a{
}
#une a:hover{
}
#une img{
}



#top h1 {
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-size:1.02em;
	line-height:110%;
	margin-bottom:13px;
}

#top h2{
	display:block;
	float:left;
	width:273px;
	height:210px;
	background: #d8e8f7;
	padding:20px;
	margin:0;
	font-size:1.35em;
	font-weight: normal;
	line-height:1.25;
}
	
#top .sous-titre{
	display:block;
	font-size:75%;
	margin-top:0.2em;
	line-height:1.3;
	color: #333;
}

#top a{
	color: #007ac8;
}

#top .foo{
}
#top .foo ul {
	margin:0;
	padding: 0px;
}

#top .foo li {
	float:left;
	width:713px;
	height:250px;
	margin:0;
	list-style: none;
	background: none;
	padding:0;
	overflow: hidden;
}

/**
 *  Horizontal Buttons
 */
.carousel-next {
    position: absolute;
    top: 115px;
    right: -12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(../images/suivant.png) no-repeat 0 0;
	z-index:100000;
	text-indent:-2000px;
}

.carousel-previous{
    position: absolute;
    top: 115px;
    left: -12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(../images/precedent.png) no-repeat 0 0;
		z-index:100000;
			text-indent:-2000px;


}



#top .carousel-pagination a {
	padding:5px;
	margin-right:5px;
	cursor:pointer;
	text-decoration: none;
	background: #CCC;
	color: #CCC;
	text-indent:-3000px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	text-decoration:none;
	line-height:1px;
	font-size:0.00005em;
}

#top .carousel-pagination a.active {
	color:#0C4072;
	background: #0C4072;
		text-decoration:none;

}

#top .carousel-pagination a:hover {
	color:#0C4072;
	background: #0C4072;
		text-decoration:none;

}

#top .center-wrap {
	text-align:center;
		margin-top:10px;

}	

#top .carousel-pagination p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:0.0001em;
	line-height:1px;
}

#sous-menu-accueil {
	float:left;
	background-color:#f3f9fc;
	width:220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sous-menu-accueil h2{
/*	background-image: url(sous-menu-haut.gif);
	background-repeat: no-repeat;
	background-position: center top;
*/	margin: 0px;
	padding: 4px 0;
/*	font-size: 14px;
*/	color: #01315D;
	text-align: center;
	line-height: 1.4;
	background-color:#99CCFF;
}
#sous-menu-accueil ul{
	margin: 0px;
	padding: 0px 0px 10px;
/*	background-image: url(sous-menu-bas.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
*/}
#sous-menu-accueil li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sous-menu-accueil 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-accueil a:hover{
	background-color: #0079C6;
	color:#FFF;
}

/*ONGLETS
*/

#texte div.onglets_bloc h2.onglets_titre.selected {
    background-color: white;
    border-bottom: 0px solid #FFFFFF;
    border-top: 1px solid #919B9C;
    cursor: default;
    height: 29px;
	line-height:29px;
    margin: 3px -1px -2px 0;
    top: -3px;
    z-index: 11;
}
#texte div.onglets_bloc h2.onglets_titre {
    background-color: #E0E0E0;
    border: 1px solid #919B9C;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: black;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 1.2em;
    font-weight: normal;
    height: 28px;
    margin: 1px -1px 1px 0;
    overflow: hidden;
    padding: 0 0.8em;
    position: relative;
    text-align: center;
    top: -1px;
    white-space: nowrap;
    z-index: 11;
		line-height:28px;

}

#texte div.onglets_bloc h2.onglets_titre a {
	color: black;
	height: 28px;
	text-decoration: none;
}
#texte div.onglets_bloc h2.onglets_titre:hover {
    background-color: #FFFFFF;

}

#texte div.onglets_bloc .onglets_contenu {
    background: none repeat scroll 0 0 #FFFFFF;
  padding: 1em;
    position: relative;
}


/*Fenetre ajax
*/
#formulaire_envoiami_global {
    font-family: Arial,sans-serif;
    font-size: 0.85em;
}

#formulaire_envoiami_global input, #formulaire_envoiami_global select, #formulaire_envoiami_global textarea, #formulaire_envoiami_global button {
    font-family: Arial,sans-serif;
    font-size: 0.85em;
}

.carte_gis{
	border:1px solid #CCCCCC;
	}
	
a.spip_out {
    background: url("spip_out.gif") no-repeat scroll right center transparent;
    padding-right: 12px;
}