@charset "iso-8859-1";
/* Auteurs : Yvan MADEC */
/* Date de création : 25 Fevrier 2010 */

body
{
	position:relative;
	margin-left:auto; 
	margin-right:auto; 
	font-family:verdana;
	width:800px;
	background-image:url(images/bckgnd_2.jpg);
}
#header
{
	position:relative;	
	width:800px;
	height:200px;
	padding:0px;
	
	border:4px solid #000000;
}
#menu
{
	position:relative;	
	width:800px;
	height:27px;
	padding:0px;
}
#page
{
	position:relative;	
	width:776px;
	/*height:100%;*/
	padding:12px;
	background-image:url(images/fond_jaune.png);
	background-position: center;
	background-size: contain;
	border:4px solid #000000;
	font-family:Verdana;
	font-weight:bold;
	text-align:justify;
}
#flash
{
	position:relative;	
	width:768px;
	height:40px;
	padding:0px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:tall;
	background-color:#FF0000;
	border:2px solid #000000;
}
#test_image
{
	background-image:url(images/fond_image_1.png);
}

div.tableau
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:100%;
	text-align:center;
	border: #000000 2px solid;
}

div.centrer
{
	text-align:center;
}

div.drapeau_fr
{
	position:absolute;
	top:100px;
	left:40px;
	visibility:show;
}

div.drapeau_en
{
	position:absolute;
	top:100px;
	left:85px;
	visibility:show;
}

a img 
{
	border: none;
}

img.curiosites
{
	float:left;
	margin-right:5px;
	width:105px;
	height:105px;
	vertical-align:middle;
	border:1px;
	border-color:black;
}
img.greenhosting
{
	float:left;
	margin-right:5px;
}
div.souligner
{
	text-decoration:underline;
}
