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(filetsep.gif) no-repeat right;
	margin: 0 auto;
	height: 1px;
	font-size: 1px;
}


/**** 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 {
 	background: url(tetiere.jpg) no-repeat right top;
	height: 65px;
}


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

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

#edito_ {
	padding: 12px 30px 30px 30px;
	background: #E08982 url(backround.jpg) no-repeat left bottom;
	border: 1px solid #CCC;
}

#edito p {
	padding: 0;
	margin: 1em 0 0;
}

#edito h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}

#edito h4 {
	font-size: 22px;
	color: #FFF;
}

.edito_colonne1, .edito_colonne2 {
	float: left;
	width: 250px;
}

.edito_colonne1 {
	margin-right: 20px;
}

.edito_colonne2 {
	margin-top: -0.5em;
}

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

#actualites {
	padding-left: 102px;
}

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

#actualites a {
	font-size: 12px;
	color: #e45903;
	text-decoration: none;
}
#actualites a:hover {
	color: #333;
}

#actualites .module {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 11px;
	height: 169px;
	width: 598px;
	background: #FFF url(bgModule_spe.jpg) repeat-x;
	color: #000;
}

#actualites .module .image {
	float: left;
	height: 169px;
	width: 209px;
}

#actualites .module .texte {
	width: 324px;
	float: right;
	padding-top: 15px;
	padding-right: 35px;
}

#actualites h3 {
	font-weight: bold;
	color: #e45903;
}

#actualites .module h3 {
	font-size: 16px;
}

#actualites .moduleSpecial h3 {
	font-size: 13px;
	margin-top: 0.7em;
}

#actualites #actualite_carel h3 {
	background: url(presta.gif) no-repeat left top;
	padding-top: 27px;
	font-size: 15px;
}

#actualites #actualite_carel h3 span {
	display: none;
}

.moduleSpecial {
	padding: 0 66px 0.1em;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}

.moduleSpecial h2 {
	background: url(newbizz.gif) no-repeat -66px 0px;
	height: 38px;
}

.moduleSpecial h2 span {
	display: none;
}

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