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

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDDDEA;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

h1{
	text-align: right;
	font-size: 24px;
	margin: 0px;
	padding: 10px 25px 30px 0px;
	font-weight: bold;
}

h2{
	font-size: 18px;
	margin: 5px 0px 0.5em 0px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-weight: bold;
}

img{
	border: none;
}

p{
	margin: 0px;
	padding-bottom: 1em;
	line-height: 1.5em;
}

a{
	color: #000000;
}

a:hover{
	color: #CC0000;
}

ul{
	margin: 0px 0px 8px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

ol{
	margin: 0px 0px 8px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
}

blockquote{
	margin: 0px 0px 0.7em;
	padding: 5px;
}

input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Structure *************/
#container{
	width: 970px;
	margin: 0px auto;
	background-color: #FDC242;
}

#banniere{
	position: relative;
	height: 142px;
	background-image: url(../images/banniere.gif);
}

#menu_gauche{
	float: left;
	width: 260px;
	font-size: 18px;
	font-weight: bold;
}

#contenu{
	margin-left: 260px;
	background-image: url(../images/contenu-bghautgauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 5px 0px 0px;
}

#footer{
	clear: both;
}

#footer p{
	text-align: center;
}

#footer p a{
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}

/**************************/

#menu_gauche dl, #menu_gauche dt, #menu_gauche dd{
	margin: 0px;
	padding: 0px;
}

#menu_gauche ul{
	list-style-type: none;
	font-size: 16px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/menu-galeriesousmenu.gif);
	margin: 0px;
	padding: 0px;
}

#menu_gauche ul li{
	padding: 4px 0px 2px 25px;
	margin: 0px;
	list-style-position: outside;
}

#menu_gauche dt{
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_gauche span{
	display: block;
}

#menu_gauche a{
	text-decoration: none;
	color: #000000;
}

/****** drapeaux banniere ******/

#drapeau_gb{
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
}

#drapeau_france{
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 5px;
}