/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body{
	padding:10 0 0 0px;
	margin:0;
}

ul{
	margin:0 0 0 0px;
	padding:0;
}

li{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}

.line{
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
}

#fond_gauche{
	width:284px;
	background-image:url(images/fond_gauche.jpg);
	background-repeat:no-repeat;
}

#content{
	background-image:url(images/fond_central.gif);
	background-repeat:no-repeat;
}

#site{
	position:relative;
}

#flash{
	position:absolute;
	top:5px;
	left:290px;
}

#header1{
	background-image:url(images/header1.jpg);
	width:284px;
	background-repeat:no-repeat;
}

/*Couleur*/
.gris{
	color:#626262;
}

.rouge{
	color:#d02322;
}

.jaune{
	color:#fcc218;
}

.orange{
	color:#fca518;
}	

/*Size*/
.dix{
	font-size:10px;
}

.treize{
	font-size:13px;
}

.bold{
	font-weight:bold;
}

li.jaune{
	list-style-type:none;
	background-image:url(images/puce_jaune.gif);
	background-repeat:no-repeat;
	background-position:0% 25%;
	padding-left:15px;
	padding-bottom:5px;
	color:#626262;
}

