/* CSS */
/* Bloc principaux */


html, body
{
	background-color: white;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	color: #3760A8;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
} 

.clear{
	clear: both;
}

a  {
   outline-style:none;
}


#page{
	width: 794px;
	height: 550px;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	margin: auto;
}

#logo{
	width: 400px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: 50px;
	padding-top: 64px;
}

.typo{
	font-family: Verdana;
	font-size: 10px;
	color: #a1a1a1;
	font-weight: normal;
	text-align: left;
}

#contenu{
	width: 564px;
	margin-top: 50px;
	margin-left: 50px;
	float: left;
}

.typo_contenu{
	font-family: Verdana; 
	font-size: 13px;
	color: #7d7b7b;
	font-weight: normal;
	text-align: left;
	float: left;
	
}
#contenu_separation{
	width: 1px;
	height: 200px;
	margin-left: 60px;
	background-color: #959595;
	float: left;
}

.typo_contact{
	font-family: Verdana; 
	font-size: 14px;
	color: #7d7b7b;
	font-weight: normal;
	text-align: left;
	float: left;
	padding-left: 50px;
	
}

.typo_contact span{
	color: #434343;
}

#footer{
	width: 794px;
	height: 20px;
	padding-bottom: 0px;
	padding-top: 160px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #7d7b7b;
}

.typo_contact a{
	font-family: Verdana; 
	font-size: 14px;
	color: #7d7b7b;
	font-weight: normal;
	text-decoration: none;
}
