html, body {
	height:100%;

}

body {
	background-color: #191919;
	margin-top: 0px;
	text-align:left;
}

#MainWraper{
	width:700px;
	height:100%;
	margin-left: auto;
	margin-right:auto;
	background-color:#181818;

}

#SectionHeader{
	height:70px;
	background-color:#666666;
}

#sectionMenuMain{
	background-image:url(images/backMenu.jpg);
	background-repeat:no-repeat;
	height:49px;

}

#sectionMenuMain_1{
	padding-left:20px;
	width:450px;
	float:left;
	font-size:11px;
}
#sectionMenuMain_2{
	padding-left:20px;
	width:200px;
	float:right;
	text-align:right;
}

#sectionMenuMain a{
	font-family:Verdana;
	font-size:10px;
	color:#8e918e;
	text-decoration:none;
	position:relative;
	top:20px;
	height:33px;
	padding-top:10px;
	padding-bottom:10px;
}

#sectionMenuMain_1 a{
	padding-left:20px;
	padding-right:20px;

	background-image:url(images/sepMenu.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#sectionMenuMain_2 a{
	padding-left:5px;
	padding-right:10px;

}

#sectionMenuMain_1 a:hover{
	background-color:#232323;
}

#sectionMenuMain_2 a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}


#sectionMenuMain .last {
	background-image:none;
}

#sectionLogo{
	background-image:url(images/topLogo.jpg);
	background-repeat:no-repeat;
	height:43px;

}



#mainSectionPage{
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:10px;
}

#sectionBlanc{
	background-color:#FFFFFF;

}

#sectionGris{
	background-color:#181818;

}

#bannerTopPage{
	width:700px;
	background-color:#666666;
	height:150px;
	background-repeat:no-repeat;
}

#sousmenuPage{
	width:200px;	
	position:relative;
	left:2px;
	top:4px;
	float:left;
	padding-top:60px;
	height:300px;

}

#sousmenuPage a{
	font-weight:bold;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	
	display:block;
	padding: 5px 0 5px 5px;
	margin: 4px 20px 0 5px;
}
#sousmenuPage a:hover{
	background-color:#CCCCCC;
}

#sousmenuPage .comment{
	font-weight:normal;
	color:#999999;
}

#sectionTextePage{
	position:relative;
	right:2px;
	top:4px;
	float:right;
	width:494px;

}

#sectionTextePage .mainTexte{
	font-weight:bold;
	width:400px;
	line-height:1.5;

}

#sectionTextePage p{
	width:400px;
	line-height:1.2;

}

#sectionFooter{
	background-color:#363636;
	height:120px;
	font-family: "Myriad pro";
	font-size:9px;
	color:#666666;
	padding:10px;
	text-align:center;
	background-image:url(images/footer.jpg);
	
}

#sectionFooter table{
	font-size:12px;
	line-height:1.3;
	font-family:verdana;
	
}
#sectionFooter b{
	font-size:14px;
	letter-spacing:2px;
	color:#666666;	
	font-weight:normal;
	font-family: "Myriad pro";
}
#sectionFooter a{
	text-decoration:none;
	color:#454545;	
	font-family:verdana;
}
#sectionFooter a:hover{
	color:#888888;
}


h1 {
	margin-top:20px;
	font-size:14px;

}

<!--[if lte IE 6]>
<style type="text/css">#sectionMenuMain a{top:8px;}</style>
<! endif -->