/* CSS Document */


/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}
a:active {
	color: #333333;
}

.bg-haut-cadre{
background-image:url(images/haut-cadre-blc.png);
background-position:center;
background-position:top;
background-repeat:no-repeat;
}

.bg-bas-cadre{
background-image: url(images/bas-cadre-blc.png);
background-position:center;
background-position:bottom;
background-repeat:no-repeat;
}


.bg{
background-image:url(images/haut-bg.png);
background-repeat:no-repeat;
background-position:top;
}


.bg-footer{
background-image: url(images/foot.jpg);
background-repeat: no-repeat;
}

#content {
	position: relative;
	left:0px;
	top:-90px;
	width:1000px;
	height:650px;
	z-index:1;
}

.textecourant{
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}

.sous-titre{
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
color:#357812;
font-weight: lighter;
}

.titre{
font-size: 24px;
font-family:Arial, Helvetica, sans-serif;
color:#357812;
font-weight:;
}

.gras{
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color:#357812;
font-weight:bold;
}
