/*----------------------------------------------------------------------------//
// Feuille de styles du client -----------------------------------------------//
//----------------------------------------------------------------------------//
// Client 	: Absolunet // Réseaux
// Créé par : Nicolas Bazinet
// Note   	: Les font-size doivent êtres en em, même les styles provenant de 
			  stylesforeditor.css.
// Date   	: 17 juin 2008
//----------------------------------------------------------------------------*/
@import url(../../../common/css/reset.css);/* Mise à zéro de tous les padding / margin par défaut */
@import url(../../../common/css/barre.css);/* Barre du Groupe Absolunet */


/*- Général -------------------------------------------------------------------*/
/*html, body, form {
	height:100%;
	max-height:100%;
	overflow: hidden;
}*/
body {
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, Sans-serif;
	font-size: 62.6%; /* 10px par défaut */
	background:#002b39;
}
p {
	font-size: 1.2em;
	margin: 0 0 12px 0;
}
h1{
	color:#444444;
	font-size:2em;
}
h2{
	color:#108cb3;
	font-size:1.6em;
	font-weight:bold;
	margin:0 0 25px 0;
}
h3{
	font-size:1.3em;
}
h4{
	font-size:1.2em;
	font-weight:bold;
	color:#108cb3;
	margin-top:35px;
}
h5{
	font-size:1.2em;
	font-weight:bold;
	color:#108CB3;
}
h6{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:3px;
}
a, a:hover {
	color:#adf613;
	text-decoration: none;
}
a:hover {
	color:#000;
}
sup {
	font-size: 80%;
	line-height: 100%;
	vertical-align: text-top;
	padding-bottom: 5px;
}
hr{
	background:#dfdfdf;
	height:10px;
	border:0;
	color:#dfdfdf;
	height:1px;
	padding:0;
	clear:both;
}

.Separateur{
	background:url(../../images/reseaux/Img_Filet.gif) repeat-x bottom;
	height:20px;
	clear:both;
	margin:-5px 0 20px 0;
}

/*- Styles communs à toutes les pages -----------------------------------------*/
#LogoAbsoPrint{
	display:none;
}
.ImgReplacement{
	text-indent:-200em;
	overflow:hidden;
	display:block;
}
div#BarreAbsolunet{
	padding-left:5px;
}
#Entete {
	background:url(../../images/reseaux/BG_DegradeEntete.gif) repeat-y top center;
	margin-top:0px;
	
}
#Entete .Conteneur{
	margin: 0 auto;
	width:930px;
	height:146px;
	background:url(../../images/reseaux/BG_DegradeEntete.gif) repeat-y top center;
	position:relative;	
}
ul.MenuListe{
	float:left;
	margin:50px 0 0 -150px;
}
ul.MenuListe li{
	font-size:1.2em;
	display:inline;
	height:14px;
	width:14px;
	padding:0 0 0 20px;
	margin-left:20px;
}
ul.MenuListe a{
	color:#fff;
	text-decoration:none;
}
ul.MenuListe a:hover{
	color:#002b39;
}
.LiAccueil
{
	background:url(../../images/reseaux/Puce_Accueil.gif) no-repeat;
}
.LiContact{
	background:url(../../images/reseaux/Puce_Contact.gif) no-repeat;
}
.LiEmploi{
	background:url(../../images/reseaux/Puce_Emploi.gif) no-repeat;
}
.LiPlan{
	background:url(../../images/reseaux/Puce_PlanSite.gif) no-repeat;
}
.LiAccesClient{
	background:url(../../images/reseaux/Puce_AccesClient.gif) no-repeat;
}

.LiLangue{
	background:url(../../images/reseaux/Puce_AccesClient.gif) no-repeat;
}

#Img_Entete{
	background:url(../../images/reseaux/entete.png) no-repeat;
	float:left;
	margin:-10px 0 0 -80px;
	text-indent:-200em;
	overflow:hidden;
	width:629px;
	height:125px;
}
#Img_Entete a{
	text-indent:-200em;
	overflow:hidden;
	display:block;
	width:350px;
	height:200px;
}
body#lang-EN #Img_Entete{
	background:url(../../images/reseaux/entete.png) no-repeat !important;
}
.ChampRecherche{
	width:172px;
	height:39px;
	background:#108cb3 url(../../images/reseaux/Bg_ChampRecherche.gif) no-repeat top;
	position:absolute;
	right:0;
	bottom:0;
}
#MenuPrincipal{
	width:764px;
	height:39px;
	position:absolute;
	left:0;
	bottom:0;
}
#MenuPrincipal li{
	float:left;
}
#MenuPrincipal li a{
	height:39px;
	display:block;
	text-indent:-200em;
	overflow:hidden;
}
#MenuPrincipal li a:hover, body#lang-EN #MenuPrincipal li a:hover{
	background-position:0 -39px;
}
.On{
	background-position:0 -78px !important;
}
#MenuPropos{
	background:url(../../images/reseaux/Menu_APropos-FR.gif);
	width:79px;
}
body#lang-EN #MenuPropos{
	background:url(../../images/reseaux/Menu_APropos-EN.gif);
	width:79px;
}
#MenuConsultation{
	background:url(../../images/reseaux/Menu_ServicesConsultation-FR.gif);
	width:196px;
}
body#lang-EN #MenuConsultation{
	background:url(../../images/reseaux/Menu_ServicesConsultation-EN.gif);
	width:120px;
}
#MenuExpertise{
	background:url(../../images/reseaux/Menu_Expertise-FR.gif);
	width:84px;
}
body#lang-EN #MenuExpertise{
	background:url(../../images/reseaux/Menu_Expertise-EN.gif);
	width:106px;
}
#MenuEtudeCas{
	background:url(../../images/reseaux/Menu_EtudeCas-FR.gif);
	width:113px;
}
body#lang-EN #MenuEtudeCas{
	background:url(../../images/reseaux/Menu_EtudeCas-EN.gif);
	width:128px;
}
#MenuClients{
	background:url(../../images/reseaux/Menu_Clients-FR.gif);
	width:177px;
}
body#lang-EN #MenuClients{
	background:url(../../images/reseaux/Menu_Clients-EN.gif);
	width:190px;
}
#MenuPublications{
	background:url(../../images/reseaux/Menu_Publications-FR.gif);
	width:109px;
}
body#lang-EN #MenuPublications{
	background:url(../../images/reseaux/Menu_Publications-EN.gif);
	width:136px;
}
div#BasPage{
	width:930px;
	height:146px;
	background:url(../../images/reseaux/BG_Reseaux_Footer.jpg) no-repeat top;
	color:#FFF;
	margin:0 auto;
	clear:both;
	position:relative;
	line-height:1.5em;
}
div#BasPage p.Copyright {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top:48px;
	left:5px;
	font-size:11px;
}
div#BasPage p.Lien {
	position:absolute;
	top:48px;
	left:200px;
	color:#FFF;
	font-size:11px;
}
div#BasPage p.Lien a{
	padding:0 10px 0 10px;
}
div#BasPage a {
	color: #fff;
	text-decoration: none;
}
div#BasPage a:hover {
	color:#108bc3;
}
div#BasPage h3 a,
div#BasPage h3 a:hover {
	color: #FFF;
	text-decoration: none;
}
div#BasPage img.Logo {
	position:absolute;
	top:25px;
	right:8px;
	width:179px;
	height:70px;
}

/*- Styles spéciaux pour page d'accueil ---------------------------------------*/
#wrapperCorpsAcc{
	background:#FFF;
}
#wrapperCorpsAcc #Corps{
	margin:0 auto;
	width:930px;
}
#wrapperBasPage{
	background:url(../../images/reseaux/BG_BasPageAccueil.jpg) repeat-x top center;
}
#wrapperBasPage #Conteneur{
	background:url(../../images/reseaux/BG_BasPageAccueilCentreB.jpg) no-repeat top center;
	margin:0 auto;
	padding-bottom:20px;
}
#wrapperBasPage h2{
	height:18px;
}
#wrapperBasPage h3{
	font-size:1.2em;
	margin:-15px 0 5px 5px;
	width:300px;
}
#BasPage.Accueil{
	background:none;
	height:400px;
}
#BasPage.Accueil p.Copyright, #BasPage.Accueil p.Lien{
	top:330px;
}
#NouvellesAccueil{
	position:absolute;
	top:15px;
	left:5px;
}
#NouvellesAccueil h2{
	background:url(../../images/reseaux/Ti_NouvellesAcc-FR.gif) no-repeat;
	width:95px;
	margin-left:2px;
}
body#lang-EN #NouvellesAccueil h2{
	background:url(../../images/reseaux/Ti_NouvellesAcc-EN.gif) no-repeat;
	width:48px;
	margin-left:2px;
}
#PublicationsAccueil{
	position:absolute;
	top:15px;
	left:400px;
}
#PublicationsAccueil h2{
	background:url(../../images/reseaux/Ti_EvenementsAcc-FR.gif) no-repeat;
	width:114px;
	margin-left:2px;
	margin-top:-2px;
	height:20px;
}
body#lang-EN #PublicationsAccueil h2{
	background:url(../../images/reseaux/Ti_EvenementsAcc-EN.gif) no-repeat;
	width:54px;
	margin-left:2px;
}
#PartenairesAccueil{
	position:absolute;
	top:130px;
	left:5px;
}
#PartenairesAccueil h2{
	background:url(../../images/reseaux/Ti_PartenairesAcc-FR.png) no-repeat;
	width:98px;
	margin-left:2px;
}
body#lang-EN #PartenairesAccueil h2{
	background:url(../../images/reseaux/Ti_PartenairesAcc-EN.gif) no-repeat;
	width:76px;
	margin-left:2px;
}
#PartenairesAccueil a{
	position:absolute;
	top:60px;
}
#PartenairesAccueil .LogoPartenaire{
	height:78px;
	display:block;
}
#PartenairesAccueil .LogoPartenaire:hover{
	/*background-position:0 -78px;*/
}
#PartenaireMicrosoft{
	background:url(../../images/reseaux/Img_MicrosoftPartenaire.gif) no-repeat 0 0;
	width:111px;
	left:0;
}
#PartenaireTechnologia{
	background:url(../../images/reseaux/Img_TechnologiaPartenaire.gif) no-repeat 0 0;
	width:144px;
	left:180px;
}
#PartenaireEquallogic{
	background:url(../../images/reseaux/Img_EquallogicPartenaire.gif) no-repeat 0 0;
	width:170px;
	left:380px;
}
#PartenaireVMWare{
	background:url(../../images/reseaux/Img_VMWarePartenaire.gif) no-repeat 0 0;
	width:139px;
	left:620px;
}
#PartenaireCoveo{
	background:url(../../images/reseaux/Img_CoveoPartenaire.gif) no-repeat 0 0;
	width:108px;
	left:820px;
}
.LienAccueil{
	margin-left:5px;
}
/* Alternative flash */
#AlternativeFlash {
	position: relative;
	background: #fff url(../../images/reseaux/Bg_AlternativeFlash.jpg) no-repeat;
	height: 246px;
}
#AlternativeFlash h2 {
	position: absolute;
	top: 26px;
	left: 407px;
	width: 364px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../../images/reseaux/Ti_AlternativeFlash_FR.png);
}
body#lang-EN #AlternativeFlash h2 {
	background:url(../../images/reseaux/Ti_AlternativeFlash_EN.png);
}
#AlternativeFlash ul {
	position: absolute;
	top: 56px;
	left: 407px;
	border-top: 1px solid #e6e6e6;
	width: 447px;
}
#AlternativeFlash ul li {
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
#AlternativeFlash ul li a {
	line-height: 35px;
	width: 447px;
	display: block;
}
#AlternativeFlash ul li.Migration {
	height: 50px;
}
#AlternativeFlash ul li.Migration a {
	line-height: 50px;
	background: url(../../images/reseaux/Txt_ProjetMigration_FR.png) no-repeat;
}
#AlternativeFlash ul li.Virtualisation a {
	background: url(../../images/reseaux/Txt_Virtualisation_FR.png) no-repeat;
}
#flashcontent ul li.SolutionStockage a {
	background: url(../../images/reseaux/Txt_SolutionStockage_FR.png) no-repeat;
}
#AlternativeFlash ul li.Impartition a {
	background: url(../../images/reseaux/Txt_Impartition_FR.png) no-repeat;
}
#AlternativeFlash ul li a:hover {
	background-position: bottom left;
}
body#lang-EN #AlternativeFlash ul li.Migration a {
	background-image: url(../../images/reseaux/Txt_ProjetMigration_EN.png);
}
body#lang-EN #AlternativeFlash ul li.Virtualisation a {
	background-image: url(../../images/reseaux/Txt_Virtualisation_EN.png);
}
body#lang-EN #AlternativeFlash ul li.SolutionStockage a {
	background-image: url(../../images/reseaux/Txt_SolutionStockage_EN.png);
}
body#lang-EN #AlternativeFlash ul li.Impartition a {
	background-image: url(../../images/reseaux/Txt_Impartition_EN.png);
}

/*- Styles spéciaux pour pages intérieures ------------------------------------*/

/* Headers avec classes particulières */
h3.Titre{
	height:27px;
	display:block;
	text-indent:-200em;
	overflow:hidden;
	margin-left:-4px;
}
h5.EnteteAccordeon{
	font-size:1.3em;
	background:url(../../images/reseaux/Img_FlecheMenuFerme.gif) no-repeat right 5px;
	padding:5px 0 8px 0;
	color:#108cb3;
	display:block;
	width:100%;
	text-decoration:none;
	cursor:pointer;
}
h5.EnteteAccordeon.selected{
	color:#000;
	background:url(../../images/reseaux/Img_FlecheMenuOuvert.gif) no-repeat right 5px;
}

/* Corps des pages intérieures */
#wrapperCorps{
	background:#FFF url(../../images/reseaux/BG_DegradeCorps.jpg) no-repeat top center;
	padding-top:20px;
	padding-bottom:38px;
}
#Corps{
	margin:0 auto;
	width:915px;
	background:url(../../images/reseaux/BG_Contenu.gif) repeat-y;
}
#Corps.SousMenu{
	background:url(../../images/reseaux/BG_Contenu_Alt.gif) repeat-y;
}
#TopSlice{
	background:url(../../images/reseaux/Img_BordureArrondieHaut.gif) no-repeat;
	height:19px;
	width:915px;
}
#BottomSlice{
	background:url(../../images/reseaux/Img_BordureArrondieBas.gif) no-repeat;
	height:19px;
	width:915px;
	clear:both;
}
#Corps.SousMenu #TopSlice{
	background:url(../../images/reseaux/Img_BordureArrondieHaut_Alt.gif) no-repeat;
}
#Corps.SousMenu #BottomSlice{
	background:url(../../images/reseaux/Img_BordureArrondieBas_Alt.gif) no-repeat;
}
#SousMenu, #ZoneDetail{
	font-size:1.3em;
	color:#444444;
	margin-top:20px;
	float:left;
}
#ZoneDetail {
	width:222px; /* réel: 242 */
	padding:10px 0 15px 20px;
}
#ZoneDetail p{
	font-size:11px;
	margin-bottom:0;
}
#ZoneDetail a, #Contenu a{
	color:#075672;
	text-decoration:none;
}
#ZoneDetail a:hover, #Contenu a:hover{
	color:#033141;
}

/* Menu de gauche - peut être remplacé par ZoneDetail au besoin */
#SousMenu li{
	width:216px; /* réel: 242 */
	padding:15px 5px 15px 20px;
	border-top:1px solid #d0d0d0;
}
#SousMenu a{
	color:#444444;
	text-decoration:none;
}
#SousMenu a:hover{
	color:#108cb3;
}
#SousMenu .MenuSpacerHaut{
	padding:0 0 0 20px;
}
#SousMenu .MenuSpacerBas{
	padding:0 0 0 20px;
	background:none;
}
#SousMenu .On{
	color:#108cb3;
}
#DernierNiveau{
	padding-top:5px;
}
#DernierNiveau li{
	background:url(../../images/reseaux/Puce_SousMenuElement.gif) no-repeat 5px 8px;
	padding:2px 0 2px 15px;
	font-size:12px;
	width:200px;
	border:none;
}
/* Zone de contenu d'une page intérieure */
#Contenu{
	float:right;
	width:620px;
	padding:25px 28px 25px 25px;
}
#Contenu.Complet{
	float:none;
	width:auto;
	padding:25px 28px 25px 25px;
}
#Contenu.SousMenu{
	width:620px;
}
#Contenu p{
	font-size:1.2em;
	line-height:1.6em;
}
#Contenu ul{
	padding-top:5px;
	margin-bottom:25px;
}
#Contenu li, .InfoBulle li{
	background:url(../../images/reseaux/Puce_SousMenuElement.gif) no-repeat 5px 5px;
	padding:0 0 0 15px;
	font-size:1.2em;
	margin-left:10px;
}
#ListeVideo li{
	background:none;
}
#ListeVideo a{
	background:url(../../images/reseaux/Puce_Play.gif) no-repeat 0 2px;
	padding-left:20px;
}
#ListeVideo a{
	color:#000;
	text-decoration:none;
}
#ListeVideo a:hover, #ListeVideo a.Actif{
	color:#108cb3;
}
#ListeVideo a.Actif{
	background:url(../../images/reseaux/Puce_Pause.gif) no-repeat 0 2px;
}
#ListeProduits:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#ListeProduits {
	display: inline-block;
}
#ListeProduits li{
	float:left;
	width:175px;
	background:none;
	margin:0 10px 32px 0;
}
#ListeProduits h5 a{
	height:14px;
	width:150px;
	color:#108cb3;
	background:url(../../images/reseaux/Img_Info.gif) no-repeat 0 3px;
	padding:0 0 5px 20px;
	margin:0 0 5px 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#ListeProduits img{
	border:1px solid #d0d0d0;
}
#Accordeon{
	/*position:relative;*/
}
.InfoBulle{
	background:url(../../images/reseaux/Img_InfoBulle.gif) bottom;
	border-top:1px solid #d0d0d0;
	width:262px; /* Réel: 330px */
	padding:0 34px 20px 34px !important;
	position:absolute;
	display:none;
}
.ColonneTier{
	width:30%;
	float:left;
}
.ColonneMoitie{
	width:50%;
	float:left;
}
.ColonnePleine{
	width:100%;
	clear:both;
}
.Large{
	width:39%;
}
#Accordeon div{
	padding:0 0 5px 0;
}
#Accordeon div p{
	margin-top:20px;
}
#Accordeon .Conteneur{
	background:url(../../images/reseaux/Img_FiletDegrade.gif) repeat-x bottom;
}
#TiConsultation-FR{
	background:url(../../images/reseaux/Ti_ServicesConsultation-FR.gif) no-repeat;
}
#TiConsultation-EN{
	background:url(../../images/reseaux/Ti_ServicesConsultation-EN.gif) no-repeat;
}
#TiPropos-FR{
	background:url(../../images/reseaux/Ti_Propos-FR.gif) no-repeat;
}
#TiPropos-EN{
	background:url(../../images/reseaux/Ti_Propos-EN.gif) no-repeat;
}
#TiExpertise-FR{
	background:url(../../images/reseaux/Ti_Expertise-FR.gif) no-repeat;
}
#TiEtudesCas-FR{
	background:url(../../images/reseaux/Ti_EtudesCas-FR.gif) no-repeat;
}
#TiEtudesCas-EN{
	background:url(../../images/reseaux/Ti_EtudesCas-EN.gif) no-repeat;
}
#TiAccesClient-FR{
	background:url(../../images/reseaux/Ti_AccesClient-FR.gif) no-repeat;
}
#TiContact-FR{
	background:url(../../images/reseaux/Ti_Contact-FR.gif) no-repeat;
}
#TiContact-EN{
	background:url(../../images/reseaux/Ti_Contact-EN.gif) no-repeat;
}
#TiEmploi-FR{
	background:url(../../images/reseaux/Ti_Emploi-FR.gif) no-repeat;
}
#TiEmploi-EN{
	background:url(../../images/reseaux/Ti_Emploi-EN.gif) no-repeat;
}
#TiPlan-FR{
	background:url(../../images/reseaux/Ti_Plan-FR.gif) no-repeat;
}
#TiPlan-EN{
	background:url(../../images/reseaux/Ti_Plan-EN.gif) no-repeat;
}
#TiZoneClient-FR{
	background:url(../../images/reseaux/Ti_ZoneClient-FR.gif) no-repeat;
}
#TiZoneClient-EN{
	background:url(../../images/reseaux/Ti_ZoneClient-EN.gif) no-repeat;
}
#TiPublications-FR{
	background:url(../../images/reseaux/Ti_Publications-FR.gif) no-repeat;
}
#TiClientsPartenaires-FR{
	background:url(../../images/reseaux/Ti_ClientsPartenaires-FR.gif) no-repeat;
}
#TiClientsPartenaires-EN{
	background:url(../../images/reseaux/Ti_ClientsPartenaires-EN.gif) no-repeat;
}

/*- Styles pour Plan du site --------------------------------------------------*/
#Contenu ul.SiteMap{
	background:url(../../images/reseaux/Puce_SiteMapAlt.gif) repeat-y 10px 0;
	padding:0;
	margin:5px 0 5px 0;
}
ul.SiteMap li a{
	color:#000 !important;
	text-decoration: none;
}
ul.SiteMap li a:hover{
	color:#108cb3 !important;
}
#Contenu ul.SiteMap li{
	background:url(../../images/reseaux/Puce_SiteMap.gif) no-repeat 0 45%;
}

/*- Styles pour formulaires ----------------------------------------------------*/
.FormLabel{
	font-size:1.2em;
}
.TxtErreur {
	font-size: 1.1em;
	color: #FF0000;
	margin-left:5px;
}
.TxtBox, .TxtArea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:227px; /* Réel: 232px */
	height:19px; /* Réel: 24px */
	color:#696969;
	border: 1px solid #000;
	padding: 5px 0 0 5px;
	margin-bottom:15px;
}
.TxtArea {
	width:527px;
	height:75px;
}
.Btn {
	background:#7ebe00 url(../../images/reseaux/Img_CoinGaucheBouton.gif) no-repeat top left;
	background-color:#108bc3;
	color:#FFF !important;
	padding-left:20px;
	font-size:1.3em;
	font-weight:bold;
	height:30px;
	cursor:pointer; 
	line-height:30px;
	display:block;
	display:inline-block; 
	vertical-align:middle;
}
.Btn span{
	background:url(../../images/reseaux/Img_CoinDroitBouton.gif) no-repeat top right;
	height:30px;
	display:block;
	display:inline-block;
	line-height:30px;
	padding-right:20px;
}
.TxtRecherche{
	width:125px;
	height:17px;
	padding-left:7px;
	padding-top:1px;
	/*line-height:18px;*/
	border:0px solid #FFF;
	margin:13px 0 0 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}
.FlecheRecherche{
	background:url(../../images/reseaux/Img_FlecheRecherche.gif) no-repeat;
	width:14px;
	height:14px;
	text-indent:-200em;
	overflow:hidden;
	display:block;
	float:left;
	margin:15px 0 0 5px;
}
.FlecheRecherche:hover{
	background-position:0 -14px;
}

/*- Styles de l'éditeur ----------------------------------------------------*/

/*- Classes pour les textes ----*/
.TexteSpecial {
	font-size: 1.1em;
	color: #0097ce;
}
.TextePetit {
	font-size: 0.9em;
}
.TextePale{
	color:#a5a5a5;
}
.TexteVert{
	color:#108bc3;
}

/*- Classes pour les hyperliens ----*/
a.LienSpecial, .LienSpecial a{
	color:#000 !important;
	text-decoration: none;
}
a.LienSpecial:hover, .LienSpecial a:hover{
	color:#7dbc00 !important;
}

/*- Classes pour les ../..../../images ----*/
img.ImageContour {
	border: 1px solid #dfdfdf;
}
img.ImageGauche {
	margin:	0 15px 5px 0;
	float:left;
}
img.ImageDroite {
	margin: 0  0 5px 15px;
	float:right
}
img.ImgBlock{
	display:block;
}
img.ImageEspace{
	margin:13px 0 13px 0;
}
img.ImageEspace{
	margin-right:30px;
}

/*- Classes pour les tableaux ----*/
/*table.Tableau {
	font-size: 1.1em;
	color: ;
	background: ;
	padding: 0 0 0 0;
	border-right: ;
	border-top: ;
}
td.CelluleTitre {
	font-size: 1.1em;
	color: ;
	background: ;
	padding: 0 0 0 0;
	border-left: ;
	border-bottom: ;
	vertical-align: top;
}
td.CelluleSousTitre {
	font-size: 1.1em;
	color: ;
	background: ;
	padding: 0 0 0 0;
	border-left: ;
	border-bottom: ;
	vertical-align: top;
}
td.CelluleTexte1, td.CelluleTexte2 {
	font-size: 1.1em;
	color: ;
	background: ;
	padding: 0 0 0 0;
	border-left: ;
	border-bottom: ;
	vertical-align: top;
}
td.CelluleTexte2 {
	color: ;
	background: ;
}*/
/*--------------------------------------------------------------------------*/