body{
	/*background: url('../images/design/lin.jpg') fixed;*/
	font-size:16px;
	font-family: 'Lato', sans-serif;
	/*
	color:white;
	background-color:#333333;
	*/
	color:Grey;
	background-color:white;
}

div#entrer
{
	position:absolute;
	/*background-color:#00FF00;*/
	width: 362px ;
	height: 210px ;
	top:50%;
	left:50%;
	
	margin-top:-105px;
	margin-left:-181px;
}

div#cadre_page_supp_droite{
	/*background: url('../images/design/cadre_page/header_shadow_right.png') right top no-repeat;*/
	width:990px;
	margin: 3px auto 0 auto;
}

div#cadre_page_bas_droite{
	width:990px;
	margin: 0 auto 0 auto;
	/*background: url('../images/design/cadre_page/footer_shadow_right.png') right bottom no-repeat;*/
}

div#cadre_page_content_droite{
	width:990px;
	margin:0 auto 0 auto;
	/*background: url('../images/design/cadre_page/shadow_right.png') right repeat-y;*/
}

div#cadre_page_content_gauche{
	/*background: url('../images/design/cadre_page/shadow_left.png') left repeat-y;*/
	padding-left:10px;
}

div#cadre_page_haut{
	width:970px;
	/*background: url('../images/design/cadre_page/header_shadow.png') left top no-repeat;*/
	padding-left:10px;
	padding-top:8px;
}

div#cadre_page_bas{
	width:970px;
	/*background: url('../images/design/cadre_page/footer_shadow.png') left bottom  no-repeat;*/
	padding-left:10px;
	padding-top:10px;
}

div#header{
	/*background: white url('../images/design/page-gradient.png') right repeat-y;*/
	position:relative;
}

div#wrap,div#footer{
	width:970px;
	margin:0 0 0 0;
	/*background: white url('../images/design/page-gradient.png') right repeat-y;*/
}

div#wrap{
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	/*border-top:1px solid #d0d0d0;*/
}

div#header #header_image{
	background: url('../images/design/header.jpg') center no-repeat;
	height:110px;
}

div#menu_principal{
	width:920px;
	height:60px;
	margin:0 auto 0 auto;
	right:30px;
}

div#menu_cadre_gauche{
	height:60px;
	width:909px;
	float:left;
	/*background:  url('../images/design/cadre_menu/gauche.png') no-repeat;*/
	position:relative;
}

div#menu_cadre_droite{
	height:80px;
	width:11px;
	margin-top:-10px;
	float:right;
	position:relative;
	/*background:  url('../images/design/cadre_menu/droite.png') center no-repeat;*/
}

div#menu_container{
	margin-top:11px;
	margin-left:11px;
}

div#footer{
	padding-top:9px;
	padding-bottom:9px;
	/*border-top:1px solid #d0d0d0;*/
	text-align:center;
	overflow: hidden;
}

#footer{width:955px;margin:10px auto;color:#858585;font:Arial,Helvetica,sans-serif;font-size:11px;}
#footer #footer_copyright{float:left;padding:5px 0 0 4px;font-size:11px;text-align:left;}
#footer #footer_links{float:right;text-align:right;padding:5px 4px 0 0;font-size:11px;}
#footer #footer_links a,#footer #footer_links a:link,#footer #footer_links a:active{text-decoration:none;color:#858585;font-size:11px;}
#footer #footer_links a:hover{text-decoration:underline;color:#67A227;}
#footer a:focus{outline:expression(hideFocus='true');outline:none;user-select:none;-moz-user-select:none;-khtml-user-select:none;}

div#header_title{
	padding:5px;
}

.corps{
	color:blue;
	text-indent:0.5cm;
	text-align:justified;
}

p{
	margin:0px;
	/*color:blue;*/
}

.nom_page{
	color:green;
	margin-left:40px;
}

.titre{
	color:#374697;
	font-size:30px;
	margin-top:5px;
	margin-left:10px;
}

h1{
	margin-top:0;
	text-decoration: none;
	text-align:center;
	font-size:25px;
}

div#corps{
	margin-top: 165px;
	margin-left:55px;
	margin-right:10px;
}

a.vide{
	cursor:  default ;
}

img {
  vertical-align:top;
  border:0px solid #b0b0b0;
}

h2{
	text-decoration: underline;
	text-align:justified;
	font-size:20px;
	font-weight:bold;
}

a{
	text-decoration:none;
	color:grey;
}

a:hover{
	text-decoration : underline;
	color:Black;
}

.LibNumPage{
	color:grey;
}

.TitreEdition,.TitreNews{
	text-decoration:underline;
	font-style:italic;
}


div.droite{
	float: right;
    width: 200px;
    margin-left: 10px;
    /*background: burlywood;*/
	margin: 10px;
	text-align:center;

}

div.gauche{
	float: left;
    width: 200px;
    margin-right: 10px;
   /* background: lightblue;*/
	margin: 10px;
	text-align:center;

}

div.centre{
	overflow: hidden;
	/*margin-top:10px;*/
	text-align:center;
	/*background: red;*/
}

div#photoflot img{
	border:0px solid #000000;
	margin-right:40px;
	margin-left:0px;
	margin-bottom:40px;
	padding:0px;
	
	float:left;
	
	/* FireFox */
	background: -moz-radial-gradient(center, rgb(255, 255, 255) 0%, rgb(211, 211, 211) 100%);
	-moz-border-radius: 15px;
	-moz-box-shadow: 8px 8px 12px #666;
	
	/* Safari et GoogleChrome */
	background: -webkit-radial-gradient(center, rgb(255, 255, 255) 0%, rgb(211, 211, 211) 100%);
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 8px 8px 12px #666; /* indique le décalage horizontal vers la droite - décalage vertical vers le bas - force du dégradé  - couleur */
	
	/*border-radius: 15px;*/
	box-shadow: 8px 8px 12px #666;
	
	}

p.TitreContact{
	font-size:16px;
	text-decoration:underline;
	
}
	
td.Titre_Galerie{
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

div#NomSite{
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
}

