*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#666666; font-size:9pt}
a:hover{text-decoration:underline; color:#c83603;}

body {
	width: 887px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#666666;
	background: #CF370E; 
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	float:left;
	width:900px;
	background:#ffffff url(images/fondcontenu.gif) repeat-y left top;
}

/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
	width:900px;
	height:250px;
	text-align:right;
	background:#ffffff url(images/header.gif) no-repeat left top; 
}



/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu {
	float:left;
	display:inline;
	width:177px;
	text-align:left;
	margin:0 0 0 20px;
}
#menu h2 {
	width:177px;
	height:35px;
	line-height:35px;
	font-size:10pt;
	margin:0;
	padding:0 0 0 10px;
	color:#ffffff;
	background: url(images/rubrique.gif) no-repeat left top;
}
#menu ul {
	margin:0 0 15px 0;
	width:162px;
	font-size:10pt;
	list-style:none;
}

#menu ul li {
	width:177px;
}

#menu ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 20px;
	width:177px;
	height:35px;
	line-height:35px;
	text-decoration:none;
	color:#0CC6DE;
	background: url(images/lien.gif) no-repeat left top;
}

#menu ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0 40px 0 225px;
	padding:10px;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}

#corps h1 {
	color:#0CC6DE;
	margin:0 0 10px;
	padding:0 5px;
	font: 14pt Tahoma,Verdana,sans-serif, Arial;
}
#corps p {
	color:#666666;
	text-indent:0px;
	margin:5px 5px 5px 5px;
}
#corps p a {
	color:#c83603;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#666666;
}

/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	clear:both;
	width:900px;
	height:98px;
	padding-top:40px;
	font-size:9px;
	text-align:center;
	color:#666666;
	background:#CF370E url(images/footer.gif) no-repeat left top;
}

p#footer a{
color:#c83603;
}


/*///////////////////////////////////  TABLEAU  //////////////////////////*/

table {
border-style:dotted;
border-collapse:collapse;
width:600px;
}
td { 
border-style:dotted; 
border-width:1px; 
border-color:#cccccc;
padding:5px;
text-align:center;
}
