html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}


#fond_bas {
	background-color: #000;
	background-image: url(images/fond_bas.png);
	background-repeat: repeat-x;
	background-position: top;
}
#Container_haut {
	background-image: url(images/titre_1.png);
	background-position: left bottom;
	height: 350px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
#Container_bas {
	background-image: url(images/titre_2.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#Container_bas_en {
	background-image: url(images/titre_2_en.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}


body {
	background-color: #000;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#Menu {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000D4D;
	width: 920px;
	text-align: right;
	padding: 20px;
}
.devise {
	font-family: 'Molengo', arial, serif;
	font-size: 36px;
	color: #FFF;
	margin-bottom: 20px;
}
.boite_320 {
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
	width: 280px;
	float: left;

}
.boite_640 {
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
	width: 600px;
	float: left;
}

.boite_960 {
	background-color: #FFF;
	padding: 10px;
	width: 960px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boite_320 h2, .boite_640 h2
{ 
	font-family: 'Molengo', arial, serif;
	font-size: 36px;
	font-weight: normal;
	color: #000A3D;
}
.boite_320 h3, .boite_640 h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}


.boite_320 ul li, .boite_640 ul li
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	list-style-type: none;
}
.boite_320 p, .boite_640 p 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

