/* CSS Document */
#page{
	width:955px;
	margin:30px auto 0 auto;
	color:#999;
	background-color:#666;
	}
#fond{
	background-color:#ccc;
	width:auto;
	height:100%;
	}	
#gauche{
	width:265px;
	height:600px;
	margin:0;
	color:#999;
	background-color:#ccc;
	float:left;
	}
	
#droite{
	width:690px;
	height:600px;
	margin:0;
	color:#999;
	float:left;
	}

#droite2{
	width:690px;
	height:auto;
	margin:0;
	color:#999;
	float:left;
	}	
#titre{
	width:670px;
	height:90px;
	margin:0;
	padding:10px 0 0 20px;
	color:#999;
	background-color:#fff;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	}

#titre img{
	padding:0 11px 0 12px;
	}
	
#texte{
	width:auto;
	height:150px;
	font-size:14px;
	font-style:italic;
	color:#ccc;
	padding:20px;
	line-height:20px;
	}
	
#texte2{
	width:auto;
	height:auto;
	padding-bottom:15px;
	font-size:14px;
	font-style:italic;
	color:#666;
	line-height:20px;
	background-color:#fff;
	}
		
#texte2 h1{
	color:#903;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	background-color:#ccc;
	}
	
#texte2 h2{
	color:#903;
	font-size:19px;
	background:url(../images/fleche_grise.gif) top left no-repeat;
	font-weight:bold;
	padding:0 0 0 20px;
	margin:20px 0 0 20px;
}
#texte2 h3{
	color:#999;
	font-size:15px;
	font-weight:bold;
	padding:10px 10px 10px 40px;
}

#texte2 li{
	background:url(../images/carre_rouge.gif) left 8px no-repeat;
	margin: 5px 0 0 40px;
	padding-left:12px;
	padding-right:15px;
	font-size:12px;
	font-style:normal;	
	}
	
#texte2 p{
	padding:20px;
	font-size:14px;
	}
	
#texte2 dl{
	float:left;
	margin:0 0 30px 30px;
	width:300px;}

#texte2 dt{
	color::#999;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	padding:30px 0 15px 5px;
	}
	
#texte2 dd{
	color::#333;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	}
	

#global{
	width:690px;
	height:430px;
	}
	
#photo{
	width:auto;
	height:310px;
	background:#FFFFFF url(../images/main.jpg) left 25px no-repeat;
	}

#adresse dl{
	margin:0px;
	padding:0px 0px 0 20px;}
	
#adresse dt{
	float:left;
	margin:0px;
	padding:20px 0px 0px 0 ;
}
	
#adresse dd{
	float:left;
	margin:0px;
	padding:20px 0px 0px 10px ;
	width:270px;
	color:#fff;
	font-size:13px;
}

#adresse h1{
	color:#999;
	font-style:italic;
	font-weight:bold;
	font-size:20px;
	padding:0 0 15px;
	}
	
#adresse h2{
	color:#fff;
	font-size:14px;
	padding:10px;
	}
	
#adresse img{
	border:#ccc solid 3px;
	}
	
#footer{
	clear:both;
	width:925px;
	height:auto;
	padding:15px;
	font-style:italic;
	text-align:center;
	font-size:12px;
	}
	
	
/*Formulaire*/	
	
#formulaire{
	margin-top:20px;
	}
	
#formulaire dl{
	clear:both;
	width:600px;
	height:auto;
	padding:0;
	margin:0;
	}
	
#formulaire dt{
	float:left;
	width:200px;
	height:auto;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	color:#999;
	text-align:right;
	padding:0 10px 0 0;	
	}
	
#formulaire dd{
	float:left;
	width:300px;
	height:auto;
	}
	
#cases{
	font-size:14px;
	font-style:normal;
	color:#333;
	clear:both;
	}
#cases label{
	font-size:14px;
	}
	
#cases p{
	margin:0;
	padding:5px 0 0 20px;
	}
	
textarea{
	width:600px;
	height:50px;
	margin-left:20px;
	}

.info{
	font-size:10px;
	font-weight:normal;
	color:#333;
	line-height:12px;
	padding:30px 30px 30px 20px;
	}

.btn{
	background-color:#903;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	border:none;
	font-style:italic;
	margin-left:200px;
	margin-bottom:30px;
	cursor:hand;
	}
	
.reset{
	background-color:#999;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	border:none;
	font-style:italic;
	margin-left:50px;
	cursor:hand;
	margin-bottom:30px;
	}
	
	

