@charset "utf-8";
/* CSS Document */
.png{ behavior: url(iepngfix.htc); }
body{
	background:url(../images/background_repeat.jpg) repeat-y;
	margin:0;
	padding:0;
	width:955px;
	min-height:600px;
	font-size: 11px;	font-weight:normal;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #ffffff;
}
.body-content-partenaires{
	background:url(../images/partenaires.jpg) no-repeat;
	margin:0;
	padding:0;
	width:955px;
	min-height:600px;
}
.body-content-contact{
	background:url(../images/contacts.jpg) no-repeat;
	margin:0;
	padding:0;
	width:955px;
	min-height:600px;
}
.body-content-apropos{
	background:url(../images/apropos.jpg) no-repeat;
	margin:0;
	padding:0;
	width:955px;
	min-height:600px;
}
.body-content-dossier{
	background:url(../images/dossier.jpg) no-repeat;
	margin:0;
	padding:0;
	width:955px;
	min-height:600px;
}
.center-content{
	position:absolute;
	left:69px;
	top:90px;
	width:760px;
}
.orange-content{
	min-height:320px;
	background-color:#ea7213;
}
.orange-footer{}

.partenaires p, .apropos p, .contact p, .dossier p{
	margin: 10px 15px 0 15px;
}

.partenaires p a, .apropos p a, .contact p a, .dossier p a{
	font-weight:bold;
	font-size: 11px;	font-weight:bold;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #ffffff;
	text-decoration:none;
}

.partenaires p a:hover, .apropos p a:hover, .contact p a:hover, .dossier p a:hover{
	text-decoration:underline;
}