/* CSS Document */

body {
	margin:0;
	padding:0;
	overflow: scroll;
	overflow: -ie-scrollbars-vertical;
	background-image: url(../images/bground.png);
	background-repeat: repeat;
}

#image_accueil {
	  position:absolute;
     left: 50%; 
     top: 50%;
     width: 1024px;
     height: 500px;
     margin-top: -250px; /* moitié de la hauteur */
     margin-left: -512px; /* moitié de la largeur */
}


a:focus
{
outline:0;
}


.textemenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FECFBB;
	text-align:left;
	color: #423E3C;
}

.textemenu:hover {
	background-color: #D2D9B5;
}


.textemenupageactuelle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #D2D9B5;
	text-align:left;
	color: #423E3C;
}

.textedescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:center;
	color: #423E3C;
}

.textedescription2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:center;
	color: #FF9988;
}

.texteprofil {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:justify;
	color: #423E3C;
}
.texteadresse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:center;
	color: #423E3C;
}

.textemotsclai {
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #726A63;
}

.textetitre {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #423E3C;
	font-weight: bold;
}

.textePROFiltitregras {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9988;
}

.textemotscles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FE6A74;
}
	
/* texte */

a:link {
	color:#423E3C;
	text-decoration:none;	
}
a:visited {
	color:#423E3C;
	text-decoration:none;
}
a:hover {
	color:#423E3CF;
	text-decoration:none;
}
a:active {
	color:#423E3C;
	text-decoration:none;
}
