/* CSS Document */

body { margin:0; background: #6b6863;
font-family:Arial;
font-size:12px;
color: #FFFFFF;
margin: 0; /* pour éviter les marges */
text-align: center;}
#conteneurindex { 
position:absolute;

     width: 950px;
     height: 700px;
	 left: 50%; 
     top: 50%;
     margin-top: -320px; /* moitié de la hauteur */
     margin-left: -460px; /* moitié de la largeur */
}
#conteneur { 
position:absolute;

     width: 800px;
     height: 600px;
	 left: 50%; 
     top: 50%;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -400px; /* moitié de la largeur */
}
#page {width: 772px; height: 572px;  margin-left:14px;margin-right:14px;margin-top:14px; background: #a19e99;}

/* dans div page */
#centre {
	width: 772px;
	height: 520px;
	margin: 0px 0px 0px 0px;
	float: left;
	
}
#bas {
	width: 772px;
    height: 52px;
	margin: 0px 0 0 0px;
	float: left;
}

/* fin dans div page */
/* dans div centre */
#haut {
	width: 718px;
    height: 35px;
	/*margin: 30px 14px 0px 14px;*/
	float: left;
}
#bandeaucentre {
	width: 718px;
    height: 438px;
	/*margin: 0px 14px 0px 14px;*/
	background-color: #d6d4d2;
	float: left;
}
#bandeaubas {
	width: 718px;
    height: 17px;
	/*margin: 0px 14px 0px 14px;*/
	background-color: #d6d4d2;
	float: left;
}
/* fin dans div centre */

/* dans div bandeaucentre  */
#centregauche {
	width: 130px;
    height: 438px;
	margin: 0px 0 0 0px;
	float: left;
}
#centrephoto {
	width: 470px;
    height: 438px;
	margin: 0px 0 0 0px;
	float: left;
	background-color:#00CC00;
}
#centredroit {
	width: 80px;
    height: 438px;
	margin: 0px 0 0 0px;
	float: left;
	background-color:#660066;
}
/* fin dans div bandeaucentre */
/* dans div #centrephoto  */

#lien {
	width: 80px;
    height: 50px;
	margin: 350px 0px 0px 350px;
	text-align:center;
}
/* fin dans div #centrephoto */
/* dans div centredroit  */

/* fin dans div centredroit */



td.txtgauchehaut{
font-family:Arial;
font-size:11px;
color: #373532;
}
td.txtgauchecentre{
font-family:Arial;
font-size:11px;
color: #6a6763;

}
td.txtgauchebas{
font-family:Arial;
font-size:9px;
color: #373532;
}

#photoh {
	position:absolute;
	left:250px;
	top:74px;
	width:291px;
	height:452px;
	z-index:1;
	text-align:right;
}

a.lien{
font-family:Arial;
	font-size:10px;
	color: #6a6763;
	text-decoration: none;

}
#photol {
	position:absolute;
	left:160px;
	top:108px;
	width:475px;
	height:300px;
	z-index:1;
	text-align:right;
}
table.vignette {
background-color:#FFFFFF;
}

input.red {
background-color:#FF0000;
}
input.trans {

}
textarea.red {
background-color:#FF0000;
}
textarea.trans {

}

select.red {
background-color:#FF0000;
}

select.trans {

}