body{ /* Corps du site */
	font-family: arial;
	font-size: 11px;
	background: url(images/fond.png) left top no-repeat;
	background-color: #5a8ede;
	background-color: #989898;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

html,body{
	height: 100%;
}

#lapage{
	width: 1020px;
	height: 100%;
}

* html #lapage{
	width: 1027px !important;
}

.listeApuce{
	list-style-image: url(images/puce_texte.png);
	padding-left: 2px;
	font-size: 9pt;
	margin-bottom: 5px;
}

#top-left{
	width: 40px;
	height: 40px;
	background: url(images/head-left.png) no-repeat;
	float: left;
}

* html #top-left{
	background: url(images/head-left.gif) no-repeat !important;
}

#top{
	height: 40px;
	width: 940px;
	background: url(images/head.png) repeat-x;
	float: left;
}

* html #top{
	width: 947px !important;
	background: url(images/head.gif) repeat-x !important;
}

#top-right{
	width: 40px;
	height: 40px;
	background: url(images/head-right.png) no-repeat;
	float: right;
}

* html #top-right{
	background: url(images/head-right.gif) no-repeat !important;
}

#left{
	/*height: 710px;*/
	width: 40px;
	background: url(images/left.png) repeat-y;
	float: left;
	
}

* html #left{
	background: url(images/left.gif) repeat-y !important;
}

#center{
	/*height: 710px;*/
	min-height: 710px;
	width: 940px;
	background-color: #ffffff;
	float: left;
}

#right{
	/*height: 710px;*/
	height: 100%;
	width: 40px;
	background: url(images/right.png) repeat-y;
	float: right;
}

* html #right{
	background: url(images/right.gif) repeat-y !important;
}

#bottom-left{
	width: 40px;
	height: 40px;
	background: url(images/foot-left.png) no-repeat;
	float: left;
}

* html #bottom-left{
	background: url(images/foot-left.gif) no-repeat !important;
}

#bottom{
	height: 40px;
	width: 940px;
	background: url(images/foot.png) repeat-x;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #017ca0;
}

* html #bottom{
	width: 947px !important;
	background: url(images/foot.gif) repeat-x !important;
}

#bottom-right{
	width: 40px;
	height: 40px;
	background: url(images/foot-right.png) no-repeat;
	float: right;
}

* html #bottom-right{
	background: url(images/foot-right.gif) no-repeat !important;
}

a{ /* Liens */
	color: #6b6b6b;
	text-decoration: none;
}

a:hover{
	color: #5a8ede;
	text-decoration: none;
}

a:active{
	color: #017ca0;
	text-decoration: underline;
}

img{ /* Supprime les bordures des images */
	border: none;
}

li{ /* Listes */
	list-style: none;
}

input{ /* Champs des formulaires */
	font-size: 10px;
}

textarea{ /* Zones de texte des formulaire */
	font-family: arial;
	font-size: 11px;
}

select{ /* Listes sélectives */
	font-size: 10px;
}

.liste{
	font-size: 12px;
	padding-left: 5px;
	margin-left: 5px;
}

.large{ /* Style large des forms */
	width: 500px;
}

.moyen{ /* Style large des forms */
	width: 180px;
}

*+html .moyen{ /* Style large des forms pour IE7 */
	width: 179px;
}

.court{ /* Style court des forms */
	width: 80px;
	text-align: right;
}

.banniere{ /* Bannière */
	width: 932px;
	height: 35px;
	text-align: left;
	padding-left: -10px;
	background: #ffffff;
}

.banniere-gauche{
	text-align: left;
	height: 33px;
	background: #ffffff;
}

*+html .banniere-gauche{ /* IE 7 uniquement */
	width: 161px;
}

#marge-gauche{
	width: 160px;
}

*+html #marge-gauche{
	width: 161px;
}

.banniere-droite{
	background-color: #ffffff;
}

#marge-droite{
	width: 44px;
	width: 43px !important;
}

table#fond{ /* Fond de la page */
	background-color: #ffffff;
	width: 780px;
	margin-top: -12px;
	z-index: -100;
	height: 100%;
}

#sous-menu{ /* Menu à gauche */
	margin-left: -43px;
	width: 198px;
	padding: 0px;
	position: absolute;
	text-align: left;
	color: #a5ba21;
	margin-top: -11px;
}

* html #sous-menu{
	margin-left: -217px;
	margin-top: 0px;
}

*+html #sous-menu{ /* IE7*/
	margin-left: -205px;
	margin-top: 0px;
}

li.sous-menu{ /* Liste du menu gauche */
	padding: 5px;
	margin-left: 20px ;
	width: 140px;
	list-style-image: url(images/puce.png);
}

li.sous-menu:hover{
	/*font-weight: bold;*/
	/*padding: 5px;*/
	list-style-image: url(images/puce_hover.png);
}

li.sous-menu a{
	float: left;
	margin-top: 4px;
}

li.sous-menu a:hover{
	color: #5a8ede;
}

li.page_actuelle{
	padding: 5px;
	margin-left: 20px;
	width: 140px;
	list-style-image: url(images/puce_selected.png);
	font-weight: bold;
}

#titre{ /* Titre de la page */
	color:#a5ba21;
	font-size: 18px;
	padding-left: 1px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 2px solid #a5ba21;
}

#page{ /* Page */
	margin: 0px auto;
	margin-left: 160px;
	padding: 5px;
	width: 777px; /* Firefox */
	width: 776px !important; /* IE6 - IE5 - Safari - Google Chrome */
	border-left: solid 1px #bababa;	
	/*height: 600px;*/
	text-align: left;
	/*overflow:auto;*/
	border-top: 1px solid #bababa;
	height: 100%;
}

*+html #page{ /* IE7 uniquement */
	margin-left: 161px;
	width: 777px;
}

#texte
{
	margin: 10px;
	font-size: 15px;
}

table#sql{ /* Tableau suivi des contrats */
	background: #ffffff;
	width: 777px;
}

#accroche{
	position: absolute;
	float: right;
	margin-left: 620px;
	margin-top: -50px;
}

* html #accroche{
	margin-left: 500px;
	margin-top: 0px;
}

*+html #accroche{
	margin-left: 500px;
	margin-top: 0px;
}

#scroll{
	width: 160px;
	height: 222px;
	margin-left: 28px;
	padding-left: 5px;
	position: absolute;
	top: 401px;
	background: url(images/news.png) top left no-repeat;
}

* html #scroll{
	margin-left: 42px !important;
}

*+html #scroll{ /* Pour IE7 */
	margin-left: 30px;
	top: 391px;
}


#texte_news{
	padding: 5px;
	color: #000000;
	font-size: 10px;
}

.news{
	border: 2px solid #a5ba21;
	width: 775px;
	padding: 2px;
	background-color: #faffd8;
	margin-bottom: 5px;
}

.news:hover{
	border: 2px solid #a5ba21;
	width: 775px;
	padding: 2px;
	background-color: #f3ffa7;
	margin-bottom: 5px;
}

.label{ /* Entête du tableau sql */
	border: 1px solid #e5e5e5;
	color: #6b6b6b;
	text-align: center;
}

.couleur1{ /* Couleur 1 pour les cellules du tableau sql */
	background: #e8e8e8;
	border: 1px solid #e5e5e5;
	padding-right: 2px;
	padding-left: 2px;
}

.couleur2{ /* Couleur 2 pour les cellules du tableau sql */
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	padding-right: 2px;
	padding-left: 2px;
}

.lien{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

/* Menu déroulant javascript */

.dropdown { 
	float: left;
	padding: 0px;
	margin: 0px;
}

.dropdown dt { /* Onglet */
	width: 123px;
	height: 33px;
	padding: 0px 0px 0px 0px;
	margin: -22px 1px 0px 0px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(images/onglet.png);
	position: relative;
}

.dropdown dt.actuel { /* Onglet de la page actuelle */
	width: 123px;
	height: 33px;
	padding: 0px 0px 0px 0px;
	margin: -22px 1px 0px 0px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(images/onglet_actuel.png);
	position: relative;
}

.dropdown dt.survol { /* Onglet survolé*/
	width: 123px;
	height: 33px;
	padding: 0px 0px 0px 0px;
	margin: -22px 1px 0px 0px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(images/onglet_actuel.png);
	position: relative;
}

.dropdown dt.survol a{
	color: #bababa;
}

.dropdown dt.actuel a{
	color: #a5ba21;
}

.dropdown dt:hover {
	width: 123px;
	height: 33px;
	padding: 0px;
	margin: -22px 1px 0px 0px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(images/onglet_actuel.png);
	position: relative;
	color: #5a8ede;
}

.dropdown dt:hover a{
	color: #5a8ede;
}

.dropdown dt a{ /* Lien de l'onglet */
	display: block;
	padding-top: 10px;
	margin: 0px;
	color: #bababa;
	text-decoration: none;
	width: 123px;
	text-align: center;
}

.dropdown dt a:hover{ /* Lien de l'onglet */
	display: block;
	padding-top: 10px;
	margin: 0px;
	color: #5a8ede;
	text-decoration: none;
	width: 123px;
	text-align: center;
}

.dropdown dd { /* Sous-menu déroulant */
	position: absolute;
	overflow: hidden;
	width: 123px;
	display: none;
	background: #fff;
	z-index: 200;
	opacity: 0;
	padding: 0px;
	margin: 0px;
}

.dropdown li { /* Liste du menu déroulant */
	padding: 2px;
	margin: 0px;
}

.dropdown ul { /*Sous-menu*/
	width: 121px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	background-image: url(images/sous-menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	text-align: center;
}

.dropdown ul a:hover { 
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #5a8ede;
	font-weight: bold;
}

/* Menu en accordéon */

#slider{
	width: 745px;
}
.header{
	width: 734px;
	border: 1px solid #9ac1c9;
	padding: 4px;
	font-weight: bold;
	margin-top: 8px;
	cursor: pointer;
	background: #e5efff;
	text-align: left;
	font-size: 15px;
}
.header:hover{
	background: #d9e7ff;
}
.content{
	overflow: hidden;
}
.text{
	width: 722px;
	border: 1px solid #9ac1c9;
	padding: 10px;
	margin: 2px 0px 0px 0px;
	text-align: left;
	background: #f1f6fd;
	font-size: 12px;
}
