
/*---------Mise en page GÉNÉRALE-------->*/
html{background: transparent url(../img/bg.gif);}
body{
	margin:0; 
	padding:0; 
	text-align:center;
}
#page{
	padding:0; 
	background-color: #FFFFFF;
	width:760px; 
	margin: auto;
	text-align:center;
}
#header,#contenu,#bas_page{
	margin: auto;
	width:720px; 
}
#header{
	padding-bottom:2px;
	text-align:center;
	border: solid #9FB7CF;
	border-width:0 0 1px 0;
}
#contenu{
	text-align:left;
	border: solid #9FB7CF;
	border-width:0 0 1px 0;
	margin-bottom: 2px;
	padding-bottom: 50px;
}
#bas_page{
	padding:10px 0 40px 0;
	text-align:center;
	border: solid #336699;
	border-width:1px 0 0 0 ;
}


/*---------ALIGNEMENT-------->*/
.gauche{float:left;}
.droit{float:right;}
.clear{clear:both;}
/*---------espacement------->*/
.titre{margin:40px 0 6px 0;}
.section{padding:0 14px 0 14px;
border: 1px solid #FFFFFF;}

/*---------TYPOGRAPHIE------->*/

H1,H2{
	COLOR: #336699;
	margin:0;
	padding:0;
}
H1{FONT-SIZE: 16px;}
H2{FONT-SIZE: 12px;}
html, select, input{
    FONT-SIZE: 10px;
    COLOR: #091F35;
    FONT-FAMILY: Verdana;
}
a{
	font-weight: bold;
	color: #6F8C9A;
}
#bas_page a{color: #000000;}
a:link, a:visited{text-decoration:none}
a:hover, a:active {text-decoration:underline}
#header img{border:none;}
#contenu a img{border: 1px solid #9FB7CF;}
#bouton a img{border:none;}


/*---------MISE EN PAGE MENU------>*/
#logo{
			margin:40px 0 20px 0;
}
#menu,#menu_bt{
	text-align:center;
	height:30px;
}
#menu{
	margin:0 auto;
	width:720px;
	border: solid #336699;
	border-width:1px 0px ;
}
#menu_bt{
	margin:0 0 0 35px;
}




