@charset "utf-8";
/* CSS Document */

#page-presentation {
	width: 919px;					/*pour s'adapter a toutes les tailles d'écran, la + petite étant du 760 pixels*/
	height: 602px;
	background-image: url(../images/fond-presentation.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
h1{
	position: absolute;
	left: 297px;
	top: 8px;
	width: 279px;
	height:76px;
	text-align: left;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
h2{
	padding-top: 10px;
}
h2 a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #cb0233;
}
h2 a:hover{
	color: #000;
}
h3 {
	font-size: 12px;
	color: #000;
	text-align: justify;
	font-weight: bold;
}
#contenu-texte-gauche {
	position: absolute;
	left: 58px;
	top: 310px;
	width: 246px;
	height:235px;
	text-align: left;
	overflow: auto;
	padding-right: 15px;
}
#contenu-texte-milieu {
	position: absolute;
	left: 353px;
	top: 310px;
	width: 237px;
	height:235px;
	text-align: left;
	overflow: auto;
	padding-right: 15px;
}
#contenu-texte-droit {
	position: absolute;
	left: 638px;
	top: 310px;
	width: 228px;
	height:235px;
	text-align: left;
	overflow: auto;
	padding-right: 15px;
}
