body {
	margin : 0;
	/*font: 0.75em Tahoma, sans-serif,verdana;*/
	color: #575757;
	padding: 0;
	font-size: 0.75em;
	font-family: Tahoma, sans-serif,verdana;
	background-color: White;
}
#container{
	width: 800px;}
#logo{
float:left;
background-image:url(images/grandlogo.gif);
width:274px;
height:213px;
background-color: #666666;
}
#topheader{
float:right;
width:526px;
height:97px;
background-color:#F0F0F0;
position:relative
}
#toplinks{
position:absolute;
right:10px;
top:10px;
}
#menu{
	width:526px;
	height:32px;
	background-image:url(images/bg_menu.gif);
	background-repeat:repeat-x;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	float: left;
	background-color: #666666;
}
#navlist{
	text-align: right;
	float: right;
	padding-top: 8px;
 }
#submenu{
float:right;
width:526px;
height:32px;
background-image:url(images/bg_submenu.gif);
background-position:top;
background-repeat:repeat-x;
}
#submenucontent{
text-align:right;
padding: 9px 9px 9px 0;

}
#data{
float:right;
width:526px;
height:42px;
 text-align: right;
}
#supportingText{
	clear: both;
}
#leftpanel{
width:270px;
 float: left;
}
#textcontent{
padding: 10px 2px 10px 2px;
text-align: justify;
 float: right;
 width: 506px;
}
#footer{
width:800px;
background-color: #8C8B8B;
 background: url(images/bg-footer.jpg) repeat-x;

}
/*#footer{
width:707px;
background-color:#F0F0F0;
 background: url(images/footer.jpg) no-repeat center;
 height: 62px;
 clear: both;
}*/
#footWrap{width:100%; margin:0px; padding:0; float:left; clear: both; height: 300px; background:url(images/bg-footer.jpg) repeat-x}
#footerbox
	{
		width:215px;
		height:180px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/footerbox.png);
		background-repeat:no-repeat;
		text-align:left;
	}
#footerbox a, #footermid a, #footerlast a{
	color: #FFF;
	text-decoration: none;
}
#footerbox a: hover, #footermid a: hover, #footerlast a: hover{
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}
#footerbox a.box, #footermid a.box, #footerlast a.box{
	color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#footerbox h3, #footermid h3,#footerlast h3{
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px
}
#footerbox ul li,#footermid ul li,#footerlast ul li{
	list-style: none;
}
#footermid
	{
		width:215px;
		height:180px;
		float:left;
		margin:0px 20px 0 20px;
		padding:0px;
		background-image:url(images/footerbox.png);
		background-repeat:no-repeat;
		text-align:left;
	}
#footerlast
	{
		width:215px;
		height:180px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/footerbox.png);
		background-repeat:no-repeat;
		text-align:left;
	}
	#footerbutton
	{
		width:85px;
		height:180px;
		float:left;
		margin:0px 0px 0 20px;
		padding:0px;
		text-align:left;
	}
		#copyright
	{

		width:800px;
		margin:2px auto;
		text-align:center;
	}
/*TEXT STYLES*/

h1 {
	font-size: 1.6em;
	font-family: Tahoma, sans-serif,verdana;
	font-weight:bold;
	color:#CC0000;
	padding: 3px;
	margin-left: 10px;
}
h2 {
	font-size: 1.4em;
	font-family: Tahoma, sans-serif,verdana;
	font-weight:bold;
	color:#CC0000;
	margin-left: 10px;
	padding: 3px;
}
h3 {
	font-size: 1.2em;
	font-family: Tahoma, sans-serif,verdana;
	font-weight:bold;
	color:#999;
}
p {
	color: #575757;
}
.whitetitle {
	font-family: Tahoma,sans-serif,verdana;
	font-size:36px;
	font-weight:bold;
	color:#FFF;
}
.smallgraytext {
	font-size: 11px;
	font-weight:bold;
	color:#999;
}
.redtext{
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext {
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}

/* LISTE NAVIGATION*/
 #navlist ul {
	display: inline; padding: 0; margin: 0;
}
 #navlist li {
 	list-style-type: none;
	display: inline;
	padding: 2px;
	margin-left: 3px;
}
/* LIENS*/

 #navlist li a {
	font-size: 1em;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}
 #navlist li a:hover{
	text-decoration: underline;
}
 #submenu a, #toplinks a{
	font-size: 0.95em;
	font-weight:bold;
	color: #999;
	text-decoration: none;
}

.smallgraytext a{
	font-family: Tahoma,sans-serif;
	/*font-size: 11px;*/
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
	color:#999999;
}
a{
	font-size: 0.9em;
	font-family: Tahoma, sans-serif,verdana;
	font-weight:bold;
	color:#999999;
}

a:hover{
	color:#CC0000;
}
a.lowtext{
	text-transform: lowercase;
}

a.surline{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
a.surline:hover{
	border-bottom-style: none;
}
.smallredtext a{
	font-family: Tahoma,sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}

.smallredtext a:hover{
	text-decoration:underline;
}
/*Classes image entourée*/
.img
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
.up
{
	vertical-align: middle;
	margin-right: 0.7em;
	border: none;
}

/*DIVERS*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
	text-align: justify;
	}
.graypanel ul{
	line-height: 1.5em;
}
.graypanel li{
	list-style-image: url(images/flechepuce.png);
	list-style-position: outside;
	display: list-item;
	white-space: normal;
}
legend{
	font-size: 1.2em;
	font-family: Tahoma, sans-serif,verdana;
	font-weight:bold;
	color:#CC0000;
}
acronym{
	cursor: help;
	text-decoration: none;
	border-bottom-style: none;
}
fieldset.submit
{
	margin-top: 1.5em;
	text-align: center;
}

.submit input
{
	width: 20em;
	border: 2px solid #A9A9A9;
	border-top-color: #D3D3D3;
	border-left-color: #A7A7A7;
	padding: 0.25em;
	background-color: #D93333;
	color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;
}
.submit input:hover {
background-color:white;
color:red;
}
.resume
	{
	background-color: #F4DDDF;
	border: 1px solid #CC0000;
	width: 350px;
	margin: 5px;
	padding: 2px;
	color: #333333;
	}