/* CSS Document */

body {
	font: 13px/130% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	/*	background: #FFFFFF url(fond-site.jpg) repeat-x left top;
*/	background: #D9F2F7 url(fond-site-3.jpg) repeat-x left top;
}
html {
	font: 13px/130% Arial, Helvetica, sans-serif;
}
a {
	color: #04376A;
}
a:hover {
	color: #FF6600;
}

#centre {
	position: absolute;
	width: 918px;
	left: 50%;
	margin-left: -459px;
	height: 500px;
}

#haut {
	height:228px;
/*	background: url(fond-haut2.jpg) no-repeat left top;
*/	background: url(fond-haut3.jpg) no-repeat left top;

}
#haut img{
	border-style: none;

}
#logo{
	position: absolute;
	left: 21px;
	top: 7px;
	height: 130px;
	width: 237px;
}
#bandeau {
	position: absolute;
	right: 22px;
	top: 31px;
	height: 99px;
	width: 635px;
	overflow: hidden;
}

#liens-haut{
	position: absolute;
	right: 25px;
	top: 6px;
	width: 600px;
}

#liens-haut a{
	color: #02A421;
	text-decoration: none;
}
#liens-haut a:hover{
	text-decoration: underline;
}


#rechercher {
	margin:0;
	margin-left:10px;

}

#rechercher .formulaire_spip{
display:inline;
}
form {
	margin: 0px;
	padding: 0px;
}
#liens-haut input {
	font: 11px;
	color: #E87900;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

input#recherche {
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100px;
	padding: 2px 3px 2px 26px;
	background-image: url(../images/search.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.formulaire_recherche label{
display:none;

}

/* Langue */

#langue{
	float: right;
	margin-left:10px;

}
#langue form{
	margin:0;
	padding:0
}
#langue label{
	display:none;
}



#conteneur{
	background: url(fond-page3.jpg) repeat-y left top;
	padding-top:20px;
}



/*Menu déroulant
*/

/* menuH.css
 * For: menuDropdown.js (version: 0.1)
 */
 
 #menu-cadre {
	margin: 0;
	padding: 0;
	padding-top:153px;
	display:block;
	height:24px;
	padding-left: 21px;
 
}

#mainMenu1 {
	color: #000;
	margin: 0;
	padding: 0;
	top: auto;
	left: auto;
	z-index: 1;
	position: static;

  /* do not use a 'relative' position */
  /* do not use a 'static' position if the menu is vertical */
  /* do not set height to other than 'auto' */
  /* set width to other than 'auto' if position is 'absolute' and its children
   * are 'float: left' or 'float: right' (for Opera 7 compatibility) */
}

#menuList1 {
	margin: 0;
	padding: 0px;

	/* always set margin to '0' */
  /* border-left-width must be equal to border-right-width */
  /* padding-left must be equal to padding-right */
  height: 24px;

}

#menuList1 li {
	display: inline;
	padding: 0;
	list-style: none;
	line-height: 24px;
	margin: 0px;  /* do not change anything here */
}

#menuList1 li a {
	color: #FFFFFF;
	float: left;
	display: block;
	margin: 0 1px 0 0;
	/* always set margin to '0' */
  /* if display is set to 'inline', padding won't be considered in Win/IE5.0 */
  	text-decoration: none;
	text-align: center;
	padding: 0px 18px;
	background: #02A4C9;
}

#menuList1 li a:hover, #menuList1 li a:focus {
	color: #000000;
	background: #FFDF00;
}

#menuList1 li a.actuator {
}
#menuList1 li.on a {
display:block;
	color: #000000;
		background: #FFDF00;

	

}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
	color: #000000;
	background: #FFDF00;

}

#menuList1 .menu {
	background-image: none;
	background-color: #CCCCCC;
	color: #000000;
	margin: 0px;
	padding: 0px;
	/* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
	position: absolute;
	visibility: hidden;
	line-height: 15px;
	font-weight: normal;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu li a {
	float: none;
	border-bottom: 1px solid #E7E7E7;
	line-height: 15px;
	width:150px;
	text-align:left;
	color: #000000;
	font-size:12px;
	margin: 0;
	padding: 5px 7px 5px 10px;
	background: #F3F3F3 url(none);
}
#menuList1 .menu li a:hover {
	color: #02A4C9;
	background-image: none;



}

#menuList1 .menu li a.actuator{
  	border-bottom: 1px solid #FFFFFF;
		background-image: none;

}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
	border-bottom: 0px solid #FFFFFF;
	background-color: #CCCCCC;
	background-image: none;
}


.menu ul {
margin:0;
padding:0;
	background-color:#000;
}

	/* Hierarchie --------------- */
	
#chemin {
	clear:both;
	margin-top:30px;
	margin-left:30px;
	padding-bottom:10px;
	margin-right:30px;
	font-size:12px;
	color:#999999;
	}
	
#chemin a{
	text-decoration: none;
}
#chemin a:hover{
}

	/* Texte --------------- */

#texte {
	margin-left: 250px;
	padding: 0px 50px 20px 25px;
	border-left: 1px solid #CEDEE2;
}
#texte h1{
	font-size: 18px;
	color: #02A421;
	line-height: 130%;
	margin-top: 0px;
	padding-top: 0px;
}
#texte h2{
	font-size: 15px;
	color: #777777;
	line-height: 120%;
}
#texte h3{
	font-size: 16px;
	color: #02A4C9;
}
#texte h5{
	font-size: 16px;
	color: #02A4C9;
}
#texte a{
	color: #02A4C9;
}
#texte a:hover{
	color: #02911D;
}
#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;
}




	/* Texte --------------- */



#sous-menu {
	float:left;
	width:214px;
	margin-left: 21px;
	font-size: 14px;
}

#sous-menu h1{
	font-size: 14px;
	color: #02A4C9;
	margin-left:10px;
}

#sous-menu hr{
display:none;
}

* html #sous-menu {
	margin-left: 11px;
}

#sous-menu ul{
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sous-menu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sous-menu a{
	padding: 4px 10px 4px 20px;
	display: block;
	color: #02A4C9;
	text-decoration: none;
	line-height: 16px;
	background: url(puce-sous-menu2.gif) no-repeat 5px 8px;
	margin: 0px;
}
* html #sous-menu a{

}
#sous-menu a:hover{
	color: #000000;
}
#sous-menu li a.on{
	color: #000000;
}




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

}

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



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

#articles li
{
	background: url(puce-article.png) no-repeat 0 5px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 14px;
}

.descriptif {
	display:block;
	color: #777777;
}
#bas {
	clear:both;
	padding-right: 5px;
	padding-left: 15px;
	margin-left:9px;
	margin-right:9px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #F5F5F5;
}

#bas ul{
	list-style: none;
	margin: 0px 10px;
	padding: 0px;
	float: left;
	width: 100px;
}
#bas li{
	line-height: 16px;
	padding-bottom: 4px;
}
#bas h5{
	font-size: 13px;
	margin: 0px 0px 5px;
	padding: 0px;
}
#bas ul a{
	color: #000000;
	text-decoration: none;
}
#bas ul a:hover{
	text-decoration: underline;
}
#bas li a{
	color: #666666;
}
#bas li a:hover{
}
/* Images */

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


/* --- Documents --- */


dl.spip_documents{
margin:0;
padding:0;
margin-top:0px;
margin-bottom:10px;
}
dl.spip_documents_right{
margin-left:10px;
}
dl.spip_documents_left{
margin-right:10px;
}
dt {
	display:inline;
	vertical-align: middle;
}
dt img {
width:20px;
height:20px;
border:0;
}
.spip_doc_titre {
margin-bottom:6px;
}

#contenu.spip-documents img {
border:0;
vertical-align:middle;
}


/*Tableaux*/

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




/*------Recherche avanceee-------*/

#recherche-avance{
	padding-left:10px;

}
#recherche-avance form{
	margin: 0px;
	padding: 0px;
	margin-bottom:15px;
}
#recherche-avance input{
}
#recherche-avance select{
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-right:10px;
	width:195px;
	margin-top:3px;
	margin-bottom:10px;

}
#recherche-avance option{
	font: normal 12px Arial, Helvetica, sans-serif;
}
#recherche-avance hr{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin: 10px 0px 0px;
	padding: 0px;
}

#recherche2 {
	padding-top: 10px;
	margin-bottom:15px;
	padding-left:10px;

}

#recherche-avance p{
margin:0;
padding:0;
}

#recherche2 form{
margin:0;
padding:0
}

#recherche2 input{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 165px;
	padding: 2px 3px 2px 26px;
	background-image: url(../images/search.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	margin: 0px;
}

/*
Pubications


#publication p {
	float:left;
	height:110px;
	line-height:16px;
	margin:0 27px 1px 0;
	padding:5px;
	text-align:left;
	width:250px;
}

#publication img {
	border-color:#000000;
	border-width:1px;
	float:right;
	margin-bottom:3px;
	margin-left:10px;
}
*/

#publication p {
	line-height:16px;
	margin:0 0px 1px 0;
	padding:5px 5px 5px 0px;
	text-align:left;
}

#publication img {
	border-color:#000000;
	border-width:1px;
	float:right;
	margin-bottom:3px;
	margin-left:10px;
}

.pagination{
	clear:both;
	margin-top:10px;
}

/*
Multimedia*/

#multimedia p {
	height:90px;
	line-height:16px;
	margin:0 27px 1px 0;
	padding:5px 5px 5px 0px;
	text-align:left;
}

#multimedia img {
	border-color:#000000;
	border-width:1px;
	float:left;
	margin-bottom:3px;
	margin-right:10px;
}

hr {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 0px none #FFFFFF;
}

/*
Formulaires
*/


.spip_forms div.spip_descriptif {
clear:none;
}
.spip_forms div.spip_descriptif {
border:0 none;
clear:none;
margin:0;
}
.spip_forms p.spip_form_ok, .spip_forms p.spip_form_erreur, .spip_forms form {
clear:none;
}

.formulaire_inscription legend {
	display:none;
}

.spip_forms {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
}

.spip_forms .formo, .spip_forms .forml, .formulaire_inscription .forml {
	display:block;
	border:1px solid #CCCCCC;
	padding: 2px;
	background-color:#FFFFFF;
}

.spip_forms fieldset {
	padding:1em;
	padding-top:0;
	margin-bottom:1em;
	margin-left:0;
	margin-right:0;
	border: 1px solid #999999;
}

.spip_forms legend
{
	margin: 0.5em 0;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #3AA8C5;
}

div.spip_form_champ {
	margin-top:5px;
	padding-top: 5px;
}



.spip_form_choix_multiple input {
	display:inline;
}

.spip_form_choix_multiple li {
	list-style: none;
}

.multiple_1 .spip_form_label, .multiple_2 .spip_form_label, .multiple_3 .spip_form_label, .multiple_5 .spip_form_label {
	font-weight: bold;
	font-size:1.2em;
}

.boutonstexte {
	display:none;
}



.spip_forms .spip_bouton input {
	background:#55A600 url(none) repeat scroll 0 0;
	border:1px solid #000000;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.2em;
	width:80px;
	font: bold 12px Arial, Helvetica, sans-serif;}
	
	


/*
Portfolio
*/

#portfolio a{
display:block;
float:left;
width:145px;
height:130px;
overflow:hidden;
margin-right:10px;
text-decoration:none;
text-align:center;
}

#portfolio img {

	border: 5px solid #EEEEEE;
}

#portfolio img:hover {
	background: #CCCCCC;
}


/*Accueil */

#une{
	padding: 10px;
	border-top: 1px solid #FFDD00;
	border-right: 1px solid #FFDD00;
	border-bottom: 1px solid #FFDD00;
	border-left: 10px solid #FFDD00;
}

#une .spip_logos{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
	
#texte-accueil {
	float:left;
	padding: 0px 0px 20px 15px;
	width:410px;
}
#texte-accueil h1{
	font-size: 18px;
	color: #02A4C9;
	line-height: 130%;
	margin-top: 0px;
	padding-top: 0px;
}
#texte-accueil h2{
	font-size: 15px;
	color: #777777;
	line-height: 120%;
}
#texte-accueil h3{
	font-size: 16px;
	color: #999999;
}
#texte-accueil a{
	color: #02A4C9;
}
#texte-accueil a:hover{
	color: #02911D;
}

#droite-accueil{
float:right;
width:200px;
margin-right:30px;}

#droite-accueil h1{
	font-size: 18px;
	color: #02A4C9;
	line-height: 130%;
	margin-top: 0px;
	padding-top: 0px;
}

#droite-accueil #agenda{
	padding: 5px 10px;
	margin-top: 0px;
	border-top: 10px solid #02A4C9;
	border-right: 1px solid #02A4C9;
	border-bottom: 1px solid #02A4C9;
	border-left: 1px solid #02A4C9;
	margin-bottom: 15px;
}
#droite-accueil #agenda h1{
}
#droite-accueil #agenda ul{
margin: 0;
	padding: 0;
	list-style-type: none;
}
#droite-accueil #agenda li{
	background: url(puce-article.png) no-repeat 0 5px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 14px;
}

#droite-accueil #focus{
	padding: 5px 10px;
	margin-top: 15px;
	border-top: 10px solid #02A421;
	border-right: 1px solid #02A421;
	border-bottom: 1px solid #02A421;
	border-left: 1px solid #02A421;
	margin-bottom: 15px;
}
#droite-accueil #focus h1{
	color: #02A421;
}
#droite-accueil #focus ul{
margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}
#droite-accueil #focus li{
	background: url(puce-article.png) no-repeat 0 5px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 14px;
}


#pave1 {
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#pave1 h1{
	color: #FFFFFF;
	background: #CCCCCC;
	margin: 0px;
	padding: 3px 10px;
}
#pave1 ul{
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#pave1 li{
	background: url(none);
	margin-left: 0px;
	padding-left: 0px;
}
#pave1 a{
	background: url(none);
	color: #999999;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#pave1 a:hover{
}

#pave2 {
	margin-bottom: 10px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 1px solid #666666;
}
#pave2 h1{
	color: #FFFFFF;
	background: #666666;
	margin: 0px;
	padding: 3px 10px;
}
#pave2 ul{
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#pave2 li{
	background: url(none);
	margin-left: 0px;
	padding-left: 0px;
}
#pave2 a{
	background: url(none);
	color: #999999;
	padding-left: 10px;
	border-bottom: 1px solid #666666;
}
#pave2 a:hover{
}

/*INTRO*/




#intro {
	width: 850px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font: 13px/20px Arial, Helvetica, sans-serif;
}
.intro p {
	margin-bottom: 15px;
}
#bienvenue {
	clear: both;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
		text-align: center;

}
#bienvenue a {
	background: #02A4C9;
	padding: 3px 20px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	font-size: 14px;
}
#bienvenue a:hover {
	background: #02A321;
}
#contact {
	margin-top: 10px;
	line-height: 18px;
	height: 18px;
	clear: both;
}
#contact p {
	margin-bottom: 15px;
}

#contact a {
	margin-right: 0px;
	margin-left: 0px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}
#contact a:hover {
	text-decoration: underline;
}

