body {
	background-color: #48BED0;
	margin: 0px 0px;
	padding: 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
}
#imprime{
display:none;
}

/* Pave central 780 px centre */

#centre {
	position: absolute;
	width: 878px;
	left: 50%;
	margin-left: -439px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(images/bandeau-bas2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#fond {
	background-color: #FFFFFF;
	padding: 0px 0px 10px;
	border: 0px solid #CCCCCC;
	background-image: url(images/bandeau-bas.png);
	background-repeat: no-repeat;
	background-position: 0px 122px;
}



#bandeau {
	height: 100px;
	background-color: #48BED0;
}




/* Recoit le menu horizontal */
#haut {
	height: 22px; /* Premier item cale sur menu gauche */
	background: #0099E6;
	margin-bottom:1px;
	margin-top: 1px;
}


#haut ul {
	padding: 0px;
	margin: 0px;
}

#haut li {
	padding: 0px;
	margin: 0px;
}

.menu-horizontal {
	width: 100%; /* precision pour Opera */
	margin:0px; /* indentation utilise par IE */
	padding:0; /* indentation utilise par Mozilla */
	list-style-type: none;

}

.menu-horizontal li {
	float: left;
	margin:0;
	list-style-type: none;
	line-height: 22px; /* centrer le texte verticalement */
	text-indent: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #FFFFFF; /* trait blanc de sparation  gauche de chaque item */

}

.menu-horizontal a {
	margin: 0 0px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;

}

.menu-horizontal a:hover {
	background: #70BD2F;
	text-decoration: none;
	color:#FFFFFF;
}

.menu-horizontal a:visited {

	color:#FFFFFF;
}


.actif a {/* rubrique horizontale active */
	background: #FF9933;
	text-decoration: none;
	color:#000000;
}

.actif a:visited {/* rubrique active */

	color:#FFFFFF;
}


/* Menu hierarchique */

#hierarchie {
	font-size: 10px;
	line-height: 120%;
	padding: 5px;
	color: #666666;
	margin: 0px;
	margin-right:190px;
	}

#hierarchie p {
	color: #0099E6;
}

#hierarchie a {
	color: #0099E6;
	text-decoration: none;
}

#hierarchie a:hover {
	text-decoration: underline;
	color: #70BD2F;
}

#langue {
	top:127px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	position: absolute;
	font-weight:bold;
	padding: 0px;
	left: 810px;
}


#contenu {
margin-top:15px;

}


/* Partie gauche */

#gauche {
	width: 150px;
	float: left;
}

#gauche ul a:link, #gauche ul a:visited {
	display: block;
	text-decoration: none;
}
#gauche ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#gauche li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #gauche li {border-bottom: none;}


/*********** #sections de la partie gauche ***********/

#section{
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom:10px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6FFEC;
}

#section h3{
	padding: 5px 5px 5px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #70BD2F;
	background-image: url(images/onglet.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: normal;
}
#section h3 a {

	color: #FFFFFF;
	text-decoration:none;
}
#section h3 a:hover {

	color:#006600;
	text-decoration:none;
}

#section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}
#section li {list-style: none;}

#section li a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 7px;
	color: #333333;
	font-size: 11px;
}

#section li a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
}


/* Menu de droite */
#droit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	float: right;
	margin-right: 0px;
}

#droit a {
	color: #FF9933;
	text-decoration: none;
}

#droit a:hover {
	text-decoration: underline;
}

#droit a:visited {

}



#section-droit {
	margin-right: 5px;
	margin-bottom:10px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 3px solid #CBE6FF;
	border-right: 3px solid #CBE6FF;
	border-bottom: 3px solid #CBE6FF;
	border-left: 3px solid #CBE6FF;
	padding-left: 5px;
	}

#section-droit p {
	font-weight: bold;
	color:#FFFFFF;
	background-color: #67B1E6;
	padding: 3px 3px 3px 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -3px;
	margin-left: -8px;
	margin-right:30px;
	margin-bottom:5px;
}

#section-droit li {
	line-height:13px;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom:3px;
	list-style-type: none;
	background-image: url(images/puce-vert.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 3px;
}


#section-droit ul {
	text-indent: 0px;
	margin: 0px;
	padding: 0px 0px;
	list-style-type: none;
}

/* Formulaires section droite */


#section-droit input {
width:155px;
}

#section-droit input.input-petit {
width:40px;

}
#section-droit input.input-minus {
width:15px;

}


/* Balises standards */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;

}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9933;
	margin-top: 15px;
	padding-bottom:0px;
	line-height: 20px;
	font-weight: bold;
	background-image: url(images/trait2.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 0px 5px;
}


h2 {/* Descriptif article */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	background-position: left;
	background-color: #F5F5F5;
	padding: 5px;
	
}



a {
	color: #1C7FB6;
	text-decoration: none;
}

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

a:visited {
	color: #48BED0;
}

li {
	list-style-type: disc;
}
ul {
	padding-left: 20px;
}

hr {
	clear: both;
	visibility: hidden;
	margin:0px;
	padding:0px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* Texte de l'article */

#texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-right:200px;
	margin-left:170px;
	}



#texte li {
	list-style-type: disc;
	padding-left: 0px;
		padding-bottom:5px;
		margin-left:0;
}
#texte ul {
	padding-left: 15px;
	margin-left:0;
	font-size: 11px;
	line-height: 15px;
	color: #333333;

}
#texte h3 {
	font-size: 12px;
	font-weight: normal;
	color: #70BD2F;

}
.descriptif {/* Descriptif article */
	font-size: 10px;
	line-height:13px;
	display: block;
	list-style-type: none;
	font-weight:normal;


}

.liste {/* Liste doc ou actu */
	background-image: url(images/puce-bleu.png);
	background-position: 0px 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	
	padding-bottom: 0px;

}

.date {
	color: #999999;
}

.suite {
font-size:10px;
	
}





/* Bouton imprimer */


.imprimer {
	text-align: right;
	font-size: 10px;
	margin-top:10px;
	margin-bottom: 0px;
	margin-right: 200px;
	margin-left: 170px;
}
.imprimer a {
	padding: 3px;
	color: #666666;
	text-decoration: none;
	margin:0px 0px 0px 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.imprimer a:hover {  border: 1px #000000 solid;
color: #000000;
text-decoration: none
}



/* Bas de la page */

#bas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	margin:0px;
	padding:0px;
	height: 40px;
	
}

#bas p {
	padding-top:15px;
	margin-top:0px;
	font-size: 10px;
	padding-left: 0px;
}



#bas a {
text-decoration: none;
		padding-top:0px;
		margin-top:0px;
		color:#FFFFFF;
}

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





/* Formulaires */

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 10px;
	margin-top: 3px;
	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: #333333;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #333333;
	padding: 2px;
}

label {
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 14px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 2px;
}

.recherche {
	margin-top:10px;
	background-color: #67B1E6;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #BBBBBB;
	cursor:pointer;

	}


.recherche:hover {
	background-color: #70BD2F;
	color:#000000;
	cursor:pointer;

	}

.petittexte {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
}





/* Tableau */

 

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	margin: 1px;
	border-collapse: collapse;
	width:500px;

}
.table-petit {
width:30px;
}
/*
td {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 5px;
	vertical-align: top;
	font-weight: normal;
	border-top: 1px none #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}

tbody {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	font-weight: normal;
}
th {
	font-weight: bold;
	background-color: #EEEEEE;
	margin: 1px;
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-position: center;
}

*/

/* Tableau annuaire */

.annuaire table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	margin: 0px;
	padding-top:100px;
	border-collapse: collapse;
	border: 0px none #FFFFFF;
}
.annuaire td {
	exbackground-color: #FFFFFF;
	margin: 1px;
	padding: 5px;
	vertical-align: top;
	font-weight: normal;
	border-top: 1px solid #DDDDDD;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	exborder-left: 0px none #FFFFFF;
}



.annuaire th {
	font-weight: bold;
	background-color: #EEEEEE;
	margin: 1px;
	padding: 3px;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0px none #FFFFFF;
}

#annuaire-descriptif {
	padding: 10px 10px;
	border: 1px solid #FF9933;
	margin-top: 10px;
}

.traitgauche {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;

}

/* Plan du site */

.photo {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.vignette {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 60px;
	width: 150px;
	float: right;
}


.vignette-annuaire {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	text-align: right;
}

.vignette a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 60px;
	width: 150px;
}
.titre {
	color: #70BD2F;
}
.fiche {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fiche-descriptif {
	display: block;
	margin-left: 50px;
	text-indent: 0px;
}
dl {
	color: #70BD2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	exdisplay: table;
	exwidth: 100%;
}
dt {
	color: #333333;
	margin: 0px;
	list-style-type: none;
	display: table-cell;
	vertical-align: text-top;
	padding: 0px 5px;
}
.col-ope1 {
	color: #70BD2F;
	width: 140px;
	padding-left: 0px;
}
.col-ope2 {
	color: #333333;
	width: 140px;
	padding-left: 0px;
}

dt img {
	exdisplay: inline-table;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.colonne-vignette {

	width: 150px;
	padding-left: 10px;
}
.pave-recherche {
	background-color: #EBF4FB;
}
.details {
	background-image: url(images/detail.png);
	background-position: 0px 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
}
.retour {
	background-image: url(images/retour.png);
	background-position: 0px 4px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
}
/* Opérations */

#operation-descriptif {
	background-color: #FFF8F6;
	padding: 5px 10px;
	margin-top: 2px;
	border: 1px solid #FF9933;
}
.exoperation-titre {
	background-image: url(images/icone-operation2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	;
}
.operation-titre {
	padding-left: 0px;
	background-image: none;
}
.ligne-altern {
	background-color: #FBFAFA;
}

#operation-evidence {
	padding: 5px 0px 3px 5px;
	text-align: right;

	

}
#operation-evidence p {
	margin-bottom: 0px;
	margin-top: 0px;
	display: inline;
	margin-right: 0px;
	padding: 4px;
	margin-left: 3px;
	background-color: #FF9933;
	border: 0px none #FF9933;
	line-height: 11px;
	color: #FFFFFF;
}
.nombre {
	text-align: right;
	white-space: nowrap;
}
