/* layout spécifique pour la page d'accueil */
.left {
	float: left;
	width: 210px;              /* left column width */
	margin-bottom: 0px; 
}

.center {
	width: 510px;
	float: left;
	padding: 5px 20px 20px 20px;
}

* html .center {				/* fix IE5.x broken box model */
	width: 480px;
}

.right {
	float: right;
	width: 150px;              /* right column left border */
}

.topaccueil {
	position: relative;
	height: 205px;
	margin: 0;
	padding: 0;
}

#logo {
     position: absolute;
     top: 85px;
     left: 2px;
}



#flash {
	position: absolute;
	top:  35px;
	left: 570px;
}

/***********************
     Menu Horizontal
************************/

#menu {
     position:  absolute;
     top:  -3px;
     left: -15px;
     z-index:7;
}

#menu-outils {
     float: left;
     width: 900px;
     font: 100% verdana, sans-serif;
}

#menu-outils-in {
     float: right;
}

#menu-outils ul {
     list-style: none;
}

#menu-outils li {
     float: left;
}

#sousmenu1, #sousmenu2, #sousmenu3, #sousmenu4, #sousmenu5, #sousmenu6  {
 display:none;
 padding-top: 0px;
 background-color: #FA8E00;
}

#sousmenu1 {
     position: absolute;
     top:  30px;
     left: 130px;
     width:175px;
}

#sousmenu2 {
     position: absolute;
     top:  30px;
     left: 300px;
     width:175px;
}

#sousmenu3 {
     position: absolute;
     top:  30px;
     left: 450px;
     width:175px;
}

#sousmenu4 {
     position: absolute;
     top:  30px;
     left: 600px;
     width:175px;
}

#sousmenu5 {
     position: absolute;
     top:  30px;
     left: 708px;
     width:175px;
}

#sousmenu6 {
     position: absolute;
     top:  30px;
     left: 825px;
     width:175px;
     display:none;
}

#sousmenu1 a, #sousmenu2 a, #sousmenu3 a, #sousmenu4 a, #sousmenu5 a, #sousmenu6 a {
     text-decoration: none;
     float: left;
     width: 163px;
     color: white;
     font: 11px/18px Arial, Helvetica, sans-serif;
     padding-left: 12px;
     padding-top: 5px;
     padding-bottom: 5px;
     background-image: none;
     height: auto;
}

#sousmenu1 a:hover, #sousmenu2 a:hover, #sousmenu3 a:hover,  
#sousmenu4 a:hover, #sousmenu5 a:hover, #sousmenu6 a:hover {
     background-color: #037A94;
}

#menu-outils a {
     display: block;
     margin:  0;
     text-decoration: none;
}

.vivre a {
     width: 178px;
     height: 29px;
     background: transparent url(../../images/vivre.gif) no-repeat  top left;
}

.vivre a:hover {
     background: transparent url(../../images/vivre-over.gif) no-repeat top left;
}

.vivre a#encours {
     background: transparent url(../../images/vivre-over.gif) no-repeat top left;
}

.connaitre a {
     width: 151px;
     height: 29px;
     background: transparent url(../../images/connaitre.gif) no-repeat top left;
}

.connaitre a:hover {
     background: transparent url(../../images/connaitre-over.gif) no-repeat top left;
}

.connaitre a#encours {
     background: transparent url(../../images/connaitre-over.gif) no-repeat top left;
}

.decouvrir a {
     width: 150px;
     height: 29px;
     background: transparent url(../../images/decouvrir.gif) no-repeat top left;
}

.decouvrir a:hover {
     background: transparent  url(../../images/decouvrir-over.gif) no-repeat top left;
}

.decouvrir a#encours {
     background: transparent url(../../images/decouvrir-over.gif) no-repeat top left;
}
.entreprendre a {
     width:  107px;
     height: 29px;
     background: transparent url(../../images/entreprendre.gif) no-repeat top left;
}

.entreprendre a:hover {
     background: transparent url(../../images/entreprendre-over.gif)  no-repeat top left;
}

.entreprendre a#encours {
     background: transparent url(../../images/entreprendre-over.gif)  no-repeat top left;
}

.preparer a {
     width:  117px;
     height: 29px;
     background: transparent url(../../images/preparer.gif) no-repeat  top left;
}

.preparer a:hover {
     background: transparent url(../../images/preparer-over.gif) no-repeat top left;
}

.preparer a#encours {
     background: transparent url(../../images/preparer-over.gif) no-repeat top left;
}

.agenda21 a {
     width:  75px;
     height: 29px;
     background: transparent url(../../images/agenda_21.gif) no-repeat  top left;
}

.agenda21 a:hover {
     background: transparent url(../../images/agenda_21_hover.gif) no-repeat top left;
}

.agenda21 a#encours {
     background: transparent url(../../images/agenda_21_hover.gif) no-repeat top left;
}

/***********************
	Fin Menu Horizontal
************************/


#menu-accesdirect { 
	margin-top: 80px;
	margin-bottom:15px;
	padding-top: 25px;
	padding-left: 40px;
	background: url(../../images/accesdirect.gif) no-repeat 35px 0;
}

#menu-accesdirect ul {
	list-style: none;
	font-size: 11px;
}

#menu-accesdirect ul li a {
	width:99%;
	color: #3a087f;
	text-decoration: none;
	line-height: 20px;
}

#recherche {
	position: relative;
	top:0;
	left:0;
	background: url(../../images/recherche_accueil.gif) no-repeat 0 0;
	padding-top: 40px;
	padding-left: 40px;
	margin-bottom:5px;
	font-size: 11px;
}

#recherche label {
	display:none;
}

#recherche input.ChampSaisie {
	width: 140px;
	border: 1px solid #3a087f;
	color : #5c46a0;
	margin-bottom: 5px;
	font-size:95%;
	
}

#recherche select.ChampSaisie {
	width: 140px;
	border: 1px solid #3a087f;
	color : #5c46a0;
	font-size:95%;
}
#nouveautes {
	background: url(../../images/nouveautes.gif) no-repeat 0 0;
	padding-top: 40px;
	padding-left: 40px;
	margin-bottom:5px;
}

#nouveautes ul {
	list-style:none;
	font-size: 11px;
}

#nouveautes ul li a {
	width:99%;
	color: orange;
	text-decoration: none;
	line-height: 20px;
}

.button {
	vertical-align :bottom;
}

.agenda {
	padding-top: 25px;
	background: url(../../images/agenda.gif) no-repeat 0 0;
}

.agenda h4 {
	display: none;
}

.agenda h5 {
	color: #037A94;
	font: bold 14px/14px "Arial Narrow", Arial, Helvetica, sans-serif;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	clear:left;
}

p.complement {
	color:  #037A94;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.agenda p.texte {
	font:  10px/14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color : #4D5B59;
}

p.plusdinfos a {
	float:right;
	width: 50px;
	height: 11px;
	margin-top: 1px;
	margin-bottom: 5px;
	background: url(../../images/plusdinfos.gif) no-repeat 100% 0;
	display: block;	
	clear:  both;
}

.innerconteneur {
	margin-right : 10px;
	padding : 0 0 10px 0px;
}

html>body .innerconteneur { 
	float: left;
}

/* \*/ * html .innerconteneur {
	height: 1em;
} /* */

.lastconteneur .innerconteneur {
	margin-right : 0;
}
.firstconteneur .innerconteneur {
	border : 0;
	padding-left : 0;
}

.style1 { 
	font-size : 1em;
	text-align : left;
}

.style1 div {
	margin: 0;
	padding: 0;
}

.style1 p {
	margin: 0;
	padding: 0;
}

.style1 h3 {
	color : #037A94;
	margin : 10px 0 5px 0;
	text-align : left;
	font: bold 18px/20px "Arial Narrow", Arial, Helvetica, sans-serif;
}

.style2 {
	font: 11px/14px Arial,,Helvetica, sans-serif;
	text-align : left;
	background: url(../../images/style2_bottom.gif) no-repeat bottom right;
}

.style2 h3 { 
	margin: 10px 0 0 0;
	padding-right: 20px;
	padding-left: 30px;
	color: white;
	text-align:right;
	background: #FA8E00 url(../../images/style2_top.gif) no-repeat top left;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
}

.style2 div {
	margin: 0;
	padding: 20px 10px 20px 20px;
	background: url(../../images/style2_h3_bottom.gif) no-repeat top left;
}

.style2 div div {
	margin: 0;
	padding: 0;
	background: url(../../images/style2_h3_bottom.gif) no-repeat top left;
}

.style2 p {
	margin: 0px;
	padding:0px;
}

.style3 {
	font-size : 0.95em;
	text-align : left;
}

.style3 h3 { 
	margin: 10px 0 0 0;
	padding-right: 20px;
	padding-left: 30px;
	color: white;
	text-align:right;
	background:  #FA8E00 url(../../images/style2_top.gif) no-repeat top left;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
}

.style3 div {
	margin: 0;
	padding: 20px 10px 20px 20px;
	background: url(../../images/style2_h3_bottom.gif) no-repeat top left;
}

.style3 div div {
	margin: 0;
	padding: 0;
	background: none;
}

.style3 p {
	margin: 0px;
	padding:0px;
}

.sansstyle { 
	font-size : 1em;
	text-align : left;
}

/*** Fix Toolbox ***/

.innerconteneur * li div {
	display: inline;
}
