﻿body{
	background:url(../theme/background.png) no-repeat top center #0a0b0b;
	background-attachment:fixed;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, serif;
	font-size:14px;
}

#page{
	width:1000px;
	margin:0 auto;
}
#page p a{
	float:left;
	margin:0 0 0 10px;
}
#ban{
	height:70px;
	width:1000px;
}
#top{
	background:url(../theme/header.png) no-repeat center;
	height:219px;
	margin:46px 0 100px 0;
}

#menu{
	padding-top:175px;
	margin:0 0 0 80px;
}
#menu ul li{
	list-style:none;
	float:left;
	padding:0;
	
}
#menu ul li a{
	height:62px;
	width:152px;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	display:block;
	background:url(../theme/bouton1.png) no-repeat left;
	
	line-height:58px;
	color:white;

}
.petit{
	font-size:17px
}

#menu ul li a:hover{
	background:url(../theme/bouton2.png); 
}
.conventional h1{
	margin:0 0 0 0;
	text-align:center;
}
/* haut plus transparent*/
.haut{
	background:url(../theme/contenu_h.png) no-repeat center;
	height:10px;
}

/*haut moin trasparent*/
.haut2{
	height:10px;
	background:url(../theme/contenu_h1.png) no-repeat center;
}

/*contenu plus trasnparent*/
.contenu{
	background:url(../theme/contenu.png) repeat-y center;
	overflow:auto;

}
/*contenu moin transparent*/
.contenu2{
	background:url(../theme/contenu1.png) repeat-y center;
	overflow:auto;
}
/*bas plus transparent avec petite marge*/
.bas{
	height:10px;
	background:url(../theme/contenu_b1.png) no-repeat top;
	margin:0 0 10px 0;
}
/*bas plus transparent sans marge*/	
.bas1{
	height:10px;
	background:url(../theme/contenu_b.png) no-repeat top;
}
/*bas moins transparent sans marge*/
.bas2{
	height:10px;
	background:url(../theme/contenu_b1.png) no-repeat top;
}
/*bas moins transaprent avec grande marge*/
.bas3{
	height:10px;
	background:url(../theme/contenu_b1.png) no-repeat top;
	margin:0 0 50px 0;
}
/*bas plus transparent avec grande marge*/
.bas4{
	height:10px;
	background:url(../theme/contenu_b.png) no-repeat top;
	margin:0 0 50px 0;
}
.conventional p{
	margin:0 0 0 122px;
}
.conventional h2{
margin:0 0 0 101px;
}
.conventional a{
margin:0 9px 0 62px;
text-decoration:none;
float:left;
}
.conventional a img{
	border:none;
}