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 ****/

/** 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 hr {
	display: none;
}

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


/** Titres **/

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #E45903;
}



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

#main {
	background: transparent url(../imgs/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(../imgs/mandchou.jpg) no-repeat right top;
	height: 67px;
}

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



/**** Édito ****/

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

#edito_ {
	padding: 30px 30px 20px 30px;
	background: #FFF url(../imgs/fondgrass.jpg) no-repeat 0%;
	width: 540px;
	height: 569px;
}

#edito p {
	padding: 0;
	margin: 10px 0 0;
}

#edito a {
	color: #036;
	text-decoration: none;
}
#edito a:hover{
	color: #E45903;
	text-decoration: none;
}

.edito_colonne {
	float: left;
	width: 250px;
	padding-top: 50px;
}

#edito h3, #edito h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
}

#edito h4 {
	color: #036;
}

#edito_signature {
	margin-right:10px;
	margin-bottom:10px;
}

#edito_signature img {
	margin-right: 10px;
}



/**** Actualités ****/

#actualites {
	padding-left: 102px;
}

#actualites ul, #actualites p {
	margin-bottom: 1em;
}

#actualites a {
	color: #e45903;
	text-decoration: underline;
}
#actualites a:hover {
	color: #333333;
	text-decoration: underline;
}

#actualites .module {
	height: 210px;
	width: 598px;
	background: #FFF url(../imgs/bgModule_spe.jpg) no-repeat;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #000;
}

#actualites .module .image {
	float: left;
	height: 201px;
	width: 202px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

#actualites .module .texte {
	width: 324px;
	float: right;
	padding-top: 15px;
	padding-right: 35px;
	font-size: 11px;
	text-decoration: none;
}



/**** Pied ****/

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

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

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

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

#pied_signature {
	background: #D82304 url(../imgs/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: underline;
}
#pied_signature a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}



/**** 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;
}
