BODY{
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

h1, .h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #028BFF;
	text-decoration: none;
}

h2, .h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

h3, .h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

h4, .h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

p, .p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

img{padding:0px; margin:0px;}
ul li, .ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	list-style-type: none;
	background-image: url(../images/puce-carre.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	}

.ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	list-style-type: none;
	background-image: url(../images/puce-carre.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(../images/puce-carre.jpg);
	}
/* Positionnement */

#conteneur{
	background-color: #FFFFFF;
	height: 100%;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#pub{
	background-image: url(../media/pub.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 468px;
	float: right;
	display: block;
	position: relative;
	margin-top: 25px;
	padding: 5px;
	margin-right: 120px;
}

#header2{
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#centre{
	background-image: url(../images/centre.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: auto;
}

#colone-gauche{
	margin: 0px;
	float: left;
	height: auto;
	width: 215px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

/* Menu verticale */

.markermenu{
	width: 190px; /*width of menu*/
	padding-right: 10px;
	padding-left: 10px;
}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.markermenu ul li a{
	color: #666666;
	display: block;
	width: auto;
	padding-left: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}


.markermenu ul li a:active{
	color: #FF0000;
	background-color: #ffffcb;

}

.markermenu ul li .home, #home{
	color: #FF6600;
	text-decoration: none;
}

.markermenu ul li a:hover{
	color: black;
	background-color: #ffffcb; /*onMouseover image change. Remove if none*/

}

.markermenu ul li ul li a{
	color: #666666;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}
.markermenu ul li ul li a:active{
	color: #FF0000;
	background-color: #ffffcb;

}

.markermenu ul li ul li .home, #home{
	color: #FF6600;
	text-decoration: none;
}

.markermenu ul li ul li a:hover{
	color: black;
	background-color: #ffffcb; /*onMouseover image change. Remove if none*/

}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


/* Find de menu */

#colone-droite{
	margin: 0px;
	float: right;
	height: auto;
	width: 720px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer{
	clear:both;
	position: relative;
	width: 100%;


	margin-top:100%
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f5f5f5;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
