/* auteur: Bernard Martin-Rabaud */
/* Date de création: 20/12/2006 */

/* STYLES DE LA PAGE D'ACCUEIL */

body {
	margin-top: -25px;
	background-color: #de0894;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	background-color: #f7b5de;
	color: #000;
	text-decoration: underline;
}

img {
	padding: 1px;
	border: none;
}

.nettoyeur { 
	clear: both; 
	margin: 0; 
	padding: 0; 
	border: none; 
	height: 0; 
	line-height: 1px; 
	font-size: 1px; 
}


/* blocs page d'accueil */

#page-large {
	margin: 10px auto;
	width: 960px;
} 

#accueil-gauche {
	float: left;
	width: 40%;
}

#accueil-droite {
	float: left;
	width: 55%;
}

#logo {
	text-align: center;
}

div#menu-standard {
	margin: 10px auto;
	text-align: center;
/*  	background-color: #000; */
}

ul#menu-standard {
	margin: 0 3% 10px 3%;
  	width: 95%;
  	background-color: #000;
}

ul#menu-standard li {
	display: inline;
	margin: 0 2px;
}

#contenu {
	margin-top: 20px;
}

#bloc-menu-rubriques {
	float: left;
	width: 42%;
}

#bloc-actualites {
	float: right;
	width: 42%;
	/*margin: 12px 0 0 30px;*/
	margin: 0px 0 0 30px;
	background-color: #C70786;
  	-moz-border-radius: 5% 5%;
}

#bloc-actualites .titre {
	margin: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}

#bloc-actualites ul {
    list-style:none;
}

#bloc-actualites li {
    margin: 5px 0 0 -25px;
}

#bloc-actualites a {
	/*color: #716737;*/
	color: #000;
}

#bloc-actualites a:hover {
    background: #920462;
	color: #fff;
	text-decoration:none;
}


/* pied de page */

#pied {
	margin: 10px auto;
	text-align: center;
}

#pied span {
	vertical-align: bottom;
}	
 
#pied-item {
	float: left;
	width: 15%;
}		  

/* adresse de Solidaires */

#pied-adresse {	
	float: right;
	width: 60%;
	margin: 0px 0;
	padding: 0 10px;
	text-align: left;
}

#pied-adresse a {
	color: #fff;
}

#pied-adresse a:hover {
	background-color: #f7b5de;
	color: #000;
	text-decoration: underline;
}


