@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #444444;
	background-color: #07297f;
	background-image:url(images/ville_bg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom center;

}
#headder {
width:960px;
margin:0 auto;
height:200px;
}

#headder #menu li{
display:inline;
margin:0 10px;
}

#headder #menu li a {
		line-height:30px;
        display:inline-block;
        width:104px;
        height:40px;
        background-image:url(images/bouton_menu_03.jpg);
        background-repeat:no-repeat;
        background-position:top left;
        padding-top:20px;
        padding-bottom:10px;
        color:#000;
        text-decoration:none;
}

#headder #menu li a:hover {
        background-image:url(images/bouton_menu_03_rll.png);
        background-repeat:no-repeat;
        background-position:top left;
        color:#000;
}
#headder #menu li ul {
	text-align:left;
}
#headder #menu li ul li a {
		line-height:1em;
        display:block;
        width:150px;
		height:auto;
        background-image:none;
		background-color:#FFFFCC;
        color:#000;
        text-decoration:none;
		padding:0;
		margin:0;
		padding-top:1em;
		padding-bottom:1em;
}
#headder #menu li ul li a:hover {
        background-image:none;
		background-color:#FFFF99;
}


h1 {
text-align:left;
margin-top:5px;
margin-bottom:5px;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:2.5em;
margin-top:30px;
color:#041748;

}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	font-size: 1.3em;
	line-height: 30px;
	text-align: left;
	padding: 0;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:0;
}
a h3{
color:#4CAFC6;
text-decoration:underline;
}
h4 {
	font-size: 10px;
	text-transform: uppercase;
}

#page_bg {
        background-image:url(images/truc.png);
        background-repeat:repeat-y;
		padding-top: 20px;
        background-position:center top;
}
#wrapper {
text-align:left;
margin-bottom:50px;
border-bottom:solid #000 1px;
background:none;
}
#wrapper #contenu {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 863px;
	background-color:#F3F3F3;
	padding-right:35px;
	padding-left:27px;
	padding-bottom:20px;
	position:relative;
	left:2px;
	min-height:800px;
}
#wrapper #contenu p {
text-align:justify;
}
.colGauche {
float:left;
width:400px;
}
#leFlash{
width:405px;
float:right;
height:200px;
background-color:#000;
margin-bottom:30px;
padding:5px;
padding-right:0;
margin-top:20px;
margin-left:auto;
margin-right:auto;
}

#baniere {
         display:block;
         height:124px;
         width:565px;
         background-image:url(images/image_titre2.png);
         background-repeat:no-repeat;
         position:relative;
         top:-13px;
}

#contact {
font-size:16px;
color:#ffd400;
text-decoration:none;
float:right;
margin-right:20px;
}

#contact:hover {
text-decoration:underline;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color:#3f8bcb;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0d36a0;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	/*text-align: justify;*/
}

#copyright {
	font-size: 11px;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	margin-top:50px;
	clear:both;
}
#copyright a:hover {
color:#3F8BCB;
text-decoration:none;
}
.gauche {
         vertical-align:top;
         font-weight:bold;
         width:20%;
}
#wrapper #contenu .gauche p {
text-align:left;
}
#menu a:link, #menu a:visited {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:0.9em;
	font-weight: normal;
	letter-spacing : 1px;
	color: #000;
	padding-left:5px;
	text-decoration:none;
}
#menu a:hover {
	color: #b9f15d;
	border-bottom: none;
	text-decoration:none;	
}
.separation {
display:block;
height:4px;
width:300px;
margin:20px auto;
background-color:#041748;
}
.subtil {
color:#888;
}