#contenu-accueil {
	height: 1%; /* Nécessaire pour IE6. Voir concept de HasLayout et bug du Three Pixel Jog */
	padding: 10px 5px 10px 5px;
	background-color: #FFFFCC;
}

#carrousel_accueil{
    border: solid 3px #F9CA4A;
    /*width:680px;*/
    height:250px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.slide{
	position:absolute;
    top:0;
    left:0;
    width:680px;
    height:250px;
}

.title{
    position:absolute;
    padding-left:1px;
    width:680px;
    line-height:25px;
    height:25px;
    bottom:0;
    left:0;
    background:url(img/couleur_titre_accueil.png) top left repeat;
}
.visu_accueil{
	width:670px;
    height:240px;
}

.navigation{
    position:absolute;
    bottom:8px;
    right:5px;
}

.navigation span{
    background:#000;
    color:#FFF;
    padding:2px 4px;
    cursor:pointer;
    margin:0 1px;
}

.navigation span:hover,.navigation span.active{
    background:#FFF;
    color:#000;
}

#paragraphe_accueil{
    width:680px;
    margin:0 auto; 
	padding:5px 0px;
	/*min-height:250px; */
}

#evenements_accueil{
    border: solid 3px #F9CA4A;
    width:324px;
    margin:0 auto;
}

#contenu-actualites{
    border: solid 3px #F9CA4A;
    margin:0 auto;
}

#titre_actualites{
	text-align:center;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	color:#990033;
	padding-bottom:3px;  	
	font-weight: bold;	
}

#etapes_accueil{
    border: solid 3px #F9CA4A;
    min-height:300px;
	margin:0 auto;
}

#comm_region_accueil {
	margin: 10px 25px; 
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	
}

#reinit_page_accueil {
	text-align:right;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	
}
