@import url('menu-top.css');
html ,form
{
	margin: 0;
	padding: 0;
}
body
{
  padding:0px;
  margin:0px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.70em;
  font-style: normal;
  color: #000;
  text-align:left;
}

/* Global */
#global
{
  margin:0px auto;
  padding:0px;
  width:950px !important;
  width:954px;/* Bug IE */
  position:relative;
}

/* Header */
#header
{
	clear:both;
	float:left;
	width:950px;
    height:105px;
	background:#eee url(../images/all/header-fond.gif) left no-repeat;
	position:relative;
}

#header #accroche
{
	position:absolute;
	bottom:36px;
	right:14px;
	color:#fff;
}

#header #accroche a{color:#fff;}

/* Page  */
#page
{
	clear:both;
	float:left;
	width:950px;
	min-height:445px;
    height:auto !important;
    height:445px;
	background:#fff;
	position:relative;
	padding-top:10px;
}

/* Footer */
#footer,#tags
{
	clear:both;
	float:left;
	width:950px;
	min-height:30px;
    height:auto !important;
}
#footer
{
	height:30px;
    line-height:30px;
	background:#eee url(../images/all/footer-fond.gif) left no-repeat;
	text-align:center;
}
#tags
{
	margin-top:1em;
}
#tags h1
{
	font-size:0.9em;
	margin-bottom:0.3em;
	color:#777;
	border-bottom:1px solid #777;
}

#footer ul,#tags ul
{
	margin:0;
	padding:0;
}
#footer ul li,#tags ul li
{
	display:inline;
	margin-right:1em;
}
#footer ul li a,#tags ul li a
{
	color:#989696;
	text-decoration:none;
	background:url(../images/all/footer-puce.gif) left no-repeat;
	padding-left:1em;
}
#tags ul li a{font-size:0.8em;color:#aaa;}
#footer ul li a:hover
{
	color:#333;
}

/* Publicité  */
#pub_large
{
	position:absolute;
	top:115px;
	right:0px;
}
#pub_carre{position:absolute;}
#pub_carre img{border:0;}
#pub_large img{border:0;}

/* classes génériques */
/* -- Titres */
h1,h2,h3,h4,h5,h6
{
	font-size:1.5em;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin:0 0 8px 0;
	padding:0;
}
a
{
	color:#000;
}

/* -- Formulaire */
select,input,textarea{border:1px solid #444;font-size:10px;}
select{width:150px;}

/* -- Images */
.image_gauche{float:left;}
.image_droite{float:right;}

/* -- Couleur */
.rouge{color:#CC0000;}
.bleu{color:#99CCCC;}
.vert{color:#CCCC99;}
.noir{color:#000000;}
.blanc{color:#ffffff;}

/* -- Fond */
.fond_rouge{background:#FB0126;padding:0 2px;}
.fond_jaune{background:#FEFF04;padding:0 2px;}
.fond_bleu{background:#0700BF;padding:0 2px;}
.fond_blanc{background:#ffffff;padding:0 2px;}
.fond_beige{background:#F6F6A1;padding:0 2px;}
.fond_drs{background:#0700BF;color:#FEFF04;padding:0 2px;}

/* -- Mise en forme */
.nettoyeur{clear:both;}
.centrer{text-align:center}
.justifier{text-align:justify}
.gauche{float:left;}
.droite{float:right;}
.sans_bord{border:none;}
.gras{font-weight:bold}
.italique{font-style:italic}
.normal{font-style:normal}
.raye{text-decoration:line-through}
.cache{overflow:hidden}
.bordure{border:1px solid #000;}
.sans-bordure{border:none;}
.pasvu{display:none;}
