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

/* CONFIGURATION GENERALE */
html, body, table , td {height:100%;margin:0;padding:0;width:100%;
}

#div_principale
{
	width: 756px;
	height:557px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}

#div_principale_gauche
{
	width: 377px;
	height:557px;
	background-color:#A1988A;
	float:left;
}


#div_principale_droite
{
	width:377px;
	height:557px;
	background-image:url(../images/accueil.jpg);
	background-repeat:no-repeat;
	float:right;
}

#div_rectangle_img
{
	width:100px;
	height:30px;
	background-color:#FFFFFF;
	margin-top:268px;
	text-align:center;
	line-height:30px;
}

#div_texte
{
	text-align:left;
	margin-top:515px;
	margin-left:7px;
}


/* LIEN */

a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696259;
	text-decoration:none;
}
a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696259;
	text-decoration:none;
}
a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696259;
	text-decoration: underline;
}
a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696259;
	text-decoration:none;
}
