﻿/*
bleu 619081
vert 78a22f
gris 9fa1a4

*/
html 
{
	scrollbar-face-color: #669b31;
	scrollbar-shadow-color: #296e26;
	scrollbar-highlight-color: #296e26;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #78a22f;
	scrollbar-track-color: #78a22f;
	scrollbar-arrow-color: #FFFFFF;
	overflow: auto;
}

.MainMenu
{
	cursor: pointer;
}

.bleu { color: #619081; }

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #78A22F;
	margin:0; padding:0;
}

h2{font-size:14px;
font-weight:bold;
margin-top:10px;
margin-left: 250px;}

p{margin-right:15px;
margin-left:250px;
}

/* affecte tous les liens */
a { text-decoration:none; color:#619081; font-weight: bold;}
a:hover { text-decoration:underline;}

ul
{
    list-style-image: url('../../images/bullet.gif');
    color: #78A22F; 
    line-height: 1.5em;
	margin-right:15px;
    margin-left: 250px;
}

ul li{ margin-bottom:10px; }

ul ul {  margin:0 0 0 10px; padding:0; }
ul ul li{  margin:0 0 0 10px;  padding:0;}
/*POUR QUE LES LISTES À PUCES S'ALIGNENT AVEC LES AUTRES SANS QUE LA PAGE PLAN DU SITE SOIT INCORRECT*/
ol
{	line-height: 1.5em;
	margin:0;
	padding:0px;
	margin-right:15px;
	margin-left: 250px; }
	
ol li{ margin-bottom:0;
	  float-left: 0px; }

#arriere
{
    background-image:url(../../images/arriere.jpg);
    width: 955px;
    height: 600px;
	margin:auto;
}
#arriereEn
{
    background-image:url(../../en/images/arriere.jpg);
    width: 955px;
    height: 600px;
    margin:auto;
}
/***** Menu *****/
#menuHaut
{

}
.menu
{
  display:block;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 39px;
  float:left;
}
.menu:hover
{ 
  background-position: 0 -39px;
}
#profilCorporatif{ background-image: url("../../images/menu/profilcorporatif.gif"); width: 234px; }
#services{ background-image: url("../../images/menu/services.gif"); width: 139px; }
#nousJoindre{ background-image: url("../../images/menu/nousjoindre.gif"); width: 188px; }
#english{ background-image: url("../../images/menu/english.gif"); width: 127px; margin-right:158px; }
#accueil{ background-image: url("../../images/menu/accueil.gif"); width: 27px; }
#planDuSite{  background-image: url("../../images/menu/plansite.gif"); width: 28px; }
#contact{ background-image: url("../../images/menu/contact.gif"); width: 26px; }
.menu span
{
  display: none;
}
#profilCorporatifEn{ background-image: url("../../en/images/menu/profilcorporatif.gif"); width: 234px; }
#servicesEn{ background-image: url("../../en/images/menu/services.gif"); width: 139px; }
#nousJoindreEn{ background-image: url("../../en/images/menu/nousjoindre.gif"); width: 188px; }
#englishEn{ background-image: url("../../en/images/menu/english.gif"); width: 127px; margin-right:157px; }
/***** Menu *****/


/*  CONTIENT LE TITRE ET LE CONTENU */
#contenucentre {
  /*position: absolute; */
  width: 955px; /* 100% */
  left: 0px;
  top: 250px;
  text-align:center;
  margin: auto;
  /*border: solid 1px red;*/
}

/*  CONTENU */
#contenu
{
    /*border: solid 1px blue;*/
	width: 670px;
	margin: auto;
	text-align: left;
	height: 245px;
	padding:0;
	overflow-y: auto;
	margin-top:10px;
}



/*  TITRE */
#divTitre
{
  	color: White;
  	font-size: 24px;
  	font-weight:bold;

    /*border: solid 1px blue;*/
	width: 500px;
	margin: auto;
	margin-left:315px;

	text-align: left;
	height:45px;
	padding:0;
	}
	
/*
#divTitre h1 {
	font: bold 320%/100% "Lucida Grande", Arial, sans-serif;
	margin: 30px 0 50px;
	position: relative;
	color: white;
}

#divTitre span {
	background: url(../../images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}
*/
img
{
    border: none;
}

