/************************************************************/
/*	COMMON 										*/
/************************************************************/
h2{
	color:#f0027f;
	text-transform:uppercase;
	font-weight:normal;
	font-size:2.2em;
	margin-bottom:0;
}
h2 span{
	font-weight:bold;
	font-size:.55em;
	vertical-align:top;
}
h3{
	color:#f0027f;
	text-transform:uppercase;
	font-size:1em;
}
a{color:#f0027f;}
p, ul{color:#84857a;}
p.lead{
	font-weight:bold;
	color:#ef027f;
	font-size:1.2em;
	padding-top:2px;
}
p.read-more {
	margin:0; padding:0;
}
p.read-more a{
	display:block;
	width:25px; height:20px;
}


/************************************************************/
/*	LAYOUT 										*/
/************************************************************/

/*	BODY ------------------------------------------------- */
body{background:#f1f0ec;}

/*	MAIN CONTENT ----------------------------------------- */
#mainContent{
	background:#FFF;
	border:1px solid #DFDFDF;
}
body#index #mainContent{
	background:#FFF url(img/mainContent-bg.gif) top right no-repeat;
}
#mainContent h2{
	background:#FFF;
}
#mainContent .rightWrap{
/*	margin-top:-25px;*/
}
#mainContent .leftWrap p,
#mainContent .leftWrap ul{
	font-size:1.15em;
}
#mainContent .leftWrap ul{
	list-style-image:none;
	list-style-position: outside;
	list-style-type: square;
	margin-left:15px;
}
#mainContent .leftWrap ul ul{
	list-style-type: disc;
}
#mainContent .leftWrap ul ul li{
	font-size: 11px;
	margin-top: 5px;
}
#mainContent .leftWrap h4{
	color:#447DB8;
	margin:15px 0 5px;
}
#mainContent .leftWrap h3{
	margin-bottom:0;
	font-size:1.1em;
	background:url(img/lead-bg.gif) top left no-repeat;
	margin: 5px 0;
}
#mainContent .leftWrap #comment h3 {
	background: none;
	text-indent: 0;
}

/*	SUB CONTENT ------------------------------------------ */
#subContent{
	margin-top:5px;
}
#subContent .sectionWrap{
	padding:10px;
}
#subContent p{
	color:#FFF;
}


/************************************************************/
/*	SECTIONS 										*/
/************************************************************/

/*	NOUVEAUTES ------------------------------------------- */
#nouveautes{
	width:100%; 
	margin-bottom:10px;
}
#nouveautes .section{
/*	height:400px;*/
	height:458px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
#nouveautes .section1{background:#a6cae1;}
#nouveautes .section2{background:#74a5cd;}
#nouveautes .section3{background:#2461aa;}
#nouveautes h3{
	margin-bottom:2px;
	background:#fe661b;
	padding:5px;
	text-align:center;
}
#nouveautes h3 a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#nouveautes h3 a:hover,
#nouveautes .section:hover h3 a{
	text-decoration:underline;
}
#nouveautes .illustration{
	background:#c5c5bd url(img/nouveautesIllustrations-bg.gif) no-repeat;
	height:274px;
}
#nouveautes .illustration a{
	width:190px;
	display:block;
}
#nouveautes .illustration img{
	padding:40px 0 0;
	margin:0 auto;
	display:block;
}
#nouveautes p{
	color:#FFF;
	overflow:auto;
}
#nouveautes .section p.read-more{
	position:absolute;
	bottom:0; right:0;
	visibility:hidden;
}
#nouveautes .section:hover p.read-more a{
	visibility:visible;
}

/*	EDITO ------------------------------------------------ */
#edito h2{
	margin-right:120px;
}
#edito p{
	padding-right:120px;
	background:url(img/antalis.gif) no-repeat bottom right;
	color:#f0027f;
	font-size:1.15em;
	line-height:1.5em;
}

/*	INFOS ------------------------------------------------ */
#infos {
	margin-bottom:2px;
}
#infos .section{
	cursor:pointer;
}
#infos .section:hover p.read-more{
	visibility:visible;
}
#infos .section:hover a{
	text-decoration:underline;
}
#infos .section:hover p{
	color:#666;
}
#infos .sectionWrap{
	position:relative;
	background:#fee1e6;
}
#infos h2{
	margin-left:150px;
}
#infos h3{
	margin-bottom: 5px;
}
#infos h3 a{
	color:#f0027f;
	text-transform:uppercase;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
}
#infos .illustration{
	position: relative;
	height: 113px;
	width: 138px;
}
#infos .illustration a {
	position: absolute;
	z-index: 0;
	width:138px; height:113px;
}
#infos .illustration a img{
	display:block;
	width:138px; height:113px;
}
#infos .illustration span {
	position: absolute;
	z-index:20;
	top: 0; left: 0;
	background:url(img/infosIllustrations-masque.png) no-repeat;
	display:block;
	width:138px; height:113px;
}
#infos p{
	color:#958f8c;
}
#infos p.read-more{
	position:absolute;
	bottom:0; right:0;
	visibility:hidden;
}

/*	AGENDA ----------------------------------------------- */
#agenda{
	color:#f0027f;
}
#agenda .sectionWrap{
	margin:-10px 0 15px;
	padding:30px 8px 0 8px;
	background:url(img/agendaContent-bg.gif) no-repeat;
	height:225px;
}
#agenda p.title{
	margin-bottom:3px;
	margin-right:30px;
}
#agenda .item{
	position:relative;
	cursor:pointer;
	margin-bottom:10px;
	height:auto;
	height:35px;
}
#agenda .item:hover a{
	text-decoration:underline;
}
#agenda h2{
	position:relative;
	z-index:20;
	background:none !important;
}
#agenda h3{
	margin-bottom:0;
}
#agenda h4{
	margin-bottom:0;
	font-size:.9em;
	text-transform:uppercase;
}
#agenda h4 a{
	color:#F0027F;
	text-decoration:none;
	font-weight:bold;
}
#agenda .item p.read-more{
	position:absolute;
	bottom:-12px; right:0;
	visibility:hidden;
}
#agenda .item:hover p.read-more{
	visibility:visible;
}
#agenda p.date{
	font-size:1em;
	margin-bottom:0;
	font-weight:bold;
}

/*	PLUS ------------------------------------------------- */
#plus{
	background:#FF0082 url(img/plus-bg.gif) no-repeat;
}
#plus .sectionWrap{
	padding:8px 8px 8px 8px;
	position:relative;
	float:left;
}
#plus h2{
	margin-right:80px;
	margin-bottom:0;
}
#plus h3{
	margin-bottom:0;
	color:#FFF;
}
#plus .illustration{
	width:144px;
	height:70px;
	margin-top:22px;
	margin-left:6px;
}
#plus .illustration img{
	width:144px;
	height:70px;
}
#plus p{
	color:#170c42;
}
#plus .sectionWrap p.read-more{
	position:absolute;
	bottom:0; right:0;
}

/*	SONDAGE ---------------------------------------------- */
#sondage {
	color:#ffffff;
}
#sondage .sectionWrap object{
	display:block;
	position:relative;
	z-index:0;
}

/*	CONCOURS --------------------------------------------- */
#concours{
	background:#fe661b;
}
#concours .sectionWrap{
	padding:10px;
	position:relative;
	float:left;
	min-height:175px;
}
#concours h2, #concours h3{
	color:#5085bc;
}
#concours .sectionWrap p{
	color:#FFFFFF !important;
}
#concours .sectionWrap p.read-more{
	position:absolute;
	bottom:0; right:0;
}

/*	ARCHIVES --------------------------------------------- */
#archives{
	background:url(img/archives-bg.gif) no-repeat;
	padding-top:16px;
}
#archives .sectionWrap{
	margin:0 18px;
}

/*	COMPTE ----------------------------------------------- */
#compte{
	background:#f0027f;
	margin:0 18px;
}
#compte h3{
	color:#FFFFFF;
}
#compte form{
	color:#ffffff;
}
#compte form label{
	font-weight:bold;
	color: #ffffff;
}

/*	COMMENT ---------------------------------------------- */
#commentSection{
	background:#f8b3d8;
	margin:0 18px;
	display:block;
}
#commentSection .sectionWrap{
	cursor:pointer;
	position:relative;
	display:block;
	height:100px;
}
#commentSection p.read-more{
	position:absolute;
	bottom:0; right:0;
	visibility:hidden;
}
#commentSection:hover p.read-more{
	visibility:visible;
}
#commentSection a, #commentSection a:hover {
	text-decoration: none;
}
#commentSection p a {
	color: #ffffff;
}
#commentSection:hover p a {
	color: #f0027f;
}

/************************************************************/
/*	PAGES 										*/
/************************************************************/

/*	ARCHIVES --------------------------------------------- */
body#pageArchives #mainContent ul{
	font-size:1.2em;
	text-transform:uppercase;
	padding-top:10px;
}
body#pageArchives #mainContent ul span{
	font-size:.9em;
	text-transform:none;
}
body#pageArchives #mainContent li{
	margin-bottom:15px;
}
body#pageArchives #mainContent li a{
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#2461aa;
}
body#pageArchives #mainContent li.line a{
	color:#fe661b;
}
body#pageArchives #mainContent li a:hover{
	text-decoration:underline;
}

/*	NOUVEAUTES ------------------------------------------- */
body#pageNouveautes #mainContent .leftWrap h3{
	background-color:#fe661b;
	color:#FFFFFF;
	text-transform:uppercase;
	padding: 2px 5px 5px 40px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
body#pageNouveautes #mainContent .leftWrap p.lead{
	background-color:#a6cae1;
	color:#FFFFFF;
	padding:5px;
}
body#pageNouveautes #mainContent div.thumbnailWrap, body#pageBavard #mainContent div.thumbnailWrap{
	overflow: auto;
}
body#pageNouveautes #mainContent div.illustration, body#pageBavard #mainContent div.illustration{
	border:2px solid #e3e3db;
	width:122px;
	background:url(img/pageNouveautesImg-bg.gif) no-repeat top;
	padding-top:20px;
	padding-bottom: 6px;
	margin-right:10px;
	margin-bottom: 10px;
}
body#pageNouveautes #mainContent div.illustration img, body#pageBavard #mainContent div.illustration img{
	display:block;
	width:110px;
	margin:0 auto;
}
body#pageNouveautes #mainContent #fullWidth div.illustration, body#pageBavard #mainContent #fullWidth div.illustration{
	border:2px solid #e3e3db;
	width:440px;
	background:url(img/pageNouveautesImgFull-bg.gif) no-repeat top;
	padding-top:20px;
	padding-bottom: 6px;
	margin-right:0;
	margin-bottom: 10px;
}
body#pageNouveautes #mainContent #fullWidth div.illustration img, body#pageBavard #mainContent #fullWidth div.illustration img{
	display:block;
	width:435px;
	margin:0 auto;
}

/*	PAPIER BAVARD, BRIEF CREA, PETIT PLUS ------------------------------------------- */
body#pageBavard #mainContent .leftWrap h3{
	background-color:#f8b3d8;
	text-transform:uppercase;
	padding: 2px 5px 5px 40px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
body#pageBavard #mainContent .leftWrap p.lead{
	background-color:#f8b3d8;
	color:#84857a;
	padding:5px;
}

/*	AGENDA ----------------------------------------------- */
body#pageAgenda #mainContent .leftWrap h3{
	background-color:#f8b3d8;
	text-transform:uppercase;
	padding: 2px 5px 5px 40px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

body#pageAgenda #mainContent .leftWrap p.lead{
	color:#f0027f;
	margin: 0;
}
body#pageAgenda #mainContent .leftWrap h4{
	margin:0;
	text-transform:uppercase;
}
body#pageAgenda h4 a{
	color:#F0027F;
	text-decoration:none;
	font-weight:bold;
}
body#pageAgenda #mainContent .leftWrap p.date{
	font-size:1em;
	margin-bottom:0;
	font-weight:bold;
}
body#pageAgenda .leftWrap .item {
	border-top: 1px dashed #84857a;
	margin-top: 20px;
	padding-top: 10px;
}


/************************************************************/
/*	ELEMENTS 										*/
/************************************************************/

/*	BREADCRUMB ------------------------------------------- */
p#breadcrumb{
	color:#ef027f;
	font-weight:bold;
}
p#breadcrumb a{
	color:#f8b3d8;
	background-color:#ef027f;
	padding:2px;
	font-weight:bold;
}
p#breadcrumb strong{
	color:#ef027f;
	padding:2px;
}

/* THUMBNAIL ---------------------------------------------- */
div#thumbnail{
	position:relative;
	margin:0 18px;
	display:block;
	width:222px;
	height:489px;
	background:url(img/thumbnail/pageIllustrations-masque.png) no-repeat;
	padding-top:51px;
}
div#thumbnail .illustration{
	cursor:pointer;
}
div#thumbnail .illustration a{
	position:relative;
	overflow:hidden;
	display:block;
}
div#thumbnail .illustration img{
	margin:0 auto;
	display:block;
}
div#thumbnail .illustration span{
 	position:absolute;
 	z-index:20;
}
/* ILLUSTRATION 1 */
div#thumbnail .illustration1{	margin-left:4px; }
div#thumbnail .illustration1 a, 
div#thumbnail .illustration1 span{	height:127px;width:127px;}
div#thumbnail .illustration1 span{	background:url(img/thumbnail/pageIllustration1-masque.png);}
div#thumbnail .illustration1 img{height:127px;}
/* ILLUSTRATION 2 */
div#thumbnail .illustration2{	margin-left:91px;}
div#thumbnail .illustration2 a, 
div#thumbnail .illustration2 span{height:99px;width:99px;}
div#thumbnail .illustration2 span{	background:url(img/thumbnail/pageIllustration2-masque.png);}
div#thumbnail .illustration2 img{	height:99px;}
/* ILLUSTRATION 3 */
div#thumbnail .illustration3{	margin-left:51px; }
div#thumbnail .illustration3 a, 
div#thumbnail .illustration3 span{height:80px;width:80px;}
div#thumbnail .illustration3 span{	background:url(img/thumbnail/pageIllustration3-masque.png);}
div#thumbnail .illustration3 img{	height:80px;}
/* ILLUSTRATION 4 */
div#thumbnail .illustration4{	margin-left:118px; }
div#thumbnail .illustration4 a, 
div#thumbnail .illustration4 span{height:99px;width:101px;}
div#thumbnail .illustration4 span{	background:url(img/thumbnail/pageIllustration4-masque.png);}
div#thumbnail .illustration4 img{	height:99px;}
/* ILLUSTRATION 5 */
div#thumbnail .illustration5{	margin-left:12px; }
div#thumbnail .illustration5 a, 
div#thumbnail .illustration5 span{height:80px;	width:79px; }
div#thumbnail .illustration5 span{	background:url(img/thumbnail/pageIllustration5-masque.png);}
div#thumbnail .illustration5 img{	height:80px;}

/* COMMENT ------------------------------------------------ */
#comment{
	margin-top:30px;
	clear: both;
}
#comment h3{
	color:#f0027f !important;
	margin-bottom:1px;
	padding:0 !important;
	background:none !important;
}
#comment form {
	margin-bottom: 20px;
}
#comment form li{
	clear:both;
	padding-bottom:5px;
	list-style:none;
	font-size:.9em !important;
}
#comment form label{
	float:left;
	width:110px;
	color:#447db8;
	font-weight:bold;
	font-size:1em;
}
#comment form input, #comment form textarea, #comment form select{
	color:#ef027f;
	background-color:#fce09e;
	border:1px solid #fef0cf;
	font-size:1.1em;
	padding:3px;
}
#comment form p.submit input{
	background:none;
	border:none;
	margin-top: -10px;
}
#comment ul {
	font-size:.9em;
	margin-top: 10px;
}
#comment ul span{
	font-style: normal;
}
#comment ul strong {
	font-weight: bold;
	text-transform:uppercase;
}
#comment li {
	margin-bottom: 5px;
	color:#2461aa;
}
#comment li.line {
	color:#fe661b;
}

/* CLEAF -------------------------------------------------- */
#mainContent .cleaf, #mainContent #cleaf {
	clear: both;
	background-color:#a6cae1;
	padding:5px;
	border-top: 1px dashed #fe661b;
	overflow: auto;
	margin-bottom: 10px;
}
#mainContent .cleaf h4, #mainContent #cleaf h4 {
	color:#fe661b;
	margin: 5px;
}
#mainContent .cleaf p, #mainContent #cleaf p {
	color:#84857a;
	margin: 5px;
}
#mainContent .cleaf a, #mainContent #cleaf a {
	color:#fe661b;
}
#mainContent .cleaf h4, #mainContent #cleaf h4 {
	text-transform: uppercase;
}
#mainContent .cleaf .floatRight, #mainContent #cleaf .floatRight {
	margin-top: 5px;
}
