@charset "iso-8859-1";

body{
	background-color:#3c3c3c;
	background-image:url(../Fond/theme/fond.jpg);
	background-repeat:repeat;
	color: #c7c7c7;
	font-size: 12px;
	font-family: Candara, Courier New, Courier, monospace;
	margin:0px;
}

#main{

	width:100%;
	height:830px;
	font-size:15px;
	margin-top:0px;
}

#menu{
	width:100%;
	height:70px;
	margin-top:0px;
	
}

#baniere{
	width:100%;
	height:314px;
	background-image:url(../Fond/theme/baniere.png);
	background-position:top;
	background-repeat:no-repeat;	
	margin-top:10px;
}

#interieur_baniere{
	position:absolute;
	text-align:justify;
	font-family:Calibri;
	font-size:14px;
	height:300px;
	width:100%;
	margin: 0 auto;
	margin-top: 17px;
	top: 378px;
}

#cadre{
	width:100%;
	height:400px;
	font-family:Calibri;
	font-size:12px;
	color:#666;
	position:absolute;
	margin-top: 0px;
}


#cadre_blanc{
	width:950px;
	height:auto;
	background-color:#FFF;
	position:relative;
}

#text{
	text-align:justify;
	font-family:Calibri;
	font-size:14px;
	color:#000;
	margin: 25px;
}

#text-top{
	text-align:left;
	font-family:Calibri;
	font-size:20px;
	color:#333;
	margin: 5px;
}


p:first-letter
{
	padding-left: 40px;
} 

h1 {
	color:#F90;
	font-size: 14px;
}

h2 {
	color:#C60;
	font-size: 14px;
}

html {
	height: 100%;
	overflow:scroll;
	}
	
#flashcontent {
		height: 90%;
	}

a:link {
	color:#333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#333;
}

a:hover {
	text-decoration: none;
	color:#39F;
}
a:active {
	text-decoration: none;
	color:#333;
