body{
	margin:0;
	/*background: url(img/fond2.jpg) no-repeat center fixed;*/
	/*-webkit-background-size: cover; /* pour Chrome et Safari */
	/*-moz-background-size: cover; /* pour Firefox */
	/*-o-background-size: cover; /* pour Opera */
	/*background-size: cover; /* version standardisée */
	background-color:#f1f1fb;
	font-family: Garamond, serif;
}

address{
	font-weight:bold;
	font-style:normal;
	
}

/* Arrière plan*/

/*
div#top{
	position: absolute;
	width: 100%;
	height: 600px;
	background: url(img/fond.png);
}
*/

/* Site*/

div#page{
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -460px;
	border-left: 20px solid #313186;
}

div#frame_left{
	float:left;
	width:550px;
	padding-right:20px;
	padding-left:20px;
}

div#frame_right{
	float:right;
    width:250px;
	border-left:1px solid black;
	padding-left: 20px;
	padding-right:10px;
}

img.logo{
	width:150px;
}

img#logo_grassiot{
	position:absolute;
	height:65px;
	top:10px;
	left:30px;
}

img.icone_accueil{
	vertical-align:middle;
}

img#fb{
	position:absolute;
	height:30px;
	right:10px;
	top:155px;
}

/* Titre*/

div#head{
	position: relative;
	background-image: url(img/titre.jpg);
	height: 150px;
	color: white;
}

/* Menu*/

div#menu{
	position: relative;
	background-color: #313186;
	height: 40px;
	/*text-transform:lowercase;*/
	font-size:20px;
}

#menu ul {
	position: relative;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	line-height:40px;
}
 
#menu li {
	display:inline-block;
	height: 40px;

	padding: 0 15px;
	
}

#menu a li {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#menu a:hover li{
	text-decoration: underline;
	background-color:#313170;
}
 
#menu li#on{
	background-color: #FFF;
	color: #313186;
	font-weight: bold;

}

ul#actu{
	margin-left:0;
	padding-left:0;
}

ul#actu li{
	padding:0;
	margin:0;
	list-style-type:none;
	padding-bottom:20px;
}


/* Contenu du site*/

div#contenu_homepage{
	position: relative;
	background-color: #FFF;
	padding: 10px;
	font-weight: normal;
	text-align: justify;
	line-height: 140%;
}

div#contenu{
	position: relative;
	background-color: #FFF;
	padding: 10px;
	padding-left:100px;
	padding-right:100px;
	font-weight: normal;
	text-align: justify;
	line-height: 140%;
}

/* Texte et titres*/

/*
p{
	text-align: justify;
}
*/

div.rubrique_accueil{
	padding-bottom: 20px;
}

div.retrait{
	margin-left:50px;
}

h1{
	color:black;
	background-image: url(img/entete.png);
	width: 375px;
}

h2{
	color: black;
	background-image: url(img/soustitres.png);
	width: 250px;
}

span.bleu{
	color:#313186;
	font-weight:bold;
}

a.savoirplus{
	color:grey;
	text-decoration:underline;
}

/* fin */

div#end{
	position: relative;
	clear:both;
}

div.clear{
	clear:both;
}

/* Pied de page*/

div#pied{
	position: relative;
	background-color: #313186;
	height: 40px;
	clear: both;
	color: white;
	font-size: 15px;
	text-align: center;
	line-height:40px;
}

div#pied a{
	color:white;

}

div#pied span{
	margin: 0 200px;
}







