*
{
	margin:0;
	padding:0;
}
img
{ 
	border:none;
}
body
{
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#page
{
	position:absolute;
	left: 50%;
	top:5%;
	width: 800px;
	height:600px;
	margin-left: -400px;
}
#header
{
	margin:0px;
	width:800px;
	height:109px;
	background-image: url(../images/contact_01.jpg);
	background-repeat:no-repeat;
}
#header h2
{
	font-size:3em;
	margin: 0px 0px 0px 370px;
	padding-top:2px;
	font-weight:bolder;
	color:#AEDB02;
	/*border:outset  #AEDB02;*/
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*#header_bas
{
	height:153px;
	background-image:url(../images/tranche_alex_03.jpg);
	background-repeat:no-repeat;
}
*/
#col_gauche
{
	float:left;
	width:270px;
	height:404px;
	background-image: url(../images/contact_02.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
#col_centre
{
	float:left;
	width:530px;
	height:404px;
	background-image:url(../images/contact_03.jpg);
	background-repeat:no-repeat;
}
/*FOOTER*/
#footer_h
{
	clear:both;
	height:91px;
}
.footer_h1
{
	width:727px;
	height:87px;
	background-image:url(../images/contact_04.jpg);
	background-repeat:repeat;
	float:left;
}
.footer_h2
{
	width:73px;
	height:87px;
	background-image:url(../images/contact_05.jpg);
	background-repeat:no-repeat;
	float:left;
}
#footer{
	clear:both;
	height: auto;
	color:#014546;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding:5px;
}
#footer a{
	text-decoration:none;
	color:#014546;
	text-decoration : none; 
	font-size:10px;
}
#footer a:hover { 
	color:#96B720;
	font-size:10px;
}
/*FOOTER*/
/*MENU*/
#menu
{
	height:190px;
	width:250px;
	position:absolute;
	margin-top:170px;
}
#menu a{
	text-decoration: none;
	color:#96B720;
	font-size:12px;
	height:35px;
	font-weight:bold;
}
#menu a:hover{
	color:#87D2E5;
}
#menu li 
{
	list-style-type:none;
	height:15px;
}

/*MENU*/

/*Formulaire*/

form{
	width:70%;
	margin:auto;
	font-size:10px;
	height:360px;

}
label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}
form p{
	padding: .2em 0;
	margin: 0 0 .2em 0;
	padding-left: 0px; /*width of left column containing the label elements*/
	/*border-bottom: 1px dashed #666666;*/
	text-align:left;
}
/* les boutons submit et reset */
/*input[type="submit"], input[type="reset"], input[type="button"] {
  background:#DED983;
  font:1.2em  Arial, Helvetica, sans-serif;
  color:#345071;
  margin-left:1em;
  margin-top:1em;
  border: 1px solid #AEDC00;
}
input[type="text"]{
	 border: 1px solid #AEDC00;
}*/
#NbCar
{
font-size:10px;
font-style:italic;
padding:1px;
text-align:center;

}
input[type="submit"], input[type="reset"], input[type="button"]{
	padding:0.15em;
	margin-top:15px;
	width:8em;
	border:1px solid #AEDC00;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input[type="text"]{
	padding:0.15em;
	margin-top:5px;
	width:10em;
	border:1px solid #AEDC00;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
textarea{
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	border:1px solid #AEDC00;
	width: 200px;
	height: 80px
}
/*Formulaire*/