/* CSS Document */

body {
	background-color: #707173;
	margin: 0px; 
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

form{
	background-color:#FFFFFF;
	border:4px solid #BFE2E6;
	color:#000000;
	padding:10px;
}

h1{
 color:#BFE2E6;
}


.header1 {
	
	height:15px;
}

.header1 a{
	color:#FFFFFF;
	text-decoration:none;
}

.header1 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


.conteneur {
	width:1150px;
	margin:0 auto;
	position:relative;
}

.gauche {
	position: absolute;
	left:0;
	width: 275px;
	height:300px;
	background-image:url(img/fond-gauche.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.centre {
	display: block;
	margin-left: 279px;
	height:300px;
	padding-right:175px;
	padding-top:2px;
}

.centre2 {
	display: block;
	margin-left: 279px;
	margin-top: 100px;
	height:300px;
	padding-right:175px;
	padding-top:2px;
}

.pied {
	background-color:#bfe2e6;
	color:#000000;
	width:100%;
}
.centre a:link,{
	color: #BFE2E7;
	text-decoration: none;
}
.centre a:visited,{
	color: #BFE2E7;
	text-decoration: none;
}
.centre a:hover,{
	color: #BFE2E7;
	text-decoration: underline;
}
.centre a:active,{
	color: #BFE2E7;
	text-decoration: none;
}
.centre a{
color: #BFE2E7;
	font-weight: bold;
}

.text_center{
text-align: center;
color: #BFE2E7;
font-weight: bold;
}
.spacing_20px{
display: block;
margin-top: 30px;
width: 10px;
height: 20px;
}