/*********************/
/*UNIVERS AGENCEMENT*/
/*******************/
.menus_vert{
	background: #8FC591;
	width:710px;
	height:113px;
	padding-left: 10px;
}

.gauche_vert{
	background: #8FC591;
	width:140px;
	height:113px;
}

.milieu_haut_agen{
	background: url('images/bandeau_agen.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 163px;
}

.milieu_bas_agen{
	background: url('images/reflet_bandeau_agen.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 290px;
}


#text .text_vert{
	font-size: 16px;
	color: #038808;
	font-weight: bold;
}

/**********************/
/*UNIVERS LABORATOIRE*/
/********************/
.menus_bleu{
	background: #5B86C0;
	width:710px;
	height:113px;
	padding-left: 10px;
}

.gauche_bleu{
	background: #5B86C0;
	width:140px;
	height:113px;
}

.milieu_haut_labo{
	background: url('images/bandeau_labo.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 163px;
}

.milieu_bas_labo{
	background: url('images/reflet_bandeau_labo.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 290px;
}

#text .text_bleu{
	font-size: 16px;
	color: #5B85BD;
	font-weight: bold;
}

/**************/
/*UNIVERS SAV*/
/************/
.menus_rose{
	background: #C8508F;
	width:710px;
	height:113px;
	padding-left: 10px;
}

.gauche_rose{
	background: #C8508F;
	width:140px;
	height:113px;
}

.milieu_haut_sav{
	background: url('images/bandeau_sav.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 163px;
}

.milieu_bas_sav{
	background: url('images/reflet_bandeau_sav.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 290px;
}

#text .text_rose{
	font-size: 16px;
	color: #C8508F;
	font-weight: bold;
}

/********************/
/*UNIVERS MATERIELS*/
/******************/
.menus_orange{
	background: #ED8017;
	width:710px;
	height:113px;
	padding-left: 10px;
}

.gauche_orange{
	background: #ED8017;
	width:140px;
	height:113px;
}

.milieu_haut_materiels{
	background: url('images/bandeau_materiels.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 163px;
}

.milieu_bas_materiels{
	background: url('images/reflet_bandeau_materiels.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 290px;
}

#text .text_orange{
	font-size: 16px;
	color: #ED8017;
	font-weight: bold;
}

#text .text_orange{
	font-size: 16px;
	color: #ED8017;
	font-weight: bold;
}

a.diaporama{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6f7072;
	font-weight: bold;
	text-decoration: none;
}

a.diaporama:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #9c040d;
	text-decoration: underline;
}

/**********/
/*BARRESI*/
/********/
.menus_barresi{
	background: #E1001A;
	width:710px;
	height:113px;
	padding-left: 10px;
}

.gauche_barresi{
	background: #E1001A;
	width:140px;
	height:113px;
}

.milieu_haut_barresi{
	background: url('images/bandeau_barresi.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 163px;
}

.milieu_bas_barresi{
	background: url('images/reflet_bandeau_barresi.jpg') no-repeat #CECFD1;
	width: 850px;
	height: 290px;
}

#text .text_rouge{
	color: #E1001A;
	font-size: 16px;
	font-weight: bold;
}

#text .text_barresi{
	font-size: 16px;
	color: #E1001A;
	font-weight: bold;
}

/*****************************/
/*POSITIONNEMENT DES PHRASES*/
/***************************/
#text{
	margin-left: 100px;
	margin-top: 55px;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
}

#text .text_droite{
	margin-left: 75px;
}

#text .text_milieu{
	margin-left: 25px;
}

#text .text_milieu_droit{
	margin-left: 50px;
}

#text.text_milieu_gauche{
	margin-left: 15px;
}

#text.text_droite_plus{
	margin-left: 150px;
}

/****************************/
/*POSITIONNEMENT DES DIAPOS*/
/**************************/
#diapo{
	float: right;
	margin-right: 50px;
}

/*********/
/*DIVERS*/
/*******/
.text_plus_grand{
	font-size: 18px;
	font-weight: bold;
}