﻿@charset "utf-8";
/* CSS Document */

/**************************
		
		Page principale

****************************/
html {
    font-size: 100%; 
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../design/repeat_fond_bleu.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	font-size:13px;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin-left:10px; /* Rapproche le titre du texte. (5) */
	}
h1 {
    font-size:18px;
	color:#4464AC;
}
h2 {
    font-size:16px;
	color:#4464AC;
}
h3 {
    font-size: 14px;
	color:#4464AC;
}
h4 {
    font-size: 12px;
	color:#4464AC;
}

/* Listes */
ul, ol {
    padding: 0;
	font-size:13px;
	
}

/* Paragraphes */
p {
    margin:1px;
	text-indent:15px;
	font-size:13px; /* Marges plus faibles que par défaut. (7) */
}

address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
	color:#4464AC;
	text-decoration:none;
}
a:link {
	color:#4464AC;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color:#990033;
	text-decoration:underline;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
blockquote{
	font-style:italic;
	font-size:13px;
}

.HeaderStyle {

	color:White;
	height:20px;
	background-image:url(../design/fond_menu.gif);
}

.texte {
		padding-left:50px;
    list-style-image: url(../design/puce_bleu.png);
    list-style-position: outside;
	}

#sitemap{
	list-style: none;
}

#sitemap a{
	color:#4464AC;
	text-decoration:none;
}

#sitemap a:hover{
	color:#990033;
	text-decoration:underline;
}

#sitemap ul {
	padding-left:50px;
    list-style-image: url(../design/neo_16x16.png);
    list-style-position: outside;
}

#sitemap ul li ul{
	padding-left:50px;
    list-style-image: url(../design/fleche_right.png);
    list-style-position: outside;
}


/****************************************/


#container {
	text-align: left;
	width: 1023px;
	margin: 0 auto;
	margin-top:0px;
	background-color:#FFFFFF;
}

#Head
{
	margin: 0;
	padding: 0;
	font-size: 1px;	
	text-indent: -2000px; /*on vire le texte */
	height: 75px;
	width:1023px;
	background:url(../design/top.jpg);	
}


#HeaderLang
{
	width:130px;
	display:block;
	float:left;
	position:absolute;
	margin-left:800px;
	margin-top:15px;
}

#Logo {
	position:absolute;
	margin-left:106px;
	margin-top:20px;
	z-index:2;

}

#CadreMenuCenter {
	width:500px;
	height:24px;
	text-align:center;
	margin:auto;
	margin-top:-24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	vertical-align:top;
}

#MenuCenter {
	margin-bottom:10px;
	width:120px;
	float:left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:1px;

		}
	
ul.MenuCenter {
	display:none;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
ul.MenuCenter li {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left:10px;
	}
	
a.MenuLink, li a{
	text-decoration:none;
	color:white;
}

sa.MenuLink {
	font-size:16px;
	font-weight:bold;
}

li a:hover {
	background-color:white;
	color:#4564AD;
}


A.MenuCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

A.MenuCenter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration:none;
}

#Member{
	width:100px;
	height:24px;
	text-align:center;
	margin-left:800px;
	margin-top:-24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:top;
	text-decoration:none;
}

/**** Mini Menu en bas de page ****/

#miniMenuContainer {

	height:25px;
	width:806px;
	background-image: url(../design/container.jpg);
	background-repeat: repeat-y;
	position:relative;
	padding-left:110px;
	padding-right:107px;	
}

#miniMenu {
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	text-align:center;
	height:25px;
	font-size:11px;
	border-top:1px solid #CECECE;
	width:400px;

	padding-top:2px;
}
A.miniMenuLink {
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	font-weight:normal;
	color:black;
}
A.miniMenuLink:hover {
	text-decoration:none;
	color:#0848ea;
}
A.miniMenuLinkCurrentURL {
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
	color:#0848ea;
}


#LeftBorder {

	width:108px;
	background-color: #FFFFFF;
	position:absolute;
	margin-top:75px;
	z-index:1;

}
#RightBorder {

	width:105px;
	background-color: #FFFFFF;
	position:absolute;
	margin-top:75px;
	margin-left:918px;
	z-index:1;

}

/*******************************

	Ombre des images

*******************************/

/*core drop shadow rules*/


/*************************************/

#ImgContainer
{
	width:806px;
	min-height:130px;
    height:auto !important;
    height:130px;
	position:relative;
	padding-left:110px;
	padding-right:107px;
	background-color:#FFFFFF;
	background-image:url(../design/photos_top_empty.jpg);
	background-repeat:no-repeat;
	background-position:572px 5px;
}

#ImgContainerBarre{
	position:relative;
	background-image:url(../design/panelBarre.gif);
	background-repeat:no-repeat;
	width:370px;
	height:1px;
	left:435px;
	bottom:-110px;
	}

#TextContainer
{
	width:806px;
	min-height:544px;
    height:auto !important;
    height:544px;
	background-image: url(../design/container.jpg);
	background-repeat: repeat-y;
	position:relative;
	padding-left:110px;
	padding-right:107px;	
}


#Footer {
	margin:auto;
	background-image: url(../design/bottom.jpg);
	background-repeat: no-repeat;
	height:32px;
}

#Copyright {
	font-family:Verdana;
	font-size:9px;
	position:relative;
	text-align:center;
}

/*bouttons*/
.myINPUT {
	background-color:#F3F3F3;
	background-color:#E8E6E6;
	border:1px solid #B4B2B3;
	font-size:13px;
	line-height:20px;
	color:#333333;
}
/******************************



*******************************/
.Navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #4464AC;
	position:relative;
	text-indent:4px;
	top:105px;	
}

A.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration:none;
	color: #4464AC;
	text-align: left;
	position:relative;
	text-indent:4px;
	top:105px;	

}
A.Navigation:hover {
	text-decoration:underline;
	text-shadow:#000000;
}

#EncadreLeft {
width:200px;
margin:auto;
padding:10px;
background-color:#FFFFFF;
border-left:1px solid #4464AC; /* couleur du cadre */
border-right:1px solid #4464AC;
border-bottom:1px solid #4464AC;
border-top:1px solid #4464AC;

}

/**************************
		
		PANELS 

****************************/

.BoxPanel 
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

/*.BoxPanelBarre
{
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url(../design/panelBarre.gif);
	background-position:top right;
}*/

.BoxPanel .TitlePanel
{
	padding:8px;		 
	font-size:13px;
	font-weight:bold;	
	padding:4px;	

}

.BoxPanel .TitlePanel A
{
	font-size:14px;
	color:#4464AC;
	text-decoration:none;
}

.BoxPanel .TitlePanel A:hover
{	
	text-decoration:underline;
}

.BoxPanel .TitlePanel IMG
{	
	vertical-align:bottom;
}



.BoxPanel .ContenuPanel
{
border:1px solid #B4B2B3;
background-color:#F3F3F3;	
padding:5px;
line-height:16px;
}


.BoxPanel .ContenuPanel A
{
	color:#4464AC;
	text-decoration:none;
}

.BoxPanel .ContenuPanel A:hover
{
	color:#990033;
	text-decoration:underline;
}

.BoxPanel .InfoPanel
{
overflow:auto;
height:450px;
width:219px;
border:1px solid #0066CC;
font-size:13px;
padding:7px;
}

/********************

	TblConnect

*********************/

.TblConnect {
	border-collapse:collapse;
	color:#FFFFFF;
	}
.TblConnect TR {
	background-image:url(../design/fond_menu.gif);
	height:25px;
}

.TblConnect A {
	color:#FFFFFF;
	
}
.TblConnect A:hover {
	color:#FFFF00;
}

/********************

	Sortable tables

*********************/

table.sortable {

	border:1px solid #DDDDDD;
}

table.sortable .ItemStyle{
	background-color:#E9EDF5; /*couleur de chaque ligne*/
	color:black;
}

table.sortable .ItemStyleAlternatif{
	background-color:#CDD6EB; /*couleur de chaque ligne*/
	color:black;
}

/*table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}*/

table.sortable .ItemStyleLast {
	background-color:#D7D8FD;
	height:25px;
	color:black;
}

.Login {
	color: #FFFFFF
}
/* BUTTONS */

.buttons a, .buttons button {
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type] {
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}
/* POSITIVE */

button.positive, .buttons a.positive {
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
/* NEGATIVE */

.buttons a.negative, button.negative {
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}
