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

/************************** STYLE GENERAL + HEADER + FOOTER *********************/

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #f5f5f5 url(img/fd.jpg) no-repeat top center;
	color:#080000;
}

/*************** MISE A ZERO DE P, H1, UL, LI **************/

p, h1, h2, h3, ul, li {
	margin:0;
	padding:0;
}

img {border:none;}

a {
	color:#212121;
}
a:visited {
	text-decoration:none;
	color:#212121;
}
a:active, a:link, a:hover {
	text-decoration:none;
}

#enveloppe {
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

#logo {
	text-align:left;
	width:950px;
	height:110px;
	background-color:#FFFFFF;
}

#logo h1, #logo p {
	display:inline;
}

/*#corps {
	width:950px;
	background-color:#FFFFFF;
}

********************** MENU NAVIGATION HAUT ********************/
  
.topnav {
	width:950px;
	background:url(img/fd-navtop.jpg) repeat-x 0px -32px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #d8d8d8;
	font-size:1.1em;
	height:32px;
}

.topnav li {
	display:inline;
	float:left;
	line-height:2.4em;
	text-align:center;
	color:#244da1;
}

.topnav li a {
	color:#244da1;
	display:block;
	height:32px;
	width:100px;
}

.topnav li a:hover {
	background:url(img/fd-navtop.jpg) repeat-x 0px 0px;
	color:#FFF;
}


/********************* MENU NAVIGATION BAS ************************/

#bottomnav {
	clear:both;
}
#adresse_bas {
	margin-left:390px;
}

/*********************** PAGE ********************/

#page {
	margin:10px 5px 20px 5px;
	font-size:13px;
}
#page li {
	list-style-image:url(img/puce_vert.png);
	margin-left:15px;
}
#page a {
	font-style:italic;
	color:#101010;
}
#page a:hover {
	border-bottom:1px dotted #353535;
}
#page h1 {
	font-size:18px;
	color:#333;
	margin-left:2px;
}

.alinea {margin-left:20px;}

/************* BAS ******************/

/* COPYRIGHT */
#copy {
	font-size:11px;
	color:#333333;
	margin:5px;
	width:400px;
	text-align:left;
	float:left;
}

#blaze {
	background: no-repeat url(img/fd_siskomedia.png) right ;
	font-size:11px;
	color:#393939;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:95px;
	text-align:right;
	float:right;
	padding-right:13px;
	padding-top:2px;
	padding-bottom:12px;
}


#bas {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #49423c;
	height:110px;
	color:#ffffff;
}

.menubas ul {
	height:85px;
	text-align:left;
	float:left;
	width:160px;
	margin:10px 5px 5px 2px;
	background:url(img/fd-footer.jpg) no-repeat left center;
}
.menubas li {
	margin-left:18px;
	margin-top:5px;
	list-style:none;
}

div.menubas a, div.menubas a:visited {
	color:#FFF;
}
.menubas a:hover {
	border-bottom:1px dotted #CCC;
}

#carte-france {
	background:none;
	width:130px;
	text-align:center;
}

.adroite {text-align:right;}
