﻿/* disposition CSS */

body {
	margin-top: 0px;
	font-family: Verdana;
	font-size: 11px; 
/* ces 3 lignes en commentaires pour que la lightbox fonctionne, remplace par les lignes suivantes */
	/*	margin-left: auto;
	margin-right: auto;
	width: 1000px;*/ 
	background-color: #EEEEEE;
/* ces 3 lignes a ajouter pour la lighbox */	
	margin: 0px auto;
	position: relative;
	width: 1000px;

}

#masthead {
	margin: 0px auto;
	position: relative;
	width: 1000px;
	height: 100%; /*	background-color: #1BAAB3;*/;
	background-image: url('../images/bandeau4new1000.jpg');
	background-repeat: no-repeat;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 0px;
}

#header {
	margin-left: 200px;
	padding-top:15px;
	height:114px;
}

#container {
	position: relative;
	width: 100%; /*	background-color: #F6C87E;*/;
	margin-top: 0px;
	/*float: left;*/
	background-image: url('../images/fond_container.jpg');
	margin: 0px auto;
	position: relative;
	width: 1000px;
}

#left_col {
	width: 192px;
	position: relative;
/*	background-color: white;*/
	float: left;
	left: 0px;
	top: 0px;
	display: table-cell;
	height:100%;
	padding-left:4px;
	padding-right:4px;
}
#left_col p {
	margin-top:0px;
	margin-bottom:7px;
}

.left_col_colonne {
	padding-left:3px;
	padding-right:0px;
}


#page_content {
	margin-left: 200px;
	height:100%;
	margin-right:4px;
}

#page_content p {
	margin-top:0px;
	margin-bottom:7px;
}


.fond_vertfonce {
    background-color:#336666;
}
.fond_blanc {
	background-color: #FFFFFF;
}

.fond_bleu {
	background-color: #00529E;
}

.fond_bleu_evolutrans {
	background-color: #00529E;
}

.fond_jaune {
	background-color: #FFEC00;
}
.fond_gris {
	background-color: #808080;
}
.fond_orange {
	background-color: #FF9900;
}
.fond_vertclair {
	background-color: #66FF33;
}
.fond_vert {
	background-color: #009A4E;
}
.fond_marron {
	background-color: #FFB546;
}
.fond_orange {
	background-color: #E66D28;
}

.fond_bordeau {
	background-color: #7F0000;
}


.fond_bleu_degrade {
	background-image: url('../images/titrefondavr.gif');
}
.fond_vert_degrade {
	background-image: url('../images/titrefondvert.gif');
}

.couleur_rouge {
	color: #DD0000;

}
.couleur_bleumarine {
	color: #0000CC;
}
.couleur_bleu_evolutrans {
	color: #00529E;
}

.couleur_blanche {
	color: #FFFFFF;
}
.couleur_gris {
	color: #666666;
}
.couleur_vert {
	color: #009A4E;
}
.couleur_bleu {
	color: #00529E;
	color: #000079;
	color: #705B4C;
}
.couleur_bleu_clair {
	color: #4472BF;
}
.couleur_orange {
	color: #E66D28;
}
.couleur_jaune {
	color: #FFEC00;
}

.taille_18 {
	font-size: 18px;
}
.taille_16 {
	font-size: 16px;
}

.taille_14 {
	font-size: 14px;
}

.hauteur_titre {
	padding-top:5px;
	height:30px;
	margin-left:0px;
}


h2 {
	color: #00529E;
}
h3 {
	color: #705B4C;
}
h5 {
	color: #00529E;
}

#contenu {
	width: 98%;
	padding: 0% 0% 0% 0%;
	height: 22px;
}

#contenu_suite {
	width:97%;
	padding:1%;
}

#contenu_suite p {
 	font-size: 14px;
	text-align: justify;
}

#contenu_suite b {
	color: #333333;
}

.align_centre {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}


.boite_400 {
	width: 400px;
	margin-left: 200px;
	margin-top:0px;
	text-align:center;
}

.boite_entier {
	width:100%;
}

.boite_demi_haut {
	width:50%;
	float:left;
	height:30px;
	padding-top:5px;
}

.boite_demi_haut a {
	color: #000000;
	text-decoration: underline;
}
.boite_demi_haut a:hover {
	color: #000000;
	text-decoration: none;
}


.boite_demi_bas {
	width:50%;
	float:left;
	height:43px;
	padding-top:5px;
}

.boite_demi_bas a {
	color: #FEB100;
	text-decoration: none;
}
.boite_demi_bas a:hover {
	color: #FFFFFF;
}

.boite_colonne_entier {
	height:100px;
	width:100%;
}

.boite_demi {
	width:49%;
	float:left;
}

.boite_1tiers {
	width:33%;
	float:left;
}

.boite_2tiers {
	width:66%;
	float:left;
}

a.lightbox:link {
	color: #00529E;
	text-decoration:none;
}
a.lightbox:visited {
	color: #00529E;
	text-decoration:none;
}
a.lightbox:hover {
	color: #FFEC00;
	text-decoration:none;
}
a.lightbox:active {
	color: #FFEC00;
	text-decoration:none;
}
a img
{
	border:none;
}

a.pieds:link {
	color: #000000;
}
a.pieds:visited {
	color: #000000;
}
a.pieds:hover {
	color: #D91717;
}
a.pieds:active {
	color: #D91717;
}
a.colonne:link {
	color: #808080;
}
a.colonne:visited {
	color: #808080;
}
a.colonne:hover {
	color: #FEB100;
}
a.colonne:active {
	color: #FEB100;
}
a.titre:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.titre:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.titre:hover {
	color: #FEB100;
}
a.titre:active {
	color: #FEB100;
}

form {
	width: 39em;
	border-color: #800000;
	background-color: #EAEAEA;
/*	background-image:url('../images/fond-contact.jpg');*/
}
label {
	color: #705B4C;
}

.position1 {
	position:absolute;
	left : 300px;
}

.position2 {
	position:absolute;
	left : 600px;
}
.position3 {
	position:absolute;
	left : 700px;
}

.positiona {
	position:absolute;
	width:10%;
	left : 300px;
}

.positionb {
	position:absolute;
	width:10%;
	left : 440px;
}

.positionc {
	position:absolute;
	width:10%;
	left : 580px;
}
.positiond {
	position:absolute;
	width:10%;
	left : 720px;
}
.positione {
	position:absolute;
	width:10%;
	left : 860px;
}



div.MenuList
{	margin-left:auto;
	margin-right:auto;
	width:800px;

/*   margin-left: 10%;*/
}

.MenuList ul
{
	font: bold small Verdana;
	padding: 0;
	margin: 0;
	border-width: 1px 1px 1px 1px;
	border-style: double;
	border-color: #D91717;
	height:18px;
}
.MenuList li
{
	margin: 0px 5px 0px 5px;
	list-style-type: none;
	float: left;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #AAAAAA;
	width: 100px;
	text-align: center;
}
.MenuList li:visited
{
	background-color: #AAAAAA;
}

.MenuList li:hover{
	background-color: #D91717;
}

.MenuList li:active
{
	background-color: #D91717;
}
#sidebar_fond
{
/*	background-color: #009673;*/
	width: 100%;
	height: 29px;
	padding: 4px 0px 4px 0px;
}

#sidebar
{	margin-left:auto;
	margin-right:auto;
/*	height:5px;*/
	width:75%;
/*   margin-left: 10%;*/
}

#sidebar ul
{
	font: bold 10px Verdana;
	border-width: 0px 0px 0px 0px;
	padding: 0;
	margin: 0;
	list-style-type: none; /*	border-style: double;
	border-color: #D91717;*/;
	height: 0px;
}

#sidebar li
{
	padding: 0 0px 0 0px;
	margin: 0px 1px 0px 1px;
	list-style-type: none;
	float: left;
	width: 115px;
	text-align: center;
}


/* Styles pour les éléments de navigation */
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #705B4C;
	display: block;
	padding: 0px;
	border: 1px #969696 solid;
/*	background-image: url('../images/button25.gif');*/	height: 25px;
	background-color:silver;
    opacity : 0.7; 
    filter : alpha(opacity=70);
	line-height: 25px;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #EAEAEA; /*	background-image: url('../images/button27.gif');*/;
	background-color: #7F0000;
}

#sidebar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar_active {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px;
	border: 0px #969696 solid;
	background-color: #7F0000;
	color: #FFFFFF; 
    opacity : 0.7; 
    filter : alpha(opacity=70);
    height: 27px;
    line-height: 27px;
}

div.DetailList
{	
/*   margin-left: 10%;*/
}

.DetailList ul {
}

.DetailList li{
	list-style: url('../images/pucenew12.jpg');
	font-size: 14px;
}

div.DetailListMarge
{
}

.DetailListMarge ul {

}

.DetailListMarge li{
	list-style: square;
	font-size: 14px;
	margin-left: -25px;
}


ul.PetiteList
{
	list-style: url('../images/etoile.gif');
	font-size: 14px;
}


#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Styles pour le pied de page */
#footer {
	text-align: center;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto; /*	background-color: #4472BF;*/;
	background-image: url('../images/fondbasombre.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	position: relative;
	width: 1000px;
}

#footer p {
	font-size: 0.8em;
	color: #666666;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}

#left_col a {
	color: #666666;
	text-decoration: underline;
}
#left_col a:hover {
	color: #666666;
	text-decoration: none;
}



