/* CSS Document */
/*-------------------------------- © Adeline Bouilloux - 2007 --------------------------------*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}


/* body ----------------------------------------------------*/
body{
	background-color:#d0c3b9;
	border: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height:150%;
}
img a{
	display: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial,Helvetica,sans-serif;
}
h1{font-size: 18px; color:#811788;}
h2{font-size: 14px; color:#1464a9; margin-top:40px;}
h3{font-size: 12px;}
/*ensemble de la page-----------------------------------------------------*/
#page{	
	position: relative;
	background-color: #fff;
	width: 100%;
}
/* bandeau du haut --------------------------------------*/
#top{
	display: none;
}
/* zone supportant main + sidebar -------------------------------*/
#container{
	width:100%;
	color:#666666;
}
/* bandeau gauche supportant la navigation verticale-------------------*/
#sidebar{
display: none;
}
.menu h1{
	display: none;
}
.menu{
	display: none;
}
/*--------------------menu2-----------------------------------*/

.menu2{
display: none;
}

/* Zone supportant les contenus --------------------------------*/
#main{
	color:#666666;
	width:100%;
}
/* zone print et retour page accueil-----------------------------*/
#print{
	display: none;
}

/* zone de contenu-------------------------------------------------*/
#content{
	background-color: #fff;
	color:#666666;
	text-align : justify;
	width:100%;
}
/* pied de page--------------------------------------------------*/
#footer{
display: none;
}

