@charset "UTF-8";
/* CSS Document */

body 
{
	font-size: 0.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	text-align: center;
}

div#container 
{
	width: 100%;
	margin: 0px;
	padding: 11px;
	height: auto;
}
div#sidebar 
{
 display:none;
}

div#page
{
	width: 100%;
	text-align: left;
	float: right;
	/*background-image:url(images/ateliers_vivrepositif.gif) ;*/
	background-repeat:no-repeat;
	background-position:bottom;
	}

/* variante pour la page d'accueil (avec photo en fonds) */

div#page_accueil
{
	width: 100%;
	float: right;
	text-align: left;
}

div#page_bandeau
{
	margin-top: 20px;
	margin-left: 0px;
	float: left;
	/*background-image:url(images/joie_oiseau.gif);*/
	height:90px;
	width: 608px;
	vertical-align:top;
	}
	
div#page_logo
{
	margin: 0px;
	float: right;
	vertical-align:top;
	width: 208px;
	padding-left:10px;
	}

div#page_contenu
{
	margin-top: 130px;
	padding-left: 25px;
}

div#footer
{
	font-size:0.7em;
	text-align:center;}

h1 
{
	font-size: 4em;
	font-weight: bold;
	padding-top: 5px;
	color: #005177;
}

h2
{
	font-size: 2em;
	font-weight: bold;
	padding-top: 5px;
	color: #005177;
}

h3 
{
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 5px;
	color: #005177;
}

h4 
{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 5px;
	color: #005177;
}

p
{
	color:#00538C;
	
}
ul {
	font: Georgia, "Times New Roman", Times, serif;
	color:#005177; }

li 
{
	list-style-image: url(images/puce.gif);

}

li.temoignage 
{
	list-style-image: url(images/puce.gif);
}


.centre {
	text-align:center;}
	
p.legende {
	color:#CC0000;
	font-size: 0.9em;
	font-style:italic;}


/* Liens */

a {
	text-decoration: underline;
	color: #0066CC;}
a:hover {
	text-decoration: none;
	color: #CC0000;}
a:visited {
	text-decoration:underline;
	color: #005177;}