@charset "utf-8";
/* CSS Document */

/* Pour englober le tout*/
#page{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
}

/*Logo*/
#bannier_a{
	width:900px;
	height:110px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#contacter{
	width:200px;
	height:32px;
	background-image:url(../web/orange/bouton_contacterorange.png);
	float:left;
	margin-left:20px;
	margin-top:35px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}
#contacter a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight: 500;
	text-decoration: underline;
}
#logo{
	width:445px;
	height:100px;
	background-image:url(../web/orange/banniere-logoorange.png);
	float:right;
	margin-right:0px;
	margin-left: 150px;
	margin-top: 0px;
}

/*Bannière*/
#banniere_b{
	width:900px;
	height:252px;
	Background-image:url(../web/orange/banniereorange.png);
	margin-right: auto;
	margin-left: auto;
}
/*menu*/
#styletwo{
	position:relative;
	display:block;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background-color: transparent;
	background-image: url(../web/menuOFF.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#styletwo ul{
	margin:0;
	list-style-type:none;
	width:auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#styletwo ul li{
	display:block;
	float:right;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}
#styletwo ul li a{
	display:block;
	float:right;
	color:#000;
	text-decoration:none;
	height:24px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#styletwo ul li a:hover,#styletwo ul li a.current{
	color:#fff;
	background-color: transparent;
	background-image: url(../web/orange/menuONorange.png);
	background-repeat: repeat-x;
	background-position: left top;
}
	
            
#top{
	height:110px;
	margin-right: auto;
	margin-left: auto;
}
#bottom{
	width:900px;
	height:20px;
	background-image:url(../web/arrondi_bottom.png);
	margin-right: auto;
	margin-left: auto;
}
Body{
	background-color: #FFF;
}
#banniere{
	height:252px;
	background-image: url(../web/orange/background_banniere-orange.png);
}
