body{
	background-image:url('../../design/bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	font-family:arial,sans-serif,times,verdana;
}
body,ul,li,h1,h2,p,div{
	margin:0px;
	padding:0px;
	border:0px;
}
br{
	clear:left;
}
#conteneur{
	width:740px; 
	margin:0px auto 0px auto;
}
/* Menu */
#header{
	height:135px;
}
#header ul{
	margin-left:55px;
	padding-top:7px;
	font-size:12px;
}
#header ul a{
	color:#ADD0F0;
	text-decoration:none;
}
#header ul li{
	display:inline;
	margin-right:30px;
}
#header ul .active{
	background-color:white;
	padding:2px 1px 10px 1px;
}
#header ul .active a{
	color:#6B6D8C;
	background-color:white;
	border:1px solid #565575;
	border-bottom:0px;
	text-decoration:none;
	padding:0px 4px 3px 4px;
}
#header #banniere{
	position:relative;
	height:130px;
}
#header #imglogo{
	position:absolute;
	top:2px;
	left:17px;
}
#header #imgbanniere{
	position:absolute;
	top:13px;
	right:0px;
}
/* Cadre */
#cadre{
	float:left;
	margin-top:0px;
	width:180px; 
	height:630px; 
	background-image:url(../../design/cadre.jpg);
	background-repeat:no-repeat;
}
#cadre #adsense{
	margin-top:15px;
	margin-left:30px;
}
/* Texte */
#texte{
	float:left;
	margin-top:40px;
	margin-left:30px;
	width:460px;
	background-image:url(../../design/titre.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#texte h1{
	color:#8E9B99;;
	border-bottom:1px #CCCCCC dashed;
	margin-top:15px;
	font-size:22px;
}
#texte h1,#texte p,#texte h2,#texte .image,#texte form{
	margin-left:20px;
	margin-right:10px;
}
#texte h2{
	color:#2F3F55;
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
}
#texte p{
	color:#7B7562;
	margin-top:10px;
	text-align:justify;
	font-size:12px;
}
#piedpage{
	background:url('../../design/footer_bg.jpg') no-repeat;
	width:704px;
	height:41px;
	margin:20px auto 20px auto;
}
#piedpage p{
	color:#64A3E0;
	text-align:center;
	font-size:12px;
	padding-top:8px;
}
#piedpage p a{
	color:#64A3E0;
        text-decoration:none;
}

