body{
width: 480px;
margin: 0 auto;
padding: 0;
font-size: 70%;
font-family: arial, helvetica, sans-serif;
background: url(images/fond.png);
}
#wrapper
{
height: auto;
margin-bottom: 1em;
border-bottom: 1px solid #999;
background: #FFFFFF;
}
		
#header
{
	height: 196px;
	margin-top: 2em;
	text-align: center;
	font-size: 100%;

}
		
a {
	text-decoration:none;
	color: #000;}
	
a:link {
	color: #0072bc;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
}
 
a img{
	border:none;
}

# p
{
margin:0;
padding:0;
}

.chuchoter{ 
   text-align: right;
   margin-right:0px;
   }

#text p
{
margin:0;
padding:0;
text-align:justify;
}
#text img
{
float:left;
margin:0px 2px 2px 2px;
border: 1px solid #999;
}

#text1 p
{
margin:0;
padding:0;
text-align:left;
display: inline;
}
#text1 img
{
float:left;
margin:0px 2px 2px 2px;
border: 1px solid #999;
display: inline;
}

hr{
	border-top: 0;
	border-bottom: 1px solid #999;
}
		
		.clearboth { clear: both; }
		
		.spacer
		{
			float: left;
			width: 0%;
		}

		
#col{
width: 100%;
margin-bottom: 1em;
background-position: center;
text-align: justify;
}
		

		
#footer{
clear: both;
height: 20px;
border-top: 1px solid #999;
text-align: right;
}
		
h1{
margin: 0;
padding: .5em;
}
h2 {
	margin-top: 0;
	text-align: center;
}

//*Formulaire*//
.red {
color: #FF0000}

form.css fieldset {
	padding: 1em;
}
form.css label {
	display: inline;
	float: left;
	width: 290px;
	background-color: transparent;
}

input {
	width:150px;
	font-size:10px;
	background-color: #ffffff;
	border: 0.1em;
	border-color: #b2b7b7 !important;
	border-style: solid;
	margin: 0.1em !important;
}

select {
	width:auto;
	font-size:10px;
	background-color: #ffffff;
	border: 0.1em;
	border-color: #b2b7b7 !important;
	border-style: solid;
	margin: 0.1em !important;
}
input[type="submit"] {
	border-style: outset;
	border-width: 0.2em;
	margin: 0em;
}
input[type="submit"]:active {
	border-style: inset;
	border-width: 0.2em;
	margin: 0em;
}
fieldset {
	width: 450px;
	float: center;
}
legend {
	border:1px #b2b7b7 solid;
	background-color:#f1f1f1;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	padding:2px;
}
