@import url(global.css);

/* --------------------------------------------------------------------------------
	CLASSES SPECIFIQUES PAGE VENIR
-------------------------------------------------------------------------------- */

/* Marge du logo sur la homepage */
.logo {
	margin: 0 0 1px 0;
}

/* la colonne centrale */
.content{
	position:relative;
	float: left;
	width: 584px;
	min-height: 506px;
	height:auto!important;
	height:506px;
	margin: 0;
	padding: 0;
	
}


.content-texte{
	position:relative;
	float: left;
	width: 211px!important;
	width: 210px;
	min-height: 506px;
	height:auto!important;
	height:506px;
	background-color: #D4D4D4;
	margin:0;
}



#oflash-services {
	position:relative;
	float: left;
	width: 373px;
	height: 506px;
	padding : 0;
	margin : 0;
}



.content-texte .texte{
	position:relative;
	float: left;
	min-height: 317px;
	height:auto!important;
	height:317px;
	margin:0;
	padding: 0 10px 0px 10px;
}


.content-texte img{
	position:relative;
	float: left;
	
}

.title-image{
	height:29px;
	padding:0;
	margin:0;

}





/* --------------------------------------------------------------------------------
	PETIT MENU IMPRIMER+ENVOYER
-------------------------------------------------------------------------------- */

.petit-menu3{
	position: relative;
	float: left;
	width: 212px!important;
	width: 211px;
	padding: 1px 0px 0 0px;
	margin:0!;
}

.petit-menu3 ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.petit-menu3 li{
	height: 18px;
	font-size: 10px;
	margin: 0;
	padding: 9px 0 0 9px;
	border-top: 1px solid #ffffff;
}

.petit-menu3 li a.envoyer{
	background-image:url(../img/picto-envoyer.gif);
	background-repeat: no-repeat;
	background-position: 0 2px ;
	padding: 0 0 0 20px;
}

.petit-menu3 li a.imprimer{
	background-image:url(../img/picto-imprimer.gif);
	background-repeat: no-repeat;
	background-position: 0 2px ;
	padding: 0 0 0 20px;
}



