body,html{
	margin:0;
	padding:0;
}
body {
	min-width:950px; /* Prevent content from becoming unreachable in Gecko */
}
/* Style du HEADER */
#logo {	
	padding-top: 50px;
}
/* LA PAGE CONTENU AVEC LES BACKGROUNDS */
div#content_accueil {
	padding:0 10px;
	margin-left:210px;
	margin-top: 0;
	margin-bottom: 0;	
	min-height: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #4A4A4A;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}
div#middlecontent, div#middlecontent_en {
	width : 740px;
	padding:5px 0 0 0;
	margin-left: 0;
	background: url('../images/bg-centre.gif') no-repeat left top;
}
div#middlecontent_en {
	background: url('../images/bg-centre_en.gif') no-repeat left top;
}
div#middlecontent #concours, div#middlecontent_en #concours {
	padding:50px 0 0 0;
}
div#middlecontent #animation, div#middlecontent_en #animation {
	padding:137px 0 0 65px;
}
div#middlecontent .soumission, div#middlecontent_en .soumission {
	padding: 74px 0 0 0;
}

/* CHANGER LE BG DU NIVEAU 2 - DANS CE SITE PAS DE BG NIVEAU 2 */

div#content {
	min-height: 493px;
	background: url('../images/bg-centre2.jpg') no-repeat;
	background-attachment: fixed;
	background-position: center;
}

/* CHANGER LA COULEUR DE FOND DU TITRE */
div#content #titre {
	color: #FFFFFF;
	background-color: #01A1C1;
}
div#content #sous-titre,  #sous-titre, #sous-titre a, #sous-titre a:hover, div#middlewrap .telephone, div#sidebar .telephone, div#middlecontent .soumission, div#middlecontent .soumission a, div#middlecontent .soumission a:hover, div#middlecontent_en .soumission, div#middlecontent_en .soumission a, div#middlecontent_en .soumission a:hover, div#content #sous-titre a, div#content #sous-titre a:hover {
	color: #01A1C1;
}


