body{
	color:#000000;
	background-color:#000;
	font-family: arial;
	
	
}

#fond{
	margin:0 auto;
	width:1280px;
	height:832px;
	background: url(images/body-background.jpg) no-repeat;
	
}

label{
		width:300px;
		float:left;
		text-align:right;
		margin-top:10px;
	}

input{
	width:200px;
	margin-right:10px;
	
}

a{
text-decoration:none;	
}

.btn_envoi{
width:200px;
margin: 0 auto;
}

.btn_envoi2{
width:30px;
margin: 0 auto;
}



#container{
	width:784px;
	margin:0 auto;
}

#header{
	width:784px;
	height:91px;
	float:left;
	padding-top:15px;
	color:#fff;
	font-family: arial;
	font-style:bold;
}

#content{
	width:784px;
	float:left;
}

#top{
	width:784px;
	height:10px;
	background: url(images/top.png) no-repeat;
	padding-left:10px;

	
}

#background{
	width:784px;
	background: url(images/background.png) repeat-y;
	font-size:9pt;
	padding:10px;

}

#bottom{
	width:784px;
	height:74px;
	background: url(images/bottom.png) no-repeat;
	
}

td{
	font-size:9pt;
	text-align:center;
}

#cattop{
	width:644px;
	height:4px;
	background: url(images/cattop.jpg) no-repeat;
}

#catback{
	width:644px;
	background: url(images/catback.jpg) repeat-y;
	margin-bottom:-4px;
}

#catbot{
	width:644px;
	height:4px;
	background: url(images/catbot.jpg) no-repeat;
}


h2{
	color:#e13900;
	margin-top:-15px;
}

h3{
	color:#5ac5f2;
	text-align:left;
	padding-left:70px;
	margin-bottom:0px;
}




/*Menu Horizontal*/

#menu{
	width:784px;
	height:30px;
	margin-bottom:20px;
	float:left;
}

ul#menu_horizontal li { 
display : inline;
padding : 0 0.8em; /* Pour espacer les boutons entre eux */
}
ul#menu_horizontal {
	margin-top:6px;
	margin-left:-20px;
	width : 784px;
	height : 30px;
	font-size:11pt;
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
}


li.bouton_gauche {
float : left;

}



img{
	border:none
}

