*{
	margin-left:10;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
body{background-color:#DDDDDD;font-size:0.9em;}

#corps{
	width:850px;
	margin:0 auto;
}

#entete h1{
	display:block;
	height:110px;
	width:752;
	margin-left:70;
	margin-bottom:15;
	background-image:url(../images/tetiere.jpg);
	font-size:0;
	color:#DDDDDD;
}

#entete #navigation{
	background-color:#242424;
	width:850px;
	height:25px;
	margin-bottom:0 5px;
	padding:5px;
}

#entete #navigation ul{
	float:left;
}

#entete #navigation ul li{
	float:left;
	list-style:none;
	border-right:1px #FFFFFF solid;
	margin-top:0 0px;
	font:"Arial Black";
}

#entete #navigation ul li.last_menu{
	border-right:0px;
}

#entete #navigation li a{
	color:#FFFFFF;
	text-decoration:none;
	margin:0 2px;
	padding:0 5px;
}

#entete #navigation li a:hover, #entete #navigation li a.active{
	background-color:#fffffe;
	color:#646464;
}

#contenu{
	clear:both;
	background-color:#FFFFFF;
	padding:10px;
	margin-left:20;
	width:850px;
}

#contenu p, #contenu ul{
	margin:10px 20px;
	font-size:0.9em;
}

#contenu ul li{
	margin:5px 0 5px 20px;
	list-style:square;
}

#contenu h2{
	color:#242424;
	margin:20px 0;
}

#contenu h3{
	color:#FF0000;
	margin:20px 10px 15px;
}

#contenu h4{
margin-top:80px;
margin-left:70px;
}

#contenu p acronym{
	border-bottom:#000000 1px dashed;
	cursor:help;
}

#contenu p.infos{
	font-style:italic;
	color:#999999;
	font-size:0.8em;
}

#contenu #bloc_photo{
	float:left;
	width:200px;
	font-size:0.9em;
}

#contenu #bloc_photo img{
width:150px;
}

#contenu #bloc_photo .photo_impair{
	float:right;
	margin-bottom:-4;
	margin-top:-4;

}

#contenu #bloc_photo .photo_pair{
	float:left;
	margin-bottom:-4;
	margin-top:-4;
}

#contenu #zone_texte{
	margin:0 0 0 210px;
}

#contenu #formulaire{
margin-left:200px;
}

#contenu #zone_texte2{
	margin:0 0 0 70px;
}

#contenu hr.clear{
	clear:both;
	visibility:hidden;
	color:#FFFFFF;
}

#footer{
	clear:both;
	background-color:#FFFFFF;
	padding:2px;
	font-size:0.7em;
	color:#999999;
	margin-left:20;
	width:830;
}

#footer a{
	color:#999999;
	text-decoration:none;

}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

<style type="text/css">
.cssform p{
border:thin;
border-color:#333333;
width:300px;
clear:left;
margin:0;
padding:5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight:bold;
float:left;
margin-left:-120px; /*width of left column*/
width:150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width:180px;
}

.cssform textarea{
width:250px;
height:150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left:3px;
}
</style>
