body {
	padding: 2px;
}

#header {
	width: 800px;

	margin-left: auto;
	margin-right: auto;
}

	#header #menu {
		padding-top: 29px;
		padding-left: 0;
		margin: 0;
	}

	#header #menu li {
		list-style-type: none;
		display: block;
		float: left;
		padding: 0;
		margin: 0 4px 0 0;
		background: url(../../images/structure/onglet.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		color: #FF0000;
		width: 124px;
		height: 25px;
	}
	#header #menu li.selected {
		background: url(../../images/structure/onglet_selected.gif);
		background-repeat: no-repeat;
	}
	#header #menu li.selected a {
		color: #FFF;
	}
	
	#header #menu li:HOVER, #header #menu li a:HOVER {
		background: url(../../images/structure/onglet.gif);
		background-repeat: no-repeat;
		background-position: left top;
		color: #FFF;
	}
	
	#header #menu li.selected:HOVER {
		background: url(../../images/structure/onglet_selected.gif) no-repeat bottom;
	}
	
	#header #menu li a {
		display: block;
		color: #FF0000;
		width: 124px;
		height: 25px;
		line-height: 25px;
		vertical-align: middle;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
	}
	
	#header #menu li a:HOVER {
		color: #FFFFFF;
	}
	
	
	#header #sub_menu {
		clear: both;
		width: 800px;
		height: 4px;
		background: #2a6ca6;
		margin: 0;
	}
	
	#header #drapeaux {
		height: 25px;
		float: right;
		width: 90px;
		margin: 0;
	}
	#header #drapeaux a {
		display: block;
		width: 24px;
		height: 25px;
		line-height: 25px;
		vertical-align: bottom;
		float: right;
		margin-left: 5px;
	}

#cont {
	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	background: url(../../images/structure/bloc_gauche_cotes.gif) repeat-y top left;
}

#gauche {
	width: 182px;
	margin-bottom: 20px;
	float: left;
	height: inherit;
}

#gauche h3 {
	height: 29px;
	line-height: 33px;
	background-image: url(../../images/structure/bloc_gauche_haut.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}
#contact_gauche {
	padding: 0;
	margin: 0;
}

#gauche div, #gauche p, #gauche ul {
	background-image: url(../../images/structure/bloc_gauche_cotes.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 12px;
}

#gauche li {
	list-style-type:none;
	background-image:url(../../images/puce_double_fleche.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
}

#centre {
	width: 598px;
	margin-bottom: 20px;
	text-align: left;
	float: right;
}

#footer {
	width: 100%;
	line-height: 28px;
	background: #e8e8e8 url(../../images/structure/bg_footer.gif) repeat-x;
	text-align: center;
	clear: both;
	font-size: 10px;
	border-top: 4px solid #2a6ca6;
}

#footer2 {
	width: 100%;
	line-height: 20px;
	background-color: #FFF;
	text-align: center;
	clear: both;
	font-size: 10px;
}

#footer a {
	color: #FF0000;
	display: bloc;
	margin: 0 5px 0 5px;
}
#footer2 a {
	color: #555555;
	display: bloc;
	margin: 0 5px 0 5px;
}
#footer3 {
	width: 100%;
	line-height: 20px;
	background-color: #FFF;
	text-align: center;
	clear: both;
	font-size: 10px;
	font-size: 9px;
	color: #777777;
}
#footer3 a {
	font-size: 9px;
	color: #777777;
	display: bloc;
	margin: 0 5px 0 5px;
}
