@charset "utf-8";
/* CSS Document */

/****************/
/* Balises site */
/****************/

body
{
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#804040;
	/*background-color:#630037*/
	overflow:auto;
	z-index:1;
	width:1021px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	font-style:normal;
}

/***************/
/*  Conteneur */
/**************/

#conteneur
{
	width:1021px;
	margin:0px;
	overflow:hidden;
	position:relative;
}


/***********/
/*  Entte */
/***********/

#entete
{
	background-image:url("../images/site/titrenouveau.png");
	background-repeat:no-repeat;
	height:190px;
	width:1001px;
	line-height:16px;
	margin-left:1px;
	position:relative;
}
#entete a
{
	font-family: BlackChancery,"Monotype Carsiva";
	color:#990000;
	border-color:#990000;
	text-decoration:none;
	font-size:18px;
}


#entete table a:hover
{
	font-style:italic;
	font-weight:normal;
	padding-left:10px;
	text-decoration:underline;
}

#entete .logo
{
	border:0px;
	float:left;
	margin:20px 0px 20px 20px;
	float:left;	
	position:relative;
}

#entete .flag
{
	border:0px;
	float:left;
	margin-top:20px;
	position:relative;
}

#entete table
{
	border:0px;
	margin-top:10px;
	margin-left:180px;
	z-index:1;
}

#entete table td
{
	width:250px;
	height:27px;
}

#entete table td.td1{ padding-left:60px;}
#entete table td.td2{ padding-left:40px;}
#entete table td.td3{ padding-left:20px;}
#entete table td.td4{ padding-left:0px;}

#entete div
{
	position:absolute;
	left:470px; 
	top:4px; 
	width:160px; 
	height:120px;
	z-index:3;
}

#entete div.galerie
{
	width:auto;
	height:120px;
	overflow:hidden;
	border:1px solid #990000;
}


#entete div img
{
	border:0px solid #990000;
	vertical-align:middle;	
	display:none;
}

#entete div a:hover
{
	padding:0px;
}


/********/
/* Corps*/
/********/

#corps
{
	background-image:url(../images/site/fondcadre.jpg);
	background-repeat:repeat-y;		
	_background-attachment:fixed;
	height:420px;
	border:1px solid #990000;
	border-top:none;
	padding-top:10px;
	overflow:auto;
	position:relative;
	clear:both;
	width:998px;
}

#corps h1
{
	font-size:large;
	display:inline;
	color:#900;
	background-image:url(../images/site/back.png);
	background-repeat:repeat;
	padding: 0px 0px 0px 0px;
	margin:5px;
	margin-left:0px;
	border:1px solid #990000;
	-moz-border-radius: 0px 15px 15px 0px;
}

#corps h1 marquee
{
	width:580px;
	padding-left:5px;
	z-index:2;
	
}

#corps img
{
	border:2px solid #CC9933;	
	/*border:2px solid #FFA300;*/
	margin:0px;
}

#corps .cadre_photo_texte_droite img
{
	float:left;
}


#corps ul
{
	margin:0px;
	text-align:left;
}

#corps li
{
	text-align:left;
	margin-left:20px;
}

#corps a:link 
{
	color:#996600;
	text-decoration:underline;
}

#corps a:visited
{
	color:#996600;
	text-decoration:underline;
}
#corps a:hover
{
	color:#996600;
	text-decoration:underline;
	font-size:larger;
}
#corps  a:active
{
	color:#996600;
	text-decoration:underline;
}

#corps table
{
	color:#990000;
}

#map
{
	width:426px;
	height:425px;
}

#corps > a > div:hover
{
	border:5px double #C93;
	cursor: pointer;	
	
}

/****************/
/* Pied de page */
/****************/

#pied_de_page
{
	height:30px;
	background-color:#f5eccb;
	border:1px solid #990000;
	text-align:center;	
	color:#990000;
	margin:auto;
	width:800px;
	position:relative;
	-moz-border-radius: 0px 0px 15px 15px;
}

#pied_de_page a:link 
{
	color:#996600;
	text-decoration:underline;
}

#pied_de_page a:visited
{
	color:#996600;
	text-decoration:underline;
}
#pied_de_page a:hover
{
	color:#996600;
	text-decoration:underline;
	font-size:larger;
}
#pied_de_page  a:active
{
	color:#996600;
	text-decoration:underline;
}

