
#bodyCorp {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	overflow: hidden;
	background-color: #E4E4E5;
}
	




/*--------------------------------------- Style contenus Flash ACTU, CONTACT et BIO ---------------------------------------*/

a { 
	color: #A6A6A6;
	text-decoration: underline;
}
a:link { 
	color: #A6A6A6;
	text-decoration: underline;
}
a:hover { 
	color: #A6A6A6;
	text-decoration: none;
}


contenu {
	color: #B1B1B1;
	text-decoration: none;
	margin-left: 0px;	
}

.title {
	color: #A6A6A6;
	font-size: 11px;
	font-variant : small-caps;
}


/*--------------------------------------- Style contenus BIO et GALERIE ---------------------------------------*/

.linkExt { 
	color: #333333;
	text-decoration: underline;
}
.linkExt:link { 
	color: #333333;
	text-decoration: underline;
}
.linkExt:hover { 
	color: #333333;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

.bgBio {
	background: url(images/bg_bio.jpg) top left no-repeat;
	background-color: #DDDEDF;
	}

.bgGalerie {
	background: url(images/bg_galerie.jpg) top left no-repeat;
	background-color: #DDDEDF;
	}
	
.bgOutils {
	background: url(images/bg_outils.jpg) top left no-repeat;
	background-color: #DDDEDF;
	}

.texteCentre {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	width: 550px;
	margin-top: 40px;
	margin-left: 160px;
	}

.titre {
	font-family:Arial, Helvetica, sans-serif;
	color: #777777;
	font-weight: bold;
	font-size: 14px;
	font-variant : small-caps;
	}

.blocImgLeft {
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	font-size: 9px;
	color: #999999;
	}

.blocImgRight {
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 9px;
	color: #999999;
	
