body {
	background: #adb5bb;
	text-align: center;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: #39424A;
	behavior:url(css/csshover.htc);
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
ul, li, form, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------- */
/*  Page HTML definitions                              */
/* --------------------------------------------------- */
#globalcontainer {
	margin-left:auto;
	margin-right:auto;
	width: 794px;
	text-align: left;
}
#overheader {
	background-image:url(../img/maquette_01.gif);
	height:30px;
	width: 794px;
	clear:both;
}
#overheader #rss {
	position:relative;
	left:40px;
	top:12px;
	color:#FFFFFF;
	font-size:10px;
	float:left;
}
#overheader #menu {
	position:relative;
	top:12px;
	color:#FFFFFF;
	font-size:10px;
	float:right;
	right:12px;
}
#overheader #menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#overheader #menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#header {
	background-image:url(../img/maquette_02.gif);
	height:84px;
	width: 794px;
}
#header #menu_contact {
	position:relative;
	width:86px;
	left:710px;
	top:8px;
	height:10px;
	font-size:8px;
	font-weight:bold;
	color:#666666;
	text-align:left;
}
#header #menu_boutique {
	position:relative;
	width:80px;
	left:710px;
	top:15px;
	height:10px;
	font-size:8px;
	font-weight:bold;
	color:#666666;
	text-align:left;
}
#header_mac {
	background-image:url(../img/maquette_03.jpg);
	height:117px;
	width: auto;
}
div#listmenu {
	background-image:url(../img/maquette_04.gif);
	height:20px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size:11px;
}
div#listmenu ul {
	padding-top:5px;
	padding-left:5px;
}
div#listmenu li {
	height:15px;
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */ /*sets the background of the menu items */
	color:#FFFFFF;
}
div#listmenu li:first-child {
	/*the first vertical line on the menu */
	 padding-left:3px;
}
div#listmenu ul li a {
	display:block;
	padding:0 17px;
	text-decoration:none;
	color:#FFF;
}
div#listmenu ul li a:hover {
	color:#F33;
	/*background-color:#FFFFFF;*/
	height:15px;
}
div#listmenu ul li:hover a {
	color:#F33;
	height:15px;
	background-color:#FFFFFF;
}
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:18em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
}
div#listmenu ul li:hover ul li a {
	background-color:#069;
	color:#FFFFFF;
	border-bottom:1px solid #FFF;
	width:100%;
}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-bottom:1px solid #FFF;
}
div#listmenu ul li ul li:first-child {
	width:100%;
	padding:0;
	margin:0;
}
div#listmenu ul li:hover ul li a:hover {
	background-color:#FFF;
	color:#F33;
}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {
	display:none;
} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {
	display:block;
} /* shows the drop-down when the menu is hovered */
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
}
* html a {
	display:block;
} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div#listmenu ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
}
/* end of hack zone */
/* END OF LIST-BASED MENU */

#content {
	background-image:url(../img/maquette_06.gif);
	background-repeat:repeat-y;
	width: 794px;
}
#content #marge {
	height:564px;
	width:8px;
	float:left;
}
#content #contenu {
	height:564px;
	width:571px;
	padding-left:12px;
	padding-right:22px;
	text-align:justify;
	font-size:11px;
	float:left;
	padding-top:25px;
	background-color:#f7f7f7;
}
#content #contenu h1 {
	font-size:18px;
	color:#077ab3;
	margin:0 0 20px 0;
}
#content #contenu h2 {
	font-size:11px;
	color:#077ab3;
	margin-bottom: 10px;
}
#content #contenu p {
	margin:0 0 10px 0;
}

#content #contenu ul{
margin-left:35px;
}
#content #menu_droite {
	float:left;
	height:569px;
	width:172px;
	padding-top:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7390a6;
}
#content #menu_droite #extranet {
	color:#FFFFFF;
	padding:10px 0px 10px 0px;
	text-align:right;
	padding-right:40px;
	background-color:#FFFFFF;
	width:132px;
}
#content #menu_droite #extranet input {
	font-size:9px;
	height:14px;
	width:90px;
	color:#7390a6;
}
#content #menu_droite #extranet #logon {
	height:20px;
	width:70px;
	font-size:9px;
}
#content #menu_droite #nos_activites {
	margin:0;
	font-size:10px;
	padding:8px 0px 5px 0px;
	width:100%;
	background-color:#FFFFFF;
	height:85px;
	color:#7390A6;
	font-size:9px;
}
#content #menu_droite #nos_activites ul {
	padding:0 0 0 12px;
	margin:0;
	list-style:none;
}
#content #menu_droite #nos_partenaires {
	margin:0;
	font-size:10px;
	padding:5px 0px 5px 0px;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
}
#content #contenu #actualite {
	height:150px;
	width:300px;
	border: 1px dashed #077ab3;
	float:left;
}
#content #contenu #actualite p {
	margin-left:5px;
}
#content #contenu #actualite a {
	text-decoration:none;
	color:#7390A6;
}
#content #contenu #statistiques {
	width:300px;
	float:left;
}

#content #contenu #statistiques p {
	text-align:left;
}

#bottom {
	background-image:url(../img/maquette_08.gif);
	height:82px;
	width: 794px;
}
#bottom #menu_bas {
	font-size:10px;
	color:#FFFFFF;
	width:780px;
	padding-left:10px;
	padding-top:22px;
}
#bottom a {
	color:#FFFFFF;
	text-decoration:none;
}
#bottom a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#copyright {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}
#infos {
	position: absolute;
	top: 10px;
	right: 6px;
	font-size: 10px;
}
