/*****************************************************/
/* HACKS *********************************************/
/*****************************************************/

input {
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgba(0,0,0, 0.2);
}

input:focus {
    box-shadow: 0 0 5px rgba(0, 80, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 80, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 80, 255, 1);
    border: 1px solid rgba(0,80,255, 0.8); 
}

/* Enleve le border sur les liens */
a {
	blur: expression(this.onFocus=this.blur()); /* IE */
	outline: none;	/* Firefox */
}

input::-moz-focus-inner {
	border: 0;
	padding-left: 0;	/* Remove button padding */
	padding-right: 0;
}

:-moz-last-node input[type=submit] {
	background: -moz-linear-gradient(top, white, #E5E5E5);
	padding-bottom: 1px ! important;
}
:-moz-last-node input[type=submit]:hover {
	background: -moz-linear-gradient(top, white, #D5D5D5);
}

/* Webkit (Safari + Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=submit] {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#E5E5E5));
	}
	input[type=submit]:hover {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#D5D5D5));
	}
}

/* Tous les IE */
input[type=submit] {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#E5E5E5');
}
input[type=submit]:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#D5D5D5');
}

/* IE7 */
*:first-child+html input[type=submit] {
	overflow: visible;
	padding-left: 10px;	/* Enleve la marge que IE7 rajoute autour des boutons */
	padding-right: 10px;
	width: auto;
}

/*****************************************************/
/* GENERIQUE *****************************************/
/*****************************************************/

html, body, div, span, img, a, p, font, ul, li, table, tfoot, tr, th, td, form, label, legend, h1, h2, h3, center {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	background-color: #e9eff3;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	color: #666;
	font-family: 'Helvetica', Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}
p {
	color: #666;
	font-family: 'Helvetica',Arial,Verdana,sans-serif;
	font-size: 13px;
	text-align: left;
}

#global {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
	width: 800px;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #009ee0;
}
a:link, a:visited, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.moreinfo {
	background: url(images/moreinfo-arrow_08c.gif) no-repeat 100% 50%;
	padding-right: 10px;
	white-space: nowrap;
	zoom: 1;
}

input[type=submit] {
	background-color: #d7d5e0;
	border: 1px solid #888;
	color: #141417;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}
input[type=submit]:hover {
	background-color: #d0ced9;
}
ul {
	list-style-position: inside;
	list-style-type: square;
	overflow: hidden;
}
/*****************************************************/
/* titres ********************************************/
/*****************************************************/
h1 {
	color: #0018A8;
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 20px;
}
h1 a {
	color: #0018A8;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 22px;
	margin: 0;
	padding-bottom: 20px;
	text-align: left;
}
h3 {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 20px;
}
#titre {
	color: #000;
	font-size: 15px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.top#titre {
	padding-top: 0px;
}

/*****************************************************/
/* images ********************************************/
/*****************************************************/
.imgcenter {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.imgfloatleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imgfloatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*****************************************************/
/* Flash *********************************************/
/*****************************************************/
#flashContent {
	display: none;
	position: relative;
	z-index: 200;
}
#flashplayer {
	text-align: center;
}


/* Flèches */
span#special {
	font-family: times;
	font-size: 12px;
}

/* Debug invisible */
#debug {
	color: blue;
}

/*****************************************************/
/* Menu horizontal ***********************************/
/*****************************************************/
div#menuglobal{
	margin-left: 10px;
	position: absolute;
	top: 80px;
	z-index: 300;
}
div#menugauche{
	display: none;
}
div#menu{
	background-color: #eaf1f6;
	background-image: url(images/menu_h-fond.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin-left: 0;
	margin-right: 0;
	width: 780px;
}
div#menudroit{
	display: none;
}

/* Menu horizontal */
ul.menu {
	overflow: hidden;
}
ul.menu li.niveau1 {
	float: left;
	font-size: 12px;
	list-style: none;
	*position: relative !important; /* Positionnement sous IE7 */
}
ul.menu li.niveau1 a {
	background: transparent;
	border-right: 1px solid #dce4ea;
	color: #000;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	width: auto;
}
ul.menu li#right.niveau1 {
	float: right;
}
ul.menu li#right.niveau1 a {
	border: 0;
	border-left: 1px solid #dce4ea;
}
ul.menu li a:hover {
	color: #009ee0;
}
ul.menu li:hover {
	background: #fff;
	color: #009ee0;
}
ul.menu li#selected a {
	background: none;
	color: #009ee0;
}
ul.menu li#selected a:hover {
	background: #fff;
}
ul.menu li a span {
	display: block;
}
ul.menu li.title span {
	display: block;
	font-size: 14px;
	margin: 8px 10px 0 10px;
}
ul ul.niveau2 {
	background: #fff;
	border: 1px solid #dce4ea;
	border-top: 0;
	display: none; /* A commenter pour afficher les menus  */
	*left: 0 !important; /* Positionnement sous IE7 */
	list-style: none;
	margin: 36px 0 0 -1px;
	padding: 0 10px 0 10px;
	position: absolute;
	width: auto;
	*width: 120px !important; /* IE7 */
}
li:hover ul.niveau2 {
	display: block;
}
ul.niveau2 li#niveau2 {
	background: none;
	clear: both;
	position: relative;
	display: block;
}
li ul.niveau2 li#niveau2 a, li#selected ul.niveau2 li#niveau2 a {
	background: #fff url(images/dots.gif) repeat-x 0px 0px;
	display: block;
	color: #000;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 120px;
}
li ul.niveau2 li#niveau2 a:hover, li#selected ul.niveau2 li#niveau2 a:hover {
	color: #009ee0;
}
li ul.niveau2 li.first#niveau2 a, li#selected ul.niveau2 li.first#niveau2 a {
	background: #fff;
}
ul.niveau2:hover ul.menu li {
	top: -10px;	
}
/*****************************************************/
/* La page *******************************************/
/*****************************************************/
#page {
	background: #fff url(images/css_bar_shadow.gif) no-repeat;
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#page #contenu.message {
	background: #e6e7ff;
	border: 1px solid #c4c6ff;
	color: #5c6da6;
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	width: 80%;
}
#page #contenu.erreur {
	background: #fff2dc;
	border: 1px solid #FFD48A;
	font-size: 12px; color: #f9692a;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	width: 80%;
}
.separateur {
	border-top: 1px solid #dfdfdf;
	margin-bottom: 10px;
	margin-top: 30px;
	width: 100%
}

/*****************************************************/
/* Logo **********************************************/
/*****************************************************/
.logo {
}
.logo .contenu {
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.logo .contenu img#logo {
	display: block;
	float: left;
	margin: 12px 0 0 20px;
}

.logo .contenu #links {
	color: #ccc;
	float: right;
	line-height: 13px;
	margin-right: 20px;
	margin-top: 10px;
}
.logo .contenu #links a {
	color: #333;
	font-size: 11px;
}
.logo .contenu #links a:hover {
	color: #009ee0;
	text-decoration: none;
}

/*****************************************************/
/* Banniere ******************************************/
/*****************************************************/
div#banniere {
	background-repeat: no-repeat;
	clear: both;
	display: block;
	padding: 0px;
	position: relative;
	width: 800px;
}

div#banniere .communication {
	/* Pour les vieux navigateurs qui ne supportent pas le RGBa */
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	/* For IE – resetting background color hack */
	background: transparent\9;
	/* Pour IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#75000000, endColorstr=#75000000)";
	/* Pour IE 5.5 - 7 */
	/* Remplacer 0.5 par le taux de transparence : Math.floor(0.5 * 255).toString(16);*/
	filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=#75000000, endColorstr=#75000000);
	
	bottom: 0;
	height: 100%;
	position: absolute;
	width: 300px;
	zoom: 1;
}
div#banniere .communication .contenu {
	bottom: 0;
	color: white;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 20px 20px 30px 20px;
	position: absolute;
}
div#banniere .communication .contenu #titre {
	color: white;
	font-size: 26px;
	line-height: 32px;
	padding-top: 5px;
}
div#banniere .communication .contenu a {
	background: url(images/css_communication-arrow.gif) no-repeat 0 40%;
	color: #61c0e8;
	display: block;
	font-size: 15px;
	margin-top: 25px;
	padding-left: 12px;
	white-space: nowrap;
	zoom: 1;
}

#wrapper {
	height: 300px;
	margin: 0;
	padding: 0;
	width: 800px;
}
.visuel {
	overflow: hidden;
}

#slider {
	border: 0;
	float: left;
	height: 300px;
	overflow: auto;
	position: relative;
	width: 800px;
}
#slider ul {
	height: 300px;
	left: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#slider li {
	float: left;
	height: 300px;
	width: 800px
}

.pagination-contenu {
	bottom: 10px;
	height: 15px;
	left: 0;
	padding: 5px 0 5px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}
#pagination.pagination {
	display: block;
	height: 15px;
	line-height: 1em;
	text-align: center;
}
.pagination {
	list-style: none outside;
}
.pagination li {
	cursor: pointer;
	display: inline-block;
	display: inline\9;
	font-size: 6px;
	height: 15px;
	line-height: 0;
	margin: 0 5px 0 5px;
	margin-left: 10px\9;
	margin-right: 10px\9;
	position: relative;
	width: 10px;
}

.pagination li a, .pagination li a:active, .pagination li a:focus, .pagination li a:visited {
	background: url(images/css_pagination.gif) no-repeat 0px 0px;
	display: inline-block;
	display: inline\9;
	height: 15px;
	left: 0;
	line-height: 0;
	outline: none;
	margin-top: 4px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 15px;
}

.pagination li a:hover {
	background: url(images/css_pagination.gif) no-repeat 0px -20px;
}
li.current a, li.current a:active, li.current a:focus, li.current a:visited {
	background: url(images/css_pagination.gif) no-repeat 0px -40px;
	outline: none;
}
li.current a:hover {
	background: url(images/css_pagination.gif) no-repeat 0px -40px;
	cursor: default;
}

/*****************************************************/
/* Navigation ****************************************/
/*****************************************************/
.navigation {
	background-color: #EAF1F6;
	color: #009ee0;
	font-size: 11px;
	height: auto;
	line-height: 36px;
	margin: 0;
	padding-left: 20px;
	width: 100%;
	z-index: 100;
}
.navigation .contenu {
	color: #666;
}
.navigation .contenu a:hover {
	text-decoration: none;
}
.navigation .contenu span#pageparente {
	border-right: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}
.navigation .contenu span#pageparente a {
	color: #000;
}
.navigation .contenu span#pageparente a:hover {
	color: #009ee0;
}
.navigation .contenu span#pagecourante {
	color: black;
	padding-left: 10px;
}

/*****************************************************/
/* Barre de recherche ********************************/
/*****************************************************/
#recherche {
	width: 96%;
	background-color: #EAF1F6;
	margin-bottom: 15px;
	padding: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#recherche input {
	font-size: 12px;
	margin-right: 15px;
}
#recherche input[type=text] {
	height: 24px;
	margin-left: 5px;
	width: 380px;
}
#recherche select {
	margin-right: 15px;
}

/*****************************************************/
/* Resultats de recherche ****************************/
/*****************************************************/
.rechercheresultatnb {
	color: #0018A8;
	font-size: 18px;
	margin-bottom: 15px;
}

.rechercheresultat {
	overflow: hidden;
	height: 58px;
	margin-bottom: 10px;
}
.rechercheresultat p, .rechercheresultat p a {
	color: #666;
	font-size: 11px;
}
.rechercheresultat a {
	font-size: 14px;
}
.rechercheresultat#selected {
	background-color: #efefef;
}

/*****************************************************/
/* Contenu de la page en pleine largeur **************/
/*****************************************************/
div#contenularge {
	margin-top: 0px;
	width: 100%;
}
div#contenularge #top {
	font-size: 0px;
	height: 6px;
	line-height: 0px;
}
div#contenularge #contenu {
	font: bold 12px ;
	padding: 10px;
}
div#contenularge #bottom {
	font-size: 0px;
	height: 7px;
	line-height: 0px;
}
.centre {
	text-align: center;
}
.contenugauche {
	float: left;
	margin: 20px 10px 0 10px;
	width: 520px;
}
.contenudroit {
	float: right;
	margin: 20px 10px 0 10px;
	_margin-left: 0 !important; /* IE 6 */
	width: 220px;
}

/*****************************************************/
/* Menu vertical *************************************/
/*****************************************************/
div#menuvertical {
	float: left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 0;
	width: 170px;
}
div#menuvertical a {
	color: #999;
}
div#menuvertical #top {
	height: 18px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
div#menuvertical #top a span {
	color: #000;
	font: bold 12px;
}
div#menuvertical #contenu {
	margin-top: 15px;
}
div#menuvertical .client {
	background-color: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
div#menuvertical .client span {
	color: #888;
	font-weight: normal;
}
div#menuvertical #bottom {
	font-size: 0px;
	height: 6px;
	line-height: 0px;
	width: 100%;
}
div#menuvertical .separateur {
	border-top: 1px solid #dfdfdf;
}

/* Niveau 1 */
div#menuvertical #contenu ul {
	font-size: 13px;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
}
div#menuvertical #contenu ul li {
	background: url(images/dots.gif) repeat-x 0px 1px;
	color: #000;
	height: 17px;
	line-height: 17px;
	padding-bottom: 5px;
	padding-top: 7px;
}
div#menuvertical #contenu ul li.first {
	background: none;
}
div#menuvertical #contenu ul li span#special {
	display: none;
	font-size: 9px;
}
div#menuvertical #contenu ul li:hover {
	color: #009EE0;
}
div#menuvertical #contenu ul li a:hover {
	color: #333;
}
div#menuvertical #contenu ul li#selected:hover {
}
div#menuvertical #contenu ul li#selected {
	color: #009EE0;
}
div#menuvertical #contenu ul li#selected a {
}
div#menuvertical #contenu ul a:hover {
	text-decoration: none;
}

/* Niveau 2 */
div#menuvertical #contenu .niveau2 {
	background: none;
	font-size: 11px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 1px;
}

/* Menu Download */
div#menuvertical #contenu .menu_download {
	color: #333;
	line-height: 1.2em;
	padding: 0;
}
div#menuvertical #contenu .menu_download img {
	float: left;
	padding-right: 5px;
}
div#menuvertical #contenu .menu_download a.moreinfo {
	color: #009ee0;
	white-space: normal;
}

/*****************************************************/
/* Contenu de la page en largeur normale (avec menu) */
/*****************************************************/
div#contenunormal {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	width: 595px;
}
div#contenunormal #top {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
div#contenunormal #contenu {
	color: #666;
	font-size: 13px;
	line-height: 16px;
	padding: 20px 18px 20px 18px;
	text-align: left;
}
div#contenunormal #contenu ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 1.3em;
	overflow: visible;
}
div#contenunormal #contenu.erreur {
	background: #FFDCDC;
	border: 1px solid #FF8A8A;
	color: #F92A2A;
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: auto; margin-right: auto;
	margin-top: 15px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	width: 80%;
}

div#contenunormal #bottom {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
div#contenunormal object {
	margin-bottom: 10px;
	margin-top: 15px;
}

/*****************************************************/
/* Legende *******************************************/
/*****************************************************/
.legende {
	background: #EAF1F6;
	color: #333;
	font-size: 10px;
	font-style : italic;
	line-height: 1.4;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

/*****************************************************/
/* Postit ********************************************/
/*****************************************************/
div.postit {
	margin: 30px 0 0 0;
	text-align: center;
	width: 100%;
}

div.postit .conteneur {
	color: #333;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 357px;
}

div.postit .conteneur #haut {
	background: #eee url(images/css_postit.jpg) no-repeat;
	padding-top: 15px;
}

div.postit .conteneur #bas {
	background: #eee url(images/css_postit.jpg) no-repeat right bottom;
	height: 40px;
}

div.postit div.titre {
	background: url(images/dots.gif) repeat-x bottom;
	color: #0018A8;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 30px 10px 30px;
	padding: 0 0 5px 0;
}

div.postit div.contenu {
	margin: 5px 30px 0 30px;
}

/*****************************************************/
/* Postit 2 ******************************************/
/*****************************************************/
div.postit2 {
	float: right;
	margin: 10px 20px 10px 20px;
}
div.postit2 .conteneur {
	color: #666;
	padding: 10px 20px 0 20px;
	text-align: left;
	width: 317px;
}
div.postit2 .conteneur #haut {
	background: #eee url(images/css_postit.jpg) no-repeat;
	padding-top: 15px;
}
div.postit2 .conteneur #bas {
	background: #eee url(images/css_postit.jpg) no-repeat right bottom;
	height: 40px;
}
div.postit2 .conteneur .lignedl {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

/*****************************************************/
/* Boîte *********************************************/
/*****************************************************/
div#boite {
	margin: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}
div#boite #conteneur {
	background: #e9eff3 url(images/css_bar_shadow-boite.gif) no-repeat bottom;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
	text-align: left;
	width: 400px;
}
div#boite div.titre {
	background: url(images/dots.gif) repeat-x bottom;
	color: #0018A8;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 20px 10px 20px;
	padding-bottom: 5px;
}
div#boite div.texte {
	margin: 0 20px 0 20px;
	padding: 0;
}
/* Formulaires */
div#boite #conteneur form {
	margin: 10px 20px 20px 20px;
}
div#boite #conteneur label {
	clear: both;
	float: left;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 10px;
	*margin-bottom: 0 !important; /* IE 7 */
	_margin-bottom: 0 !important; /* IE 6 */
	padding: 1px 0 0 0;
	text-align: left;
	width: 160px;
}
div#boite #conteneur .input {
	border: 1px solid #ccc;
	color: #333;
	display: block;
	font-size: 11px;
	float: right;
	height: 24px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 10px;
	*margin-bottom: 0 !important; /* IE 7 */
	_margin-bottom: 0 !important; /* IE 6 */
	padding: 0 5px 0 5px;
	text-align: left;
	width: 175px;
}
div#boite #conteneur .input img {
	margin-top: 4px;
}
div#boite #conteneur input {
	border: 1px solid #ccc;
	color: #333;
	display: block;
	font-size: 11px;
	float: left;
	height: 24px;
	*line-height: 24px !important; /* IE 7 */
	line-height: 24px\0/ !important; /* IE 8-9 */
	margin: 0;
	margin-bottom: 10px;
	*margin-bottom: 0 !important; /* IE 7 */
	_margin-bottom: 0 !important; /* IE 6 */
	padding: 0 3px 0 3px;
	width: 192px;
}
div#boite #conteneur input[type=checkbox] {
	border: none;
	height: auto;
	margin: 0;
	margin-top: 4px;
	width: auto;
}
div#boite #conteneur textarea {
	border: 1px solid #ccc;
	color: #555;
	display: block;
	font-size: 11px;
	height: auto;
	margin: 0;
	margin-bottom: 10px;
	padding: 4px 0px 4px 0px;
	width: 100%;
}
div#boite #conteneur select {
	float: left;
	font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
	*margin-bottom: 0 !important; /* IE 7 */
	_margin-bottom: 0 !important; /* IE 6 */
	padding: 0;
}
div#boite #conteneur input.submit {
	border: 1px solid #888;
	color: #141417;
	float: right;
	min-height: 28px;
	margin: 0;
	_height: 28px !important; /* IE 6 */
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: white 0px 1px;
	width: auto;
}

/*****************************************************/
/* Tableaux ******************************************/
/*****************************************************/
#tableau {
	padding: 1px;
	padding-bottom: 0px;
	width: 558px;
}

/* la balise table */
#tableau table {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	width: 558px;
}

/* Les cellules */
#tableau th {
	background: #efefef;
	border: 1px solid #dfdfdf;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
#tableau td {
	border: 1px solid #dfdfdf;
	color: #666;
	font-size: 10px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
}

/* La premiere colonne de cellules */
#tableau td.first {
	text-align: left;
}

/* Ligne selectionnee d'un tableau */
#tableau #selected {
	background-color: #E9EFF3;
}

/*****************************************************/
/* Downloads *****************************************/
/*****************************************************/
.lignedl {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
.lignedl img {
	float: left;
	padding-right: 10px;
}
.lignedl .texte {
	color: #333;
}
.lignedl .soustexte {
	color: #888;
	font-size: 10px;
}

/*****************************************************/
/* Les news ******************************************/
/*****************************************************/
#applimanager {
	background-color: #fff;
	background-image: url(images/css_background_cavalier.png);
	background-repeat: no-repeat;
	background-position: 380px 20px;
	min-height: 200px;
	padding: 10px;
}
.news {
	border-bottom: 1px solid #dfdfdf;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
	width: 100%;
}
.newstypeimage {
	float: left;
	margin: 0;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 0;
	width: auto;
}
.newstitre {
	color: #303030;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

/*****************************************************/
/* Links (bas de page) *******************************/
/*****************************************************/
.links {
	color: #009ee0;
	font-size: 13px;
	font-weight: normal;
	padding: 0 20px 20px 20px;
}
.links a {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}
.links a:hover {
	color: #009ee0;
	text-decoration: none;
}
.links .colonne {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 180px;
}

/*****************************************************/
/* Footer ********************************************/
/*****************************************************/
div#footer {
	background-image: url(images/css_bar_shadow-footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	height: 90px;
	padding: 30px 20px 0 20px;
}
div#footer .contenu {
	border-top: 1px solid #dfdfdf;
	line-height: 14px;
	padding-top: 5px;
}
div#footer .contenu #sign {
	float: left;
}
div#footer .contenu #links {
	float: right;
}
div#footer .contenu #links a {
	color: #000;
}
div#footer .contenu #links a:hover {
	color: #009ee0;
	text-decoration: none;
}

/**********************************/
/* Caractères cachés (anti-copie) */
/**********************************/
#h {
	color: #fff;
	float: right;
	font-size:0px;
	height: 0px;
	line-height: 0px;
	margin-right: -200px;
	padding: 0;
	width: 0px;
}

