/* CSS Document */
body {
font-family:tahoma;
font-size:12px;
color:#333333;
margin:0;
padding:0;
}
	  
#main{
	width:60%;
}


/* Menu du site*/
#menu{
	padding:5px 0 0 0;
	text-align:left;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #80b104;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }

#navlist li a:hover
{
color: #000;
background: #b4c488;
border-color: #227;
}

#navlist li a#current
{
background: #b4c488;
border-bottom: 1px solid #80b104;
}

.intitule{
	font-weight:bold;
	text-align:right;
}

/*Liste avec image arrow pour la page partenaire*/
.listetriangle li{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(images/arrow.gif);
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
	margin-left:20px;
}


/*Style des liens, paragraphes et message d'erreur*/
h1 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
	border-bottom : 1px solid #e5e5e5;
}

p{text-align:justify;}

.MsgErreur{color:red; font-weight:bold;}


/*coloration des liens*/
a:link{color:#519d1a; text-decoration:underline;}
a:visited{color:#519d1a; text-decoration:underline;}
a:hover{color:#77bd44; text-decoration:none;}


/* présentation du fond de la page (nuages, dégradé, herbe) */
#website_main{
	position:absolute;
	z-index:4;
	width:100%;
	height:100%;
}

#website_background{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
}

#website_back_top{
	background:url(images/boucle_sky.jpg) repeat-x;
	height:250px;
}

#website_back_main{
	background:url(images/boucle_gradient.jpg) repeat-x top; 
	vertical-align:top;
	height:64px;
}

#website_back_bot{
	position:absolute;
	z-index:1;
	bottom:0px;
	background:url(images/boucle_vallons.jpg) repeat-x bottom #e2efff;
	width:100%;
	height:100%;
}
