@charset "UTF-8";
/* CSS Document */

body
{
	background: #fefefe;
	font-family : helvetica;
	color: #003888;
}
a
{
	color: #003888;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline;	
}
#page
{
	vertical-align: middle;
	margin: 0 auto;
	background: url('../img/bg.jpg') no-repeat;
	width: 960px;
	height: 640px;
}

#head
{
	margin-top: 25px;
}
#head img
{
	position: absolute;
}

.logo
{
	margin: 20px;		
	z-index: 4;
	border:0;
}
.banner
{
	margin: 40px 10px 0px 100px;
	z-index : 2;
}
.link_pro
{
	display:block;
	width: 90px;
	height: 10px;
	font-size:14px;
	float:right;
	text-align: center;
	margin: 10px 50px;
	padding: 5px;
	color: #ffed00;
	background: #063888;
	border : 2px solid #ffe400;
}
#footer 
{
	position: absolute;
	width: 960px;
	margin: 0 auto;
	margin-top: 650px;
	text-align: center;
	font-size: 14px;
}
#footer a 
{
	color:#003888;
	text-decoration: none;
}
/**********************************************************************************/
/*************************** MENU *************************************************/
/**********************************************************************************/
#menu 
{
	position: absolute;
	margin-top: 150px;	
	margin-left: 30px;
	background : url('../img/menu.png') no-repeat;
	width:900px;
	height: 60px;
}
#menu img
{
	float:left;	
	border:0;
	margin: 2px;
}
#menu ul
{
	list-style-type:none;
	position:absolute;
	margin: 3px 0px 3px 400px;
	float:right;
	
}
#menu ul li
{
	float:right;
}
#menu ul li a
{
	display:block;
	width: 100px;
	height:20px;
	padding : 2px;
	margin: 0 5px;
	text-decoration: none;
	color: #003888;
	font-size: 18px;
}
#menu ul li a:hover
{
	background: #ffe400;
	margin:0 5px;;
}
.lien_actif
{
	background: #ffe400;
	padding: 0px;
	margin:0;
}

/**********************************************************************************/
/********************** CONTENU DE LA PAGE ****************************************/
/**********************************************************************************/
#content
{
	position: absolute;
	width: 800px;
	height: 350px;
	margin: 180px 10px 10px 60px;
}
#content p
{
	margin: 5px;	
}

#map
{
	float:left;
	margin: 20px 0;
}

#form_contact
{
	width: 430px;
	float:right;
	margin:20px 0;
	padding:0 10px;	
}
#form_contact h3
{
	margin: 0 2px;	
}
#form_contact label
{
	display : block;
	margin: 5px 10px;
	float:left;
	text-align: right;
	width: 100px;
	font-size:14px;
}
#form_contact input, #form_contact textarea 
{
	margin: 5px 10px;
	border: 0;
	
}
.small-font
{
	font-size: 12px;	
}
#form_contact p
{
	font-size: 12px;	
	margin:0;
}
#form_contact input[type='submit']
{
	text-align: center;
	margin-left: 150px;
}

#actualites
{
	margin: 50px 100px;	
	text-align: center;
	
}
#magasin
{
	margin: 30px 80px;	
}
#magasin img
{
	float:left;
	margin: 20px 5px;
}
#lacanche
{
	width: 280px;
	float:left;
	text-align: justify;
	font-size: 14px !important;
	font-size: 12px;
}
#lacanche-galerie
{
	margin-top:20px;
	margin-right: 10px;
	padding:0;
	width: 500px;
	height: 350px;
	float:right;
}
#lacanche-galerie-ie img
{
	margin: 5px;	
}

