body {
	background-color: #0552a0;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div#conteneur {
	margin: 10px auto;
	width: 769px;
	background: transparent url(images/fond_contenu.gif) repeat-y;
	color: #033363;
}

div#bandeau {
	background: transparent url(images/bandeau.jpg) no-repeat top left;
	width: 769px;
	height: 186px;
}

div#contenu {
	background: transparent url(images/reflet.jpg) no-repeat top left;
	margin: 0 15px;
	border: 0px solid white;
	overflow: auto;
	text-align: left;
	padding: 30px;
}

div#pied {
	background: transparent url(images/pied.jpg) no-repeat;
	text-align: center;
	height: 45px;
	clear: both;
	color: #7595BC;
}

div#pied a {
	color: #7595BC;	
}

div#bandeau ul{
	text-align: left;
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
}

div#bandeau li{
	display: inline;
	margin: 0 40px 0 5px;
	padding-top: 20px;
}

div#bandeau li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

div#bandeau li a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

div#bandeau li.langueuk {
	background: transparent url(images/drapeau_uk.gif) no-repeat 0px 22px;
	padding-left: 25px;
	margin-left: 120px;
}

div#bandeau li.languefr {
	background: transparent url(images/drapeau_fr.gif) no-repeat 0px 22px;
	padding-left: 25px;
	margin-left: 135px;
} 

p.grosTitre {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #8DB3DA;
}

p.titre {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

div.colGauche {
	width: 360px;
	float: left;
	text-align: justify;
}

div.colDroite {
	float: right;
}

div.colDroite img {
	margin-bottom: 2px;
	border: 0;
	
}

div.petiteGauche {

	width: 150px;
	float: left;
}

.ttre {
	font-weight: bold;
	color: #0552A0;
	font-size: 13px;
}

#galerie{
	text-align: left;
	margin-left: 5px;
}

#galerie li{
	display: inline;
	margin-right: 20px;
	list-style: none;
	padding: 0;
}

#galerie img {
	margin-bottom: 20px;
	border: 1px solid #0552A0;
}