/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #ffffff;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #00000000;
	line-height: 20px;
	margin-top: 20;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
}

h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 11px;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}


img {
	border: 5px;
}


a{
	color: #669933;
	text-decoration : none;
}

a:hover{
	color: #99CC66;
	text-decoration : underline;
}

a:visited{
	color: #669933;
	text-decoration : none;
}





/* Page
-------------------------------------------------------- */
#page{
	background: #ffffff;
	color: inherit;
	width: 878px;
	margin: 0em auto;
	text-align: left;
}
 
/* haut
-------------------------------------------------------- */
#top{
	margin: 0;
	height: 171px;
	background: #ffffff;
}






/* Le contenu
-------------------------------------------------------- */

#contenu{
	width: 558px;
	text-align: justify;
}

#droite{
	width: 150px;
	text-align: right;
}




/* sidebar 
-------------------------------------------------------- */

#sidebar{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


#rubriques {
	padding: 8px;
	line-height: 30px;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #669933;
	font-size: 30px;
}


#rubriques a{
	color: #669933;
	text-decoration : none;
}

#rubriques a:visited{
	color: #669933;
	text-decoration : none;
}

#rubriques a:hover{
	color: #99CC66;
	text-decoration : none;
}





/* Footer
-------------------------------------------------------- */

#footer{
	
	height: 123px;
	background: #ffffff url(img/bas.jpg) no-repeat left top;
	margin: 0;
	padding-top: 20px;
	color: #000000;
	clear: both;
	text-align: center;
	text-decoration: none;
}

/* layout.css
-------------------------------------------------------- */

html{
	margin: 0;
	padding: 0;
	text-align: center;
}

#main{
	float: left;
	width: 535px;
	padding-left: 65px;
}

#content{
	margin: 0 0 0 17px;
	padding: 15px 0 0 0;
}

