body {
	background-color:#DCDCDD;
	margin:0px;
	padding:0px;
}

#centreur {
	text-align:center;
}

#centreurw3c {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:894px;
	position:relative;
	text-align:left;
	background-image:url(/img/interface/fond-ombre.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
	display:block;
	font-size:0px;
	height:0px;
	overflow:hidden;	
}

input, button, select { 
	vertical-align: middle;
}


#principal-centreur {
	text-align:center;
}

#principal {
	position:relative;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:848px;
	padding:0px;
}

/*    FONCTIONNALITES  */
#menuFonctions {
	width:842px;
	height:27px;
	margin-left:3px;
	text-align:right;
	background-color:#f0f0fc;
	padding:0px;
}
#menuFonctions a {
	color:#5241fb;
	text-decoration:none;
}
#menuFonctions a:hover {
	color:#5241fb;
	text-decoration:underline;
}
#menuFonctions ul {
	margin:0px;
	padding:9px 5px 0px 0px;
}
#menuFonctions li {
	display:inline;
	margin:0px;
	padding:0px 2px 0px 2px;
	text-transform:lowercase;
}

#bandeau, #bandeau img {
	width:848px;
	height:170px;
	margin:0px;
	padding:0px;
	border:none;
}

#menu {
	width:848px;
	height:47px;
	background-image:url(/img/interface/fond-menu.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#gauche {
	float:left;
	width:194px;
}

#recherche {
	width:194px;
	margin:10px 0px 0px 0px;
	padding:0px;
	border:none;
}
html>body #recherche {
	margin:10px 0px 5px 0px;
}

#recherche input {
	font-size:11px;
	margin:0px 0px 0px 35px;
	padding:0px;
	width:110px;
	height:14px;
	border:1px solid #909090;
	color:#515151;
}
html>body #recherche input {
	height:12px;
}

#recherche button {
	width:27px;
	height:14px;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}
html>body #recherche button {
	margin-left:-3px;
}

#contenu {
	float:left;
	width:582px;
	margin-left:35px;
}

#titre-actu {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#98196d;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#titre-coord {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#5241fb;
	font-weight:bold;
}


#fond-gauche {
	background-image:url(/img/interface/ligne-gauche.gif);
	background-repeat:repeat-y;
	width:194px;
	margin:0px;
	padding:0px;
}

/* Actualités */
.actu {
	width:194px;
	margin:10px 0px 0px 0px;
}
.actu p {
	width:164px;
	margin:0px 0px 0px 15px;
	padding:0px;
	text-align:left;
}
.actu a {
	color:#0901f8;
	text-decoration:none;
}
.actu a:hover {
	color:#0901f8;
	text-decoration:underline;
}
.actu h2 {
	width:164px;
	margin:0px 0px 0px 15px;
	padding:0px;
	text-align:left;
	font-size:11px;
	color:#9e2777;
}
.savoirplus {
	width:164px;
	text-align:right;
	margin:5px 0px 0px 15px;
	padding-bottom:20px;
}
.savoirplus a {
	text-decoration:none;
	color:#0901f8;
	width:154px;
	text-align:right;
	margin:0px;
	padding:0px;
}
.savoirplus a:hover {
	color:#0901f8;
	text-decoration:underline;
}