body{
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
}

a{
	color: #707273;
	text-decoration: none;
}
a:hover{
	color: #93145B;
	text-decoration: underline;
}

/* LES LIENS DU MENU */
a.link_societe{
	display:block;
	width:75px;
	height:52px;
	background: url('../imgs/societe.jpg');
	text-decoration:none;
}
a.link_societe:hover {
	background: url('../imgs/societe_hover.jpg');
}

a.link_nos_conseils{
	display:block;
	width:92px;
	height:52px;
	background: url('../imgs/nos_conseils.jpg');
	text-decoration:none;
}
a.link_nos_conseils:hover {
	background: url('../imgs/nos_conseils_hover.jpg');
}

a.link_nos_produits{
	display:block;
	width:98px;
	height:52px;
	background: url('../imgs/nos_produits.jpg');
	text-decoration:none;
}
a.link_nos_produits:hover {
	background: url('../imgs/nos_produits_hover.jpg');
}

a.link_galerie_photos{
	display:block;
	width:119px;
	height:52px;
	background: url('../imgs/galerie_photos.jpg');
	text-decoration:none;
}
a.link_galerie_photos:hover {
	background: url('../imgs/galerie_photos_hover.jpg');
}

a.link_bonnes_affaires{
	display:block;
	width:139px;
	height:52px;
	background: url('../imgs/bonnes_affaires.jpg');
	text-decoration:none;
}
a.link_bonnes_affaires:hover {
	background: url('../imgs/bonnes_affaires_hover.jpg');
}


/*BORDURE CONTENU*/
.contenu{
	color: #707273;
	background: url('../imgs/sotuma_ok_14.jpg');
	width: 895px;
	height: auto;
	min-height: 267px;
	font-size: 10px;
	font-family: verdana;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}
.titrefd{
	font-weight: bold;
}
.contenu2{
	color: #707273;
	font-size: 10px;
	font-family: verdana;
	padding-left: 20px;
}
.sous_titre{
	color: #93145B;
	background: url('../imgs/sotuma_ok_13.jpg');
	width: 544px;
	height: 48px;
	font-size: 11px;
	font-family: verdana;
	padding-left: 20px;
}
.sous_titre a{
	color: #93145B;
	font-size: 11px;
	font-family: verdana;
}





#s3slider {
	width: 507px;
	height: 240px;
	overflow: hidden;
}

#s3slider ul{
	list-style-type: none;
}

#s3sliderContent {
	width: 507px;
}

.s3sliderImage {
	float: left;
	display: none;
}

.clear {
	clear: both;
}