@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCC;
	font-family:Georgia,Gabriola,Arial;
	color:#FFF;
	font-size:0.9em;
	}

#conteneur {
	background-color: #fdefe0;
	margin:auto;
	width: 1024px;
	min-height:760px;
	}
	
#menu {
	padding-right:20px;
	width:181px;
	height:580px;
	float:left;	
	 background-image:url(../images/menu-vertical.png); 
	 background-repeat:no-repeat;
	}
	
#menu a {
	font-size:0.9em;
	font-weight:bolder;
	color:#FFF;
	text-decoration:none;
	}
	
#menu  ul {
	list-style-type:none;
	}		
	
.title {
	
	background-image:url(../images/titre_accueil.png);
	background-repeat:no-repeat;
	width:1025px;
	height:45px;
	}
	
.title_inscript {
	font-size:1.2em;
	background-image:url(../images/titre_inscrivez.png);
	background-repeat:no-repeat;
	width: 320px;
	height:35px;
	}
	
#inscription {
		border:1px solid #9A9787;
		width:320px;
		height:250px;
		background-color: #ffd1b3;
		margin-top:20px;
		margin-left:50px;
		float:left;
		font-size:0.9em;
	}
		
.title_connex {
	font-size:1.2em;
	background-image:url(../images/titre_inscription.png);
	background-repeat:no-repeat;
	width: 320px;
	height:35px;
	}
	
#connexion {
	border:1px solid #9A9787;
	font-size:0.9em;
	float:left;
	width:320px;
	height:200px;
	background-color: #ffd1b3;
	margin-top:30px;
	margin-left:60px;
		}
		
#corps {
margin-left:180px;
width:840px;
color:#333; 
font-size:1em;
}

#pied_de_page {
margin:auto;
width:1024px;
}