* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}

body {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #afb5cd;
	color: #6B6B6B;
}
h2 {

	margin-bottom: 15px;
}

ul {
	margin-left: 20px;
	margin-top: 5px;
}

/* enveloppe */

#enveloppe {
	background:url(images/fond.jpg) ;
	width: 810px;
	margin: 0 auto;
	
}
#enveloppe2 {
	
	
	
}


#tete{
		width:100%;
		height:50px;
		background: url(images/) no-repeat;	
	}
#logo{
		height:133px;
		
			
	}
	
	
#corps{
	
	height:310px;
	font-size: 17px;
	line-height: 28px;	
	}	
hr {
	width: 680px;
	
	height: 1px;
	color:#0044b8;
	margin-left: 90px;
	
	}	
		

#pied{
	width:100%;
	height:50px;
	background: url(images/fondBas.jpg) no-repeat;
	padding-top: 0;
	
	}	

#center {

	
	width: 675px;
	letter-spacing:0.2em;
	margin-top: 0;
	
	margin-left: 63px;
	padding-top: 5px;
	
	font-size: 10px;
	
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00383c;
}

#center a {

	text-decoration: none;
	color:#6B6B6B;
	
}

#contenu_unique {
	font-size: 14px;
	
	width: 585px;
	padding-left: 110px;
	padding-top: 10px;
	text-align: justify;
	line-height: 1.8em;
}

#contenu_gauche {
	float: left;
	width: 380px;
	height:270px;
	padding-top: 40px;
	padding-left: 80px;
	
	
}


#contenu_droit {
	float: right;
	width: 250px;
	
	padding-top: 40px;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
}


#contenu_formulaire {
	

	width: 640px;
	margin-left: 110px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;	
}


/* menu */

 #menu {
	
	width: 680px;
	background: url(images/menu.jpg) no-repeat;	
	margin-top: 10px;
	height: 45px;
	margin-left: 65px;
}

#menu ul {
	
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	color:#00383c;
	
	float: left;
	margin-left: 10px;
	height : 25px;
	padding: 15px 12px 0px 10px;
	
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;	
}

#menu a:hover {
	color:#0044b8;	
	
}

#menu .active a {
	color:#6B6B6B;
}
	
input, textarea {
	border: 1px solid #6B6B6B;
	font-size: 11px;
	color:  #000000;
}
.red {color: #FF0000}
