
/* ------------------------------------------------------------------------
	Corps
------------------------------------------------------------------------ */

#corps {
	position: relative;
}


.couverture {
	position: absolute;
	top: 10px;
	right: 40px;
	border: 1px solid #fed428;
}


/* Colonne 1 (de gauche) ----------------------------------------------- */

#colonne1 {
	float: left;
	width: 550px;
	margin: 0 !important;
}

#corps h2 {
	margin: 10px 18px;
	color: #000;
}
#corps h3 {
	margin: 0 0 20px;
	padding: 6px 0 2px 105px;
	font-size: 1em;
	color: #af0505;
	border-bottom: 1px solid #fed428;
}
#corps p.haut {
	padding-bottom: 15px;
}

/* Liste dans le sommaire -----*/

ul.sommaire {
	margin: 0;
	padding: 0;
}
.sommaire li {
	margin: 0 0 20px;
	padding: 0 0 0 120px;
	clear: both;
	list-style: none;
	background: url(../img/puce_sommaire.gif) 105px 3px no-repeat;
}
.sommaire h4 {
	margin: 0 0 5px;
	font-size: 1.3em;
	line-height: 1.05em;
}
.sommaire p {
	margin: 0;
}
#corps p.auteur {
	margin-top: 5px;
	font-size: .9em;
}

/* Articles en vedette (3 premiers) ----- */

ul#vedette {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #fed428;
	background: #f7f7f7;
}
#vedette li {
	margin: 0;
	padding: 18px 20px;
	height: 1%;
	border-bottom: 1px solid #666;
	background: none;
}
#vedette li img {
	float: left;
	border: 1px solid #fed428;
}
#vedette li h4 {
	padding-left: 180px;
}
#vedette li p {
	padding-left: 180px;
}

/* Article  la une ----- */

#corps #une {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #fed428;
}
#une li {
	margin: 0;
	padding: 0 200px 0 0;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	background: #fff8dc url(../img/fond_une.gif) top right repeat-y;
}
#une li .wrap {
	width: 100%;
	overflow: hidden;
}
#corps #une div.clear {
	display: none;
}
html>body #une li {
	xheight: auto;
}
#une li h4 {
	margin: 0;
	padding: 15px 18px 5px 270px;
}
#corps #une li p {
	padding-left: 270px;
	margin: 0;
	padding-bottom: 10px;
}
#une li img {
	float: left;
	border-color: #fff;
}
html>body #une li img {
	border: 1px solid #fff;
}
#une li .clear {
	background: #fff;
}
#vedette li.dernier {
	border: none;
}

/* Colonne 2 (de droite) ----------------------------------------------- */

#colonne2 {
	float: left;
	margin-right: 0;
	width: 182px;/*182*/
	font-size: .8em;
	/*background-color: #F8E5D3;*/
}

#colonne2 h2 {
	margin: 20px 0 5px 16px;
}

/* Liste des rubriques ----- */

ul#rubriques {
	margin: 0 0 0 16px;
	padding: 0;
	border-top: 1px solid #a7a7a7;
}
#rubriques li {
	margin: 0;
	padding: 5px 5px 5px 15px;
	list-style: none;
	line-height: 1.2em;
	border-bottom: 1px solid #a7a7a7;
	background: url(../img/puce_rubriques.gif) 0 9px no-repeat;
}
#rubriques a {
	font-weight: bold;
}


/* ------------------------------------------------------------------------
	Pied
------------------------------------------------------------------------ */

#pied {
	margin-right: 200px;
}
#pied .retour {
	display: none;
}

#blogues {
	position: relative;
	margin-top: 20px;
	margin-left: 15px;
}

#blogues a, #blogues a:hover {
	display: block;
	width: 166px;
	height: 59px;
	background: transparent url(../img/btn_blogues_contact_fil.jpg) left top no-repeat;
}
#blogues span {
	display: none;
}


