/* surcharge de structure */
#navigation {
	background-color: #fcf7e0;}
	
#contenu, #pied_de_page {
	background-color: #f6e497;}

#col_gauche {
	background-color: #b9121b;
	background-image: url(../images/bas-blocrouge.jpg);}
	
#col_gauche a {
	color: white;}
	
#col_droite {
	width: 290px; }
	
#col_droite h2 {
	color: #b9121b;
	background-image: url(../images/soleil-jaune.png);}

/* specifique */
#col_centre {
	float: left;
	margin: 0 0 0 20px;
	width: 270px; }
	
#col_centre h2 {
	background-image: none;
	padding: inherit;}

/* article col gauche */
.article_g, .article_g h2 {
	color: #fcfae1;}

.article_g h2 {
	background-image: url(../images/soleil-marron.png);}

/* articles col droite */
.article_dh {
	background-image: url(../images/haut-blocblanc.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 290px;
	padding: 10px 0 0;
	margin: 20px 0 0;
	background-color: #ffffff;}

.article_db {
	background-image: url(../images/bas-blocblanc.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 10px 10px;
	width: 270px;}

/*agenda sur la une*/
#agenda_une {}

#agenda_une h2 {}

#agenda_une .evenement {
	clear: both;
	margin-bottom: 5px;}
	
#agenda_une .evenement .spip_logos {
	float: left;}

#agenda_une .evenement .texte {
	float: right;
	width: 180px;}

#agenda_une .evenement .texte p {
	font-size: 1.1em;
	font-weight: bold;
	margin: 2px 0;}

#agenda_une .evenement .texte p.titre a {
	text-decoration: underline;}
	
#agenda_une p#vers_agenda {
	margin: 0;
	padding: 2px 5px;
	clear: both;}
