@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: 85%;
	min-width:955px;
	margin: 0px;
	padding: 11px;
	height: auto;
}
div#sidebar 
{
	width: 80px;
	border: none;
	float: left;
}

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


div#col{
	float:right;
	width: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding:0;
	height:auto;
	text-align:right;
}

div#col > h4 {
	padding:0px;
	margin:0px;
	margin-top:10px;}

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

div#page_accueil
{
	width: 842px;
	height: 587px;
	float: right;
	background-image:url(images/isabelle_bourgeois.jpg);
	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;
}

.stage {	
	color:#669933;}

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;}
	
.legende {
	font-size: 0.8em;
	font-style:italic;}
	
.framboise {
	color: #940D62;}
	
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;}
