/* Générique */
body
{
  padding:0px;
  margin:0px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  color: #000;
  background:#FFF;
}

a{text-decoration:none;color:#000;}
a:hover{text-decoration:underline;}

#global
{
  margin:0px auto;
  padding:0px;
  width:950px !important;
  width:954px;/* Bug IE */
  position:relative;
}
#header
{
  width:100%;
  height:125px;
  background:url(../images/graphisme/generique/header_fond.jpg) no-repeat top;
  position:absolute;
  top:0;
  left:0;
}
#header #logo
{
  position:absolute;
  top:0px;
  left:0px;
}
#header ul#menu_ht_header
{
  position:absolute;
  top:2px;
  right:4px;
  font-weight: bold;
  padding:0px;
  margin:0px;
}
#header ul#menu_header
{
  position:absolute;
  bottom:5px !important;
  bottom:4px;
  left:4px;
  padding:0px;
  margin:0px;
}
#header a{color:#000;}
#header li
{
   float:left;
   display:inline;
   margin:0px;
   padding: 0px 5px 0px 0px;
}
#header img{border:0px;}
#header li.sans_fond{background:none;}
#header li.sans_fond a{color:#CC0000;}

#contenu
{
  width:950px;
  min-height:500px;
  height:auto !important;
  height:500px;
  margin-top:125px;
  margin-bottom:10px;
  float:left;
  position:relative;
}

/* Menu */
#contenu #menu
{
   width:130px;
   min-height:600px;
   height:auto !important;
   height:600px;
   float:left;
   margin-left:-810px;
}

#contenu #menu ul
{
	width:130px;
	margin:0px;
	padding:0px;
	list-style:none;
	min-height:200px;
    height:auto !important;
    height:200px;
    background:#CCCCE3 url(../images/graphisme/generique/menu_fond.jpg) repeat-x bottom;
    padding-bottom:188px;
}

#contenu #menu li
{
	height:16px;
	line-height:16px;
	padding:0px;	
	margin:0px;
	list-style:none;
}

#contenu #menu li a
{
	height:16px;
	padding-left:5px;
	display:block;
	font-weight:bold;
	color:#333;
}
#contenu #menu li a:hover,
#contenu #menu li a.selected
{
	background:#69699B url(../images/graphisme/generique/menu_puce_marque.gif) no-repeat right;
	text-decoration:none;
	color:#fff;
}
#contenu #menu li.modele,
#contenu #menu li.modele a
{
	font-weight:normal;
	height:14px;
	line-height:14px;
	padding-left:5px;
}
#contenu #menu li.modele a:hover,
#contenu #menu li.modele a.selected
{
	background:#D94343 url(../images/graphisme/generique/menu_puce_modele.gif) no-repeat right;
	text-decoration:none;
	color:#fff;

}
#contenu #menu li.type,
#contenu #menu li.type a
{
	font-style:italic;
	height:14px;
	line-height:14px;
	padding-left:7px;
}
#contenu #menu li.type a:hover
{
	background:none;
	color:#000;
	text-decoration:underline;
}

#contenu #menu li.titre_menu
{
	height:20px;
	line-height:20px;
	padding-left:5px;
	margin:0px;
	list-style:none;
	background:url(../images/graphisme/generique/menu_fond_titre.gif);
	font-weight:bold;
	color:#fff;
}

/* Page */
#contenu #page
{
	width:660px;
	min-height:400px;
    height:auto !important;
    height:400px;
	display:inline;
	float:left;
	margin-left:150px;
	position:relative;
}

/* Pub */
#pub_120
{
	width:120px;
	min-height:400px;
    height:auto !important;
    height:400px;
	float:right;
	padding:0px;
	margin:0px;
}
#pub_120 img
{
    display:block; 
    padding:0px;
    margin:0px;
	border:none;
}
#footer
{
    display:inline;/* Bug IE */
	float:left;
	font-weight:bold;
	width:950px;
	height:18px;
	line-height:18px;
	color:#fff;
	text-align:center;
	padding:0px;
	margin:0px;
	background:url(../images/graphisme/generique/footer_fond.gif);
}
#footer span{margin:0px 4px;}
#footer span.gauche img
{
    display:inline;/* Bug IE */
	float:left;
	margin-top:2px;
}
#footer a{color:#fff;}

#footer img
{
	border:none;
}

/* classes génériques */
h1
{
   font-size:14px;
   font-weight:bold;
   margin:0;
   padding:0;
}

.rouge{color:#CC0000;}
.bleu{color:#99CCCC;}
.vert{color:#CCCC99;}
.noir{color:#000000;}
.gras{font-weight:bold}
.italique{font-style:italic}
.normal{font-style:normal}
.raye{text-decoration:line-through}
.cache{overflow:hidden}
.sans_fond{background:none}
.fond_rouge{background:#FA4D52}
.centrer{text-align:center}
.gauche{float:left;}
.droite{float:right;}
.relative{position:relative;}
.sans_bord{border:none;}
.bordure{border:1px solid #000;}
.pasvu{display:none;}
