/* CSS Document */

.centrage {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	}
div#main {
	width:800px;
	}
div#bandeau {
	width:800px;
	height:145px;
	background-color:#999999;
	}
div#menu1 {
	float:left;
	width:450px;
	height: 25px;
	background-color:#666666;
	font-weight: bold;
	text-align:left;
	padding-top: 2px;
	}
div#menu2 {
	float:left;
	width:350px;
	height: 25px;
	background-color:#666666;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	color: #000000;
	}
div#contenu {
	clear:both;
	display: table;
	/* this class allow the div contenu to expand when div columns get enlaged with pictures */
	width:800px;
	height:100%;
	padding-bottom: 7px;
	background-color:#999999;
	}
div#colonnesimple1 {
	float:left;
	width:180px;
	height:100%;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	}
div#colonnesimple2 {
	float:left;
	width:200px;
	height:100%;
	text-align:left;
	padding-top: 7px;
	}
div#colonnesimple3 {
	float:left;
	width:200px;
	height:100%;
	text-align:left;
	padding-top: 7px;
	}
div#colonnesimple4 {
	float:left;
	width:200px;
	height:100%;
	text-align:left;
	padding-top: 7px;
	}
div#colonnedouble {
	float:left;
	width:400px;
	height:100%;
	text-align:left;
	padding-top: 7px;
	}
div#colonnetriple {
	float:left;
	width:600px;
	height:100%;
	text-align:left;
	padding-top: 7px;
	}

div#piedpage {
	clear:both;
	width:800px;
	height:20px;
	background-color:#999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align:right;
	margin-right: 10px;
	}

body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.menuIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
.currentPage {
/* couleur de la page selectionnee dans le menu gauche*/
	color: #9B9B9B;
	}
.menuDroit {
/* couleur du menu droite, pour overrider la couleur du lien*/
	color: #000000;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a:active {
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #000;
	}
	
.img-ombre {
	background: url(photos/thumb_shadow.png) no-repeat;
	width:128px;
	height:128px;
}

.error {
	font-weight: bold;
	color: #FFCC66;
	}
.texte {
	font-size: x-small;
	color: #333333;
}
.backgroundIndex {
	background-image: url(images/index_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.background {
	background-image: url(images/page_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.newsLink {
	color: #6F6;
	text-decoration: underline;
}
