@charset "utf-8";
/* CSS Document
    Document   : style
    Created on : 17 avr. 2009, 17:56:06
    Author     : Fabien RASSINIER
*/

root { 
  display: block;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 7pt;
	background: #333;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
  border: none;
} 
div {
	margin:0;
	padding:0;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #990000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a {
	font-size: 10px;
	color: #990000;
}
li {
	list-style:none;
}

#header {
	float: left;
	background: url(../images/2.jpg) repeat-x top left;
	width:100%;
	height:75px;
}
#imgGauche {
	position:absolute;
	background:url(../images/1.jpg) top left;
	width:22px;
	height:75px;
	left:0px;
}
#logo{
	position:absolute;
	width:235px;
	height:75px;
	left:150px;
}
#imgDroite{
	position:absolute;
	background:url(../images/3.jpg) top left;
	width:21px;
	height:75px;
	right:0px;
}
#content {
	float: left;
	width:100%;
}
#iContent {
	position:absolute;
	background:url(../images/i.jpg) top left repeat-x;
	top:75px;
	left:589px;
	right:0px;
	padding-top:10px;
	height:611px;
	
}
#menu {
	float:left;
	background: url(../images/4.jpg) top left;
	width: 589px;
	height:621px;
}
#menuCSS{
  width:500px;
	font-size:12px;
}
#hautTexteReferencement {
    float:left;
    margin-top:25px;
    margin-left:50px;
    background:url(../images/texteReferencement.png) top left;
    width:300px;
    height:10px;
}
#texteReferencement {
    float:left;
    width:280px;
    padding:10px;
    margin-left:50px;
    background-color: #FFFFFF;
}
#basTexteReferencement {
    float:left;
    margin-left:50px;
    background:url(../images/texteReferencement.png) bottom left;
    width:300px;
    height:10px;
}
#hautLinks{
    float:left;
    background:url(../images/menu.png) top left;
    margin-top:25px;
    margin-left:250px;
    width:200px;
    height:10px;
}
#links {
    float:left;
    margin-left: 250px;
    width:200px;
    background-color: #666666;
}
#basLinks{
    float:left;
    background:url(../images/menu.png) bottom left;
    margin-left:250px;
    width:200px;
    height:10px;
}
#links .red {
 	background-color:#990000;
  color:#FFFFFF;
  font-size:10px;
  margin-left:5px;
  margin-right:5px;
  text-align:center;
  font-weight:bold;
}
#links .white {
	background-color:#666666;
  color:#FFFFFF;
	padding-left:5px;
  text-align:left;
  font-weight:normal;
}
#links a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#links a:hover {
	text-decoration: none;
	color: #666666;
  background-color: #FFFFFF;
}
#links a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#footer {
	float: left;
	width:100%;
	height:100px;
	text-align:center;
	background: url(../images/6.jpg) repeat-x top left #666;
}
#rond{ 
	float:left;
	width:15px;
	height:100px;
	background: url(../images/5.jpg) top left;
}
#centerFooter {
  text-align:center;
  padding-top:10px;
}
#menuTab {
float:left;
padding-top:10px;
  margin-right:15px;
  height:90px;
}
#mentionsLegales {
text-align:left;
list-style:none;
padding-right:10px;	
color: #CCC;
}
#menuTab th {
color:#333333;
  padding-left:10px;
  padding-right:10px;
  border-left: 1px #333 dashed;
}
#menuTab td {
  text-align:left;
    padding-left:10px;
    padding-right:10px;
  color:#CCCCCC;
  border-left: 1px #333 dashed;
}
#menuTab a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#menuTab a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menuTab a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
}
#menuTab a:active {
	text-decoration: none;
	color: #FFFFFF;
}