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

a:link,a:visited ,a:hover, a:active{
	color: #000000;
	text-decoration: underline;
}

.vert:link,.vert:visited {
	color: #073;
	text-decoration: underline;
}

.vert:hover {
	color: #000;
}

.blanc:link,.blanc:visited{
	color: #FFFFFF;
	text-decoration: none
}

.blanc:hover,.blanc:selected {
	text-decoration: underline
}

body {
	width: 900px;
	margin: 10px auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #073;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #073;
	margin-top: 5px;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #073;	
}

.spip_logos {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
	border: none;
}

.spip_doc_descriptif {
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
}


#en-tete {
	height: 100px;
	background-color: #007836;
	background-image: url(images/en-tete.png);
	background-repeat: no-repeat;
	background-position: center;
}

.nav_bloc ,#nav_bloc_1 {
	background-color: #F5AA00;
	width: 16%;
	float: left;
	padding-top: 6px;
	padding-bottom: 7px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}

#nav_bloc_1 {background : #F5AA00 url(images/e90_bg.png) no-repeat bottom left}

#nav_bloc_recherche {
	background-color: #F5AA00;
	width: 20%;
	float: left;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: center;
	height: 24px;
}

#col-gauche {
	background-color: #FFFFFF;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007836;
	padding: 10px;
	float: left;
	clear: left;
}


#milieu {
	background-color: #FFF;
	float: right;
	width: 760px;
	background-image: url(images/col-droite.png);
	background-repeat: repeat-y;
	background-position: top right;	
}

#milieu-une {
	background: #007836 url(images/073_bd.png) no-repeat bottom right;	
	float: right;
	width: 760px;
}

#dessin-haut {
	background-color: #B3D828;
	background-image: url(images/dessin_haut.png);
	background-repeat: no-repeat;
	height: 100px;
}

#col-droite  {
	float: right;
	background-color: #073;
	width: 165px;
	color: #FFF;
	height: 100%;
}

#pied {
	clear: both;
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
}

.admin {
	padding: 5px;
}

.breves_titre {
	background-color: #F5AA00;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.breves_droite {
	clear: left;
	background-color: #FFF;
	color: #000;
	border: solid 3px #F5AA00;
	padding: 5px;
	font-size: 10px;
}


/* Styles de la UNE */
#une  {
	width: 595px;
	float: left;
	clear: both;
	background-image: url(images/dessin_bas.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 520px;
	background-color: #FFF;
}

.une_edito {
	width: 20%;
	float: left;
	padding: 2%;
}

.une_col {
	width: 33%;
	float: left;
	padding: 2%;
}


.une_auteur {
	font-size: 11px;
	color: #F5AA00;
}
.une_texte {
	font-size: 11px;
}


/* Style des pages article*/
.article {
	float: left;
	background-color: #FFF;
	padding: 10px 20px;
	width: 550px;
	overflow: hidden;
}

.article_rubrique {
	background-color: #B3D828;
	padding: 30px 10px 10px 10px;
	background-image: url(images/qc.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.signature {
	font-weight: bold;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin : 0px; 
}

.logo_article {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}


/* correction du formulaire de recherche */
.forml {
   width: 90%;
   border: 1px solid #666;
}

}
#recherche_zero {
	padding : 0;
	margin : 0;
}


/*styles des ARRONDIS */
#entete_hautgauche, #entete_hautdroit{
height: 10px; width: 10px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}

#entete_hautgauche{background: url(images/073_hg.png);}

#entete_hautdroit{background: url(images/073_hd.png); float:right;}
