body {
	background-color: #ffffff;
	background-image: url('images/header-fond.png');
	background-repeat: repeat-x;
	margin: auto;
	color: #99FF66;
	font-family: tahoma;
	font-size: 10px;
}

a:link, a:visited, a:hover , a:active{
	font-family: tahoma;
	font-size: 10px;
	color: #99FF66;
	text-decoration: none;
}

select , textarea , input{
	color: #0001A8;
	background-color: #e7e7e7;
	font-family: tahoma;
	font-size: 10px;
}

table {
font-family: tahoma;
font-size: 10px;
}

.header {
margin: auto;
background: url('images/header.png');
height: 310px;
width: 1000px;
}

/*corps*/
.corps {
background: url('images/corps-fond.png') repeat-y;
margin: auto;
width: 1000px;
}

/*sous header*/
.sous-header-gauche {
background: url('images/sous-header-gauche.png');
height: 49px;
width: 55px;
}

.sous-header-droit {
background: url('images/sous-header-droit.png');
height: 49px;
width: 58px;
}

/*block gauche*/
.block-gauche {
width: 155px;
}

.block-gauche-haut {
background: url('images/block-gauche-haut.png') no-repeat;
height: 24px;
width: 155px;
}

.block-gauche-titre {
	text-align: center;
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 6px;
	color: #0001A8;
}

.block-gauche-milieu {
background: url('images/block-gauche-fond.png') repeat-y;
width: 155px;
}

.block-gauche-contenu {
margin-left: 7px;
margin-right: 14px;
}

.block-gauche-bas {
background: url('images/block-gauche-bas.png') no-repeat;
height: 7px;
width: 155px;
}

/*milieu*/
.milieu {
width: 578px;
}

.milieu-haut {
background: url('images/milieu-haut.png') no-repeat;
height: 30px;
width: 578px;
}

.milieu-titre {
	color: #0001A8;
	text-align: center;
	padding-left: 171px;
	padding-right: 166px;
	padding-top: 12px;
}

.milieu-milieu {
background: url('images/milieu-fond.png') repeat-y;
width: 578px;
}

.block-milieu-contenu {
margin-left: 5px;
margin-right: 5px;
}

.news-comm {
background: url('images/news-comm.png') no-repeat;
width: 578px;
height : 19px;
}

.news-comm-texte {
	color: #0001A8;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 2px;
}

.news-comm-texte a {
	color: #0001A8;
}

.milieu-bas {
background: url('images/milieu-bas.png') no-repeat;
height: 7px;
width: 578px;
}

.sous-comment a {
	color: #0001A8;
}

/*block droit*/
.block-droit {
width: 154px;
}

.block-droit-haut {
background: url('images/block-droit-haut.png') no-repeat;
height: 24px;
width: 154px;
}

.block-droit-titre {
	color: #0001A8;
	text-align: center;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 6px;
}

.block-droit-milieu {
background: url('images/block-droit-fond.png') repeat-y;
width: 154px;
}

.block-droit-contenu {
margin-left: 14px;
margin-right: 7px;
}

.block-droit-bas {
background: url('images/block-droit-bas.png') no-repeat;
height: 7px;
width: 154px;
}

/*footer*/
.footer {
margin: auto;
background: url('images/footer.png') no-repeat;
height: 184px;
width: 1000px;
}