/* CSS Document */

body {
 background: url(../skins/fond.gif) center repeat-y;
 margin: 0;
 font: 11px Arial, Helvetica, sans-serif;
}

#back {
	background: url(../skins/fd_top.gif) top center no-repeat;
	padding-top: 82px;
}

#menu {
	width: 770px;
	height: 107px;
	margin: auto;
	margin-bottom: 4px;
}

#page {	
	width: 770px;
	margin: auto;
}

#skyscraper {
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: 385px;
}


/* Definition d'éléments par défaut */
h1, h2, h3, h4, p, form, ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

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

a.souligne {
	text-decoration: underline;
}

a.tous {
	float: right;
	display: inline;
	position: relative;
	font-size: 10px;
}

.rouge {
	color: #e70000;
}

.jaune {
	color: #ffed54;
}

.gras {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.spacer {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

.dotted {
	padding-bottom: 1px;
	background: url(../img/dot.gif) repeat-x bottom left;
}

.hr {
	margin: 5px 0;
	height: 2px;
	background: url("../img/ligne.gif") repeat-x;
	font-size: 0;
}


img.png {
	border: none;
	behavior: url("css/png.htc");
}


/*-------------------- CONTENU --------------------*/

#contenu {
	background: #fff url(../img/fd_footer.gif) no-repeat;
	float: left; /* Permet de corriger un bug qui fait que l'image de fond ne s'affiche pas sur certaines pages :0\ */
	display: inline;
	position: relative;
}

#contenu .flash{
	margin-bottom: 10px;
}


/* LA COLONE DE GAUCHE */

#contenu #colGauche {
	width: 425px;
	margin: 10px 14px 10px 15px;
	float: left;
	display: inline;
	position: relative;
}

#contenu #colGauche h1 {
	margin-bottom: 12px;
}

#contenu #colGauche h1.titre {
	margin-bottom: 2px;
}

#contenu #colGauche .demiBloc {
	width: 212px;
	float: left;
	display: inline;
	position: relative;
}


/* LA COLONE DE DROITE */

#contenu #colDroite {
	width: 300px;
	margin: 10px 15px 10px 0;
	float: left;
	display: inline;
	position: relative;
}

#contenu #colDroite .pub {
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
}

#contenu .arrondi {
	overflow: hidden; /* necessaire pour IE */
	background: #F6F6F6 url(../img/fd_stars.gif)
}

#contenu .deux {
	margin: 0 3px;
	height: 1px;
}

#contenu .trois{
	margin: 0 2px;
	height: 2px;
}

#contenu .contenu {
	background: #F6F6F6 url(../img/fd_stars.gif);
}