@import url("form.css");
/*@import url("style_reset.css");*/


.clearboth {
  clear: both;
}

p {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../img/fd_body.gif);
	background-repeat: repeat-x;
	background-color: #282c2e;
	margin:0px;
	font-family:"Lucida Sans Unicode", Tahoma, "Trebuchet MS";
	color:#FFFFFF;
	font-size:11px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
}


ul li a
{
	
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing:2px;
}


h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:24px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../img/ace_puce.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	background-position: 0px;
	letter-spacing:2px;
}



a:hover {
	color: #CC0000;
}





#wrapper {

}

#container {
width:910px;

	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 910px;
	margin: auto;
	position:relative;
	height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292e31;
}

.port#header {
width: 100%;
	margin: auto;
	position:relative;
	height: 30px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292e31;
	
	}

#navwrap {
	width: auto;
	background-image: url(../images/fd_menu.gif);
	height: 40px;

}





#header .logo {
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	height: 73px;
	width: 189px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
}


#main {
	padding-top: 20px;

}


#bloc.home { 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #393e40;
	margin-top:25px;
}

#bienvenue { }


#liens {
	width:205px;
	float: left;
	padding-left:25px;}


#contact {
	float: left;
	width: 679px;
	border-right-width: 1px;
	border-right-color: #393e40;
	border-right-style: solid;	
}



/*Menu Horizontal*/

#menu {
	width: 510px;
	margin: auto;
	position:relative;
	height:20px;
	/*margin-left:400px;*/
	padding-top:70px;
	float:right;
	
	

}



#menu ul {
padding:0;
margin:0;
list-style-type:none;
}

#menu ul li
{
margin-left:2px;
float:left; /*pour IE*/
}

#menu ul li .active
{
background-color:#af1e16;
}

#menu ul li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:2px;
	border:1px solid #333333;
	/*pour avoir un effet "outset" avec IE :*/

	font-size: 10px;
	margin-left: 5px;
	width:110px;
	text-transform: uppercase;
	letter-spacing:2px;
}
#menu ul li a:hover
{
background-color:#af1e16;
} 


/*Menu port*/


li.catG {
	list-style-type: none;
	list-style-position: outside;
}

li.catG a {

	color: #B72D24;
	font-size: 14px;
	border-bottom:#292e31 solid 1px;
}

#menu_port {
	
	
	
	position:relative;
	height:20px;
	margin-bottom:20px;


	

}



#menu_port ul {
padding:0;
margin:0;
list-style-type:none;
}
#menu_port ul li
{	text-align:center;
margin-left:2px;
float:left; /*pour IE*/
}

#menu_port ul li .current
{
background-color:#af1e16;
}

#menu_port ul li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:2px;
	border:1px solid #666;
	/*pour avoir un effet "outset" avec IE :*/

	font-size: 10px;
	margin-left: 5px;
	width:105px;
	text-transform: uppercase;
	letter-spacing:2px;
}

#menu_port ul li a:hover
{
background-color:#af1e16;
} 

#nav_port {
	width:250px;}

#nav_port ul {
padding:0;




}

#nav_port ul li {

}


#nav_port ul li a

{
	display:block;

}
#nav_port ul li a:hover
{
/*background-color:#af1e16;*/
} 

/*#footer {
	color: #4F595B;
	font-size: 10px;
}*/



/*FOOTER START*/

#footer {
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #393e40;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393e40;
	font-size: 10px;
	color: #777777;
	letter-spacing:1px;
	padding-top:10px;
	padding-bottom:10px;
}

.port#footer {
	margin-top:0px;	
	}

.port#footer p {
	width:100%;
	margin-top:0px;	
	}

#footer a {
		color: #777777;
	text-decoration: none;
}

#footer a:hover {
	color: #85AFE1;
	text-decoration: none;
}

#footer p {
	display:block;
	width:400px;
	float:left;}

#footer p.side {
	display:block;
	width:300px;
	float:right;
	text-align:right;
	}







