/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS ----------------------  - Micrologiciel - 2004                       */
/* ----------------------------------------------------------------------------------------------- */

/* Body */

BODY {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: white;
	background-image:url(/images/skins/webest/images/fond.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
/* ----------------------------------------------------------------------------------------------- */
/* Liens dans le Site */
/* ----------------------------------------------------------------------------------------------- */
A:link { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #0000ff; text-decoration: underline; font-weight: bold; }
A:visited { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #0000cc; text-decoration: underline; font-weight: bold; }
A:active { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #0000ff; text-decoration: none; font-weight: bold;}
A:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #0000ff; text-decoration: none; font-weight: bold;}

/* ----------------------------------------------------------------------------------------------- */
/* Formulaires */
/* ----------------------------------------------------------------------------------------------- */

/* Boutons Envoyer Effacer ok */
.Bouton {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	cursor: hand;
	border: 1px solid #808080;
	margin-left: 1px;
	height: 18px;
	background: white url(images/fond_bouton.gif) repeat-x;
}

/* .Txt_Area - Cellule de saisi texte multiligne */
/* .Txt_Input - Cellules restantes */
/* .Menu_Select - Liste déroulante Des Sous-Menus */
.Txt_Area , .Txt_Input , .Menu_Select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	font-size: 11px;
	border: 1px solid #BDBDC5;
}

/* Select box gauche dans liste déroulante Menu */
.Menu_Select {
	xdisplay: block;
	xfloat: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	border: 1px solid #BDBDC5;
	font-size: 11px;
}	


/* Select box droite dans liste déroulante Menu */
.Menu_Select_D {
	xdisplay: block;
	xfloat: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	border: 1px solid #BDBDC5;
	font-size: 11px;
}	
	
/* .Module - Cellule News et Recherche */
.Module {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	font-size: 11px;
	border: 1px solid #BDBDC5;
	width: 90px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Général du Site */
/* ----------------------------------------------------------------------------------------------- */
/* taille des tableaux par defaut dans l'editeur */
td { font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
/* En prévision d'un "title" de couleur */
.navtext { width: auto; font-size: 8pt; border-width: 1px; border-style: outset; border-color: #787878; background-color: #EFEFEF; color: #3D3D3D; font-family: Arial, Helvetica, sans-serif; }
/* Photos et Images */
.Photo { margin-top: 8px; margin-bottom: 8px; margin-left: 8px; margin-right: 8px; }
/* Tailles TEXTE */
.Texte_09_Pix { font-size: 9px; }
.Texte_10_Pix { font-size: 10px; }
.Texte_11_Pix { font-size: 11px; }
.Texte_12_Pix { font-size: 12px; }
.Texte_13_Pix { font-size: 13px; }
.Texte_14_Pix { font-size: 14px; }
.Texte_15_Pix { font-size: 15px; }
.Texte_16_Pix { font-size: 16px; }
.Texte_17_Pix { font-size: 17px; }
/* Style textes de la page Contact*/
.Contact { font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal; color: Black; text-align: left; white-space: nowrap; }
/* Les tableau Préformatés en tailles 11 Pix*/
.Format_Petit_Tableau_Titre { font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; color: White; padding-left: 5px; padding-right: 5px; }
.Format_Petit_Tableau { font-family: Arial, Helvetica, sans-serif; font-size: 11px; vertical-align: top; padding-top: 5px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; }

/* Couleurs ou fond du site de taille fixe */
/* Ne sert que dans des cas particuliers */
.Tablo_Main { }
.Tablo_Main_Fond { }

/* ----------------------------------------------------------------------------------------------- */
/* Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */
/* Titre des Pages dans les Pages */
.GrandTab2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #24669C;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent;
	height: 30px;
	padding-top: 5px;
	font-weight: bold;
}
/* Fond des Pages du Site*/
.Tablo_Main_Frame {
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
	
/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	background: white;
}

/* ----------------------------------------------------------------------------------------------- */
/* Tableaux */
/* ----------------------------------------------------------------------------------------------- */
/* Cellule Titre */
.Array_Titre {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f39400;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Cellule Normale */
.Array_Data {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: left;
	background-repeat: repeat-y;
	background: white;
}

/* Fond des tableaux */
.Array_Contour {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #C3C4CB;
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */

/* Style général */
.Top_Menu { }

/* Liens du Top Menu */
A.Tab:link { line-height: 27px; height: 27px; font-size: 11px; text-decoration: none; color: black; font-weight: bold; text-transform: none; display: block; }
A.Tab:visited { line-height: 27px; height: 27px; font-size: 11px; text-decoration: none; color: black; font-weight: bold; text-transform: none; display: block; }
A.Tab:active { line-height: 27px; height: 27px; font-size: 11px; text-decoration: none; color: black; font-weight: bold; text-transform: none; display: block; }
A.Tab:hover { line-height: 27px; height: 27px; font-size: 11px; text-decoration: none; color: #fea310; font-weight: bold; text-transform: none; display: block; }

/* Liens du Top Menu Active*/
A.Tab_Active:link { line-height: 27px; height: 27px; font-size: 11px; text-decoration: none; color: #fea310; font-weight: bold; text-transform: none; display: block; }
A.Tab_Active:visited { line-height: 27px; height: 27px; font-size: 11px; text-decoration: none; color: #fea310; font-weight: bold; text-transform: none; display: block; }
A.Tab_Active:active { line-height: 27px; height: 27px; font-size: 11px; text-decoration: none; color: #fea310; font-weight: bold; text-transform: none; display: block; }
A.Tab_Active:hover { line-height: 27px; height: 27px; font-size: 11px; text-decoration: none; color: #fea310; font-weight: bold; text-transform: none; display: block; }

/* Tableau Sous Top général */
.TabSousTopMenu { border-left: 1px solid #fea310; border-right: 1px solid #fea310; border-bottom: 1px solid #fea310; border-top: 1px solid #fea310; background: #FFFFFF; }

/*Emplacement du Sous Top Menu*/
.DivSousTopMenu { position: relative; white-space: nowrap; margin-top: 0px; padding-top: 0px; margin-left: 0px; visibility: hidden; }

/*FireFox*//*Emplacement du Sous Top Menu*/
html>body .DivSousTopMenu { clear: both; position: absolute; white-space: nowrap; padding-top: 0px; margin-left: 0px; visibility: hidden; }

/* Couleur Ligne de séparation des Sous top*/
.LigneSousTopMenu {
	margin-top: 2px;
	border-bottom-color: #fea310;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 0px;
	width: 100%;
}

/* Liens du Sous Top Menu */
A.SousTopMenu:link , A.SousTopMenu:visited , A.SousTopMenu:active {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
		
A.SousTopMenu:hover {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fea310;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
	
/* Liens du Sous Top Menu Active*/
A.SousTopMenu_Active:link , A.SousTopMenu_Active:visited , A.SousTopMenu_Active:active {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #fea310;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
	
A.SousTopMenu_Active:hover {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: black;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
	
/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Bottom_Menu {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

/* Liens du Top Menu */
A.Bottom_Tab:link { line-height: 22px; height: 22px; font-size: 11px; text-decoration: none; color: white; font-weight: normal; }
A.Bottom_Tab:visited { line-height: 22px; height: 22px; font-size: 11px; text-decoration: none; color: white; font-weight: normal; }
A.Bottom_Tab:active { line-height: 22px; height: 22px; font-size: 11px; text-decoration: none; color: white; font-weight: normal; }
A.Bottom_Tab:hover { line-height: 22px; height: 22px; font-size: 11px; text-decoration: none; color: #686868; font-weight: normal; }

/* Liens du Top Menu Active*/
A.Bottom_Tab_Active:link { line-height: 22px; height: 22px; font-size: 11px; text-decoration: none; color: #686868; font-weight: normal; }
A.Bottom_Tab_Active:visited { line-height: 22px; height: 22px; font-size: 11px; text-decoration: none; color: #686868; font-weight: normal; }
A.Bottom_Tab_Active:active { line-height: 22px; height: 22px; font-size: 11px; text-decoration: none; color: #686868; font-weight: normal; }
A.Bottom_Tab_Active:hover { line-height: 22px; height: 22px; font-size: 11px; text-decoration: none; color: #686868; font-weight: normal; }

/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */

/*---.Fond_Menu_Gauche {background : transparent; padding-top : 12px;}---*/
/* Titre des Menus dans les Menus*/
.Tab2 {
display: none;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	background-image:url(/images/skins/webest/images/fond-titre-gch.jpg);
}

/* MG - Gestion puces des pages */
A.Menu img { margin-right: 0px; vertical-align: middle; }

/* MG - Titres de toutes les pages */
A.Menu:link , A.Menu:visited , A.Menu:active {
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	width: 175px;
	text-transform: uppercase;
	background-image:url(/images/skins/webest/images/fond-bout-menu-drt.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	text-indent: 10px;
                     padding-top: 4px;
}

/* MG - Survol de toutes les pages */
A.Menu:hover {
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	width: 175px;
	text-transform: uppercase;
	background-image:url(/images/skins/webest/images/fond-bout-menu-drt.jpg);
	background-repeat:no-repeat;
                     background-color: #FFFFFF;
}

/* MG - Gestion puces des Page Selectionée */
A.Menu_Actif img { margin-right: 0px;  vertical-align: middle; }

/* MG - Page Selectionée Uniquement (et le Titre Sous-Menu) */
A.Menu_Actif:link , A.Menu_Actif:visited , A.Menu_Actif:active {
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	width: 175px;
	text-transform: uppercase;
	background-image:url(/images/skins/webest/images/fond-bout-menu-drt.jpg);
	background-repeat:no-repeat;
	text-indent: 10px;
                     background-color: #FFFFFF;
}

/* MG - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif:hover {
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
	width: 175px;
	text-transform: uppercase;
	background-image:url(/images/skins/webest/images/fond-bout-menu-drt.jpg);
	background-repeat:no-repeat;
                     background-color: #FFFFFF;
}

/* MG - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu img { margin-right: 0px; vertical-align: middle; }

/* MG - Toutes les pages des Sous-Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu:link , A.Sous_Menu:visited , A.Sous_Menu:active {
	display: block;
	float: left;
	line-height: 15px;
	height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	width: 155px;
	padding-left: 35px;
}
	
/* MG - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu:hover {
	display: block;
	float: left;
	line-height: 15px;
	height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	width: 155px;
	padding-left: 35px;
	font-style: normal;
}

/* MG - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif img { margin-right: 0px; vertical-align: middle; }

/* MG - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif:link , A.Sous_Menu_Actif:visited , A.Sous_Menu_Actif:active {
	display: block;
	float: left;
	line-height: 15px;
	height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #666666;
	width: 155px;
	padding-left: 35px;
	font-style: italic;
}

/* MG - Survol de la Page Active du Sous-Menu */
A.Sous_Menu_Actif:hover  {
	display: block;
	float: left;
	line-height: 15px;
	height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	width: 155px;
	padding-left: 35px;
	font-style: italic;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menus DROITS */
/* ----------------------------------------------------------------------------------------------- */

/* Titres des Menus Droits */
.Tab2_D {
	line-height: 34px;
	height: 34px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	padding-left: 10px;
	background-image:url(/images/skins/webest/images/fond-titre-drt.jpg);
}


/* MD - Couleur Ligne de séparation des Menus */
.Ligne_D {
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url(images/ligne.gif);
	background-repeat: no-repeat;
	width: 100%;
}
	
/* MD - Gestion puces des pages */
A.Menu_D img { margin-right: 0px; vertical-align: middle; }

/* MD - Titres de toutes les pages */
A.Menu_D:link , A.Menu_D:visited , A.Menu_D:active {
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
	vertical-align:middle;
	margin-left: 0px;
	background-image:url(/images/skins/webest/images/fond-bout-menu-drt.jpg);
	background-repeat:no-repeat;
	width: 80%;
                     padding-top: 4px;
}

/* MD - Survol de toutes les pages */
A.Menu_D:hover {
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	vertical-align:middle;
	background-image:url(/images/skins/webest/images/fond-bout-menu-drt.jpg);
	background-repeat:no-repeat;
                     background-color: #FFFFFF;
}

/* MD - Gestion puces des Page Selectionée */
A.Menu_Actif_D img { margin-right: 0px;  vertical-align: middle; }

/* MD - Page Selectionée Uniquement (et le Titre Sous-Menu) */
A.Menu_Actif_D:link , A.Menu_Actif_D:visited , A.Menu_Actif_D:active {
	display: block;
	float: left;
	line-height: 15px;
	height: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	width: 80%;
	background-color:#FFFFFF;
}
	
/* MD - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif_D:hover {
	display: block;
	float: left;
	line-height: 15px;
	height: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #CCCCCC;
	width: 80%;
}

/* MD - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu_D img { margin-right: 0px;  vertical-align: middle; }

/* MD - Toutes les pages des Sous-Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu_D:link , A.Sous_Menu_D:visited , A.Sous_Menu_D:active {
	display: block;
	float: left;
	line-height: 15px;
	height: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #CCCCCC;
	width: 100%;
	padding-left: 35px;
}

/* MD - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu_D:hover {
	display: block;
	float: left;
	line-height: 15px;
	height: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #CCCCCC;
	width: 100%;
	padding-left: 35px;
}

/* MD - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif_D img { margin-right: 0px; vertical-align: middle; }

/* MD - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif_D:link , A.Sous_Menu_Actif_D:visited , A.Sous_Menu_Actif_D:active {
	display: block;
	float: left;
	line-height: 15px;
	height: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	padding-left: 35px;
}

/* MD - Survol de la Page Active du Sous-Menu */
A.Sous_Menu_Actif_D:hover {
	display: block;
	float: left;
	line-height: 15px;
	height: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	text-decoration: underline;
	color: #CCCCCC;
	width: 100%;
	padding-left: 35px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menus Gauche et Droit */
/* ----------------------------------------------------------------------------------------------- */
/* Fond des tableaux des Menus Gauches et Droites*/
.Tablo_Menu {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.Fond_Menu_Gauche {
	width: 0px;
	height: 0px;
}

.Fond_Menu_Droite {
	width: 0px;
	height: 0px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Texte du Footer ( gestion tiret ) */
.Footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/* Lien du Footer */
A.Footer_Lien:link { line-height: 19px; height: 19px; font-size: 11px; text-decoration: none; color: #666666; font-weight: normal; }
A.Footer_Lien:visited { line-height: 19px; height: 19px; font-size: 11px; text-decoration: none; color: #666666; font-weight: normal; }
A.Footer_Lien:active { line-height: 19px; height: 19px; font-size: 11px; text-decoration: none; color: #666666; font-weight: normal; }
A.Footer_Lien:hover { line-height: 19px; height: 19px; font-size: 11px; text-decoration: underline; color: #666666; font-weight: normal;}

/* ----------------------------------------------------------------------------------------------- */
/* Ajout Derniere Minute */
/* ----------------------------------------------------------------------------------------------- */
 
     
 /* ----------------------------------------------------------------------------------------------- */
/* Divers */
/* ----------------------------------------------------------------------------------------------- */
/* Warning du caddie*/
.CadWarning{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}

/* Adresse site Internet */
/*------------ .url_Site {}

.Micro_login {} ------------*/

/* STYLES DE LA PAGE D'ACCUEIL */

#bloc-une {width: 291px;}
#bloc-qui {width: 231px;}
#bloc-offres {width: 229px;}
#bloc-images {width: 529px;}


#bloc-qui ul, #bloc-offres ul {
list-style: none;
margin: 4px 0;
padding: 0;
}
#bloc-qui ul li {
background: transparent url(../../../images/sites/puce-bleue.png) no-repeat scroll 0 3px;
margin: 0; padding: 0 0 0 15px;
}
#bloc-offres ul li {
background: transparent url(../../../images/sites/puce-orange.png) no-repeat scroll 0 3px;
margin: 0; padding: 0 0 0 15px;
}
#bloc-offres ul li a {color: #f79324;}

#bloc-qui .contenu-bloc, #bloc-offres .contenu-bloc {
padding: 0 10px 10px;
}

#bloc-une .contenu-bloc,#bloc-qui .contenu-bloc, #bloc-offres .contenu-bloc, #bloc-images .contenu-bloc  {
border-left: 2px solid #3e74ba;
border-right: 2px solid #3e74ba;
border-bottom: 2px solid #3e74ba;
}

#bloc-une h1, #bloc-offres h1, #bloc-qui h1, #bloc-images h1 {
margin: 0; padding: 0;
font-size: 12px;
font-weight: bold;
color: #cc0066;
}

#bloc-une h2 {
margin: 0; padding: 0;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-align: center;
}

#bloc-une p, #bloc-offres p, #bloc-qui p, #bloc-images p {
margin: 0; padding: 0;
}

#bloc-une tr, #bloc-offres tr, #bloc-qui tr, #bloc-images tr,
#bloc-une td, #bloc-offres td, #bloc-qui td, #bloc-images td {
margin: 0; padding: 0;
}

#bloc-une a, #bloc-offres a, #bloc-qui a, #bloc-images a {
color: #3e74ba;
}
