body, html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #969595;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}


/**** Généralités ****/

.clear {
	clear: both;
	font-size: 1px;
}

/** Annulation des paramètres par défaut **/

h1, h2, h3, h4, h5, h6, p, hr, ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

li {
	list-style: none;
}

/** Ligne de séparation **/

div.filet {
	clear: both;
	background: transparent url(filetsep.gif) no-repeat right;
	margin: 0 auto;
	height: 1px;
	font-size: 1px;
}
div.filet hr {
	display: none;
}


/**** Container principal ****/

#main {
	background: transparent url(bg.jpg) repeat-x left top;
}

#main_ {
	width: 702px;
	margin: 0 auto;
	position: relative;
	left: -51px;
}


/**** Titres entêtes ****/

h2#titreMandchou span, h1#titreNewsletter span {
	display: none;
}

h2#titreMandchou a {
	display: block;
	background: url(mandchou.jpg) no-repeat right top;
	height: 67px;
}

h1#titreNewsletter {
	height: 65px;
	background: url(tetiere.jpg) no-repeat right;
}


/**** Corps ****/

#corps {
	width: 600px;
	color: #FFF;
	padding-top: 0px;
	padding-left: 102px;
	background: url(deco_edito.jpg) no-repeat left top;
}

#corps_frise {
	width: 600px;
	height: 36px;
	background: url(frise-oops.png) no-repeat left top;
	border-bottom: 2px solid #FFF;
}

#corps_ {
	width: 600px;
	background: #FFF url(fond-oops.png) no-repeat 0px 0px;
	color: #333;
}
#corps__ {
	padding: 42px 280px 0 30px;
	background: url(pied-oops.jpg) no-repeat 0px 845px;
	height: 1087px;
	width: 290px;
	position: relative;
}

#corps h2 {
	background: url(titre-oops.png) no-repeat left top;
	height: 233px;
}
#corps h2 span {
	display: none;
}

#corps h3 {
	font-size: 1em;
}
#corps h3 .lettrine {
	font-size: 48px;
	font-weight: bold;
	color: #DB017B;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

#corps p {
	text-align: justify;
	padding: 0;
	margin: 1em 0 0;
	/* Largeur auto (100%, soit 290px) cause un problème sous IE6 */
	width: 287px;
}

#corps em {
	font-weight: bold;
}

#pages-oops {
	position: absolute;
	top: 42px;
	left: 355px;
	width: 222px;
}

#pages-oops img {
	border: 1px solid #CDCDCD;
	margin-bottom: 20px;
	display: block;
}


/**** Pied ****/

#pied {
	background: transparent url(bgfooter01.jpg) no-repeat 2px 97%;
	height: 254px;
}

#pied_ {
	background: #000 url(bgfooter02.jpg) repeat-x;
	margin-left: 102px;
	height: 181px;
}

#pied_projets {
	color: #FFF;
	text-decoration: none;
	padding: 30px 0 0 66px;
	background: transparent url(chiure_footer.jpg) no-repeat right bottom;
	height: 150px;
}
#pied_projets a {
	color: #FFF;
	text-decoration: none;
}
#pied_projets a:hover {
	color: #CCC;
	text-decoration: none;
}

#pied h2 {
	font-size: 16px;
}

#pied_signature {
	background: #D82304 url(bg_legal.jpg) repeat-x;
	font-size: 11px;
	padding: 0.2em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-left: 102px;
}

#pied_signature a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#pied_signature a:hover {
	font-size: 11px;
	color: #000000;
}


/**** Visualisation en ligne et désinscription ****/

#desinscription {
	position: relative;
	top: -50px;
}

#voirEnLigne {
	background-color: #2D2D2D;
}

#voirEnLigne, #desinscription {
	padding: 0.5em 0;
	text-align: center;
}
#voirEnLigne a, #desinscription a {
	color: #FFF;
	text-decoration: underline;
}
#voirEnLigne a:hover, #desinscription a:hover{
	color: #CCC;
	text-decoration: underline;
}
#actualites .moduleSpecial .image {
	margin-left: -66px;
}
