Body {
	background-color:#111111;
	color:#FFFFFF;
}

object { outline:none; }
img { border:none; }

img.icones {
	vertical-align:middle;
	margin-right:3px;
	padding-bottom:2px;
}

img.vignettes {
	background:#FFFFFF;
	padding:1px;
	border:1px solid #1c1c1c;
}

div.pointilles {
	background-image : url('../../images/pointilles.gif');
	background-repeat: repeat-x;
	background-position: center;
	height:15px;
	clear:both;
}

div.pointillesBlanc {	
	background-image : url('../../images/pointillesBlanc.gif');
	background-repeat: repeat-x;
	background-position: center;
	height:15px;
	clear:both;	
}

div.interlocuteur {
	float:left;
	width:215px;
	height:240px;
	padding:5px;
	margin:5px;
	background:#444444;
	border:1px solid #DEDEDE;
	text-align:center;
}

/* MAINTABLE */
#mainTable {
	position:relative;
	margin:10px auto;	
}

#mainTable td.sousMenu {
	width:990px;
	height:21px;	
	padding-right:25px;
	font-size:11px;	
	text-align:right;	
	color:#FFFFFF;
	background:url('../../images/bg_sousmenu.png') top left no-repeat;
}

#mainTable td.homeHeader {
	width:990px;
	height:224px;
}

#mainTable td.mainHeader {
	width:990px;
	height:178px;
}

#mainTable td.homeContent {
	width:990px;	
	padding:15px;	
	background:url('../../images/home_bg.png') top left repeat-y;
}

#mainTable td.mainContent {
	width:990px;	
	padding:15px;	
	background:url('../../images/main_bg.png') top left repeat-y;
}

#mainTable td.footer {
	width:990px;
	height:34px;
	text-align:center;
	color:#FFFFFF;
	padding-top:5px;
	background:url('../../images/bg_footer.png') top left no-repeat;
}

#mainPage td {
	vertical-align:top;
}

#parcChiffres {
	color:#151515;
	background-color:#d4e5f6;	
}

#parcChiffres tr.firstRow > td {
	color:#FFFFFF;
	background-color:#3b6cb1;
	font-weight:bold;	
}

#parcChiffres td {
	padding:2px;	
	text-align:center;
	vertical-align:middle;
	border:1px solid #20395c;
}

/* MULTIPAGE ------------------------------------------*/
.multipage { text-align:center; }
.multipage span { display:block; float:left; padding:2px 5px 3px 5px; }
.multipage a { 
	display:block;
	float:left;
	margin: 0 1px;
	padding:2px 5px 3px 5px;
	font-size:10px;
	font-weight:bold;	
	border:1px solid #AEB8C7;
	cursor:pointer;
}
.multipage a:hover { border:1px solid #FFFFFF; background-color:#c30016; color:#FFFFFF; }
.multipage a.mPageHover { border:1px solid #FFFFFF; background-color:#EC9000; color:#FFFFFF; }

/* DIV ----------------------------------------------- */

div.clear {
	clear:both;
}

div#homeMenu {
	position:absolute;
	top:20px;
	right:25px;
	z-index:2;
}
div#mainMenu {
	position:absolute;
	top:10px;
	right:25px;
	z-index:2;
}

div#homeHeader, div#mainHeader {
	position:relative;
}

div.myArrow {
	width:308px;
	height:22px;	
	padding:3px 0 0 10px;
	margin-bottom:10px;
	background:url('../../images/bg_arrowRight.png') top left no-repeat;	
}

div.myTitleArrow {
	width:175px;
	height:22px;	
	padding:3px 0 0 10px;
	margin-bottom:5px;
	background:url('../../images/arrowRight.png') top left no-repeat;	
}

div.gaThumb {
	float:left;
	width:220px;	
	padding:10px 5px;	
	margin:2px 5px;
	text-align:center;
	background:#444444;
	border:1px solid #DEDEDE;
}

span.sousTitre {
	color:#f3b50f;	
	font-weight:bold;
	font-style:italic;
}

/* UL ----------------------------------------------- */

div.listapuce ul {
	margin:0 0 10px 0;
	padding-left:2px;
}

div.listapuce ul li {	
	list-style:none;	
	list-style-image:url(../../images/puce-verte.png);
	margin-left:20px;
	margin-bottom:2px;
}

div#home ul, div#mainMenu ul {
	width:160px;
}

div#homeMenu ul li {
	list-style:none;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;	
}
div#mainMenu ul li {
	list-style:none;
	font-size:14px;
	font-weight:bold;
	margin:1px 0;	
}

div#homeMenu ul li a, div#mainMenu ul li a {
	width:130px;
	display:block;
	padding:3px 10px 3px 20px;
	border:1px solid transparent;
}

div#homeMenu ul li a:hover,
div#homeMenu ul li a.menuOn,
div#mainMenu ul li a:hover,
div#mainMenu ul li a.menuOn {
	color:#FFFFFF;
	text-decoration: none;
	background:url('../../images/bg_arrowMenu.png') top right no-repeat;
}


ul#sousMenu {
	margin:0;
}

ul#sousMenu li {	
	margin:4px 0;
}

ul#sousMenu a {
	margin:0 6px;
}

ul.normal {
	margin:0;
	list-style-type:disc;
	padding-left:5px;
}

ul.normal li {
	margin:2px 0 0 10px;	
	text-indent:1px;
}

/*-------------impromptu---------- */
.jqifade{ position: absolute; background-color: #000000; }
div.jqi{ width: 500px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 1px #eeeeee; }
div.jqi .jqicontainer{  }
div.jqi .jqiclose{ position: absolute; top: 4px; right: -2px; width: 18px; cursor: default; color: #bbbbbb; font-weight: bold; }
div.jqi .jqimessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.jqi button{ cursor:pointer; padding: 5px; margin: 0 2px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqi button:hover{ }
div.jqi button.jqidefaultbutton{ background-color: #BF5E26; }
div.jqi .errorBlock{ background-color: #FFFFFF; border: solid 1px #ff0000; color: #ff0000; padding: 5px 10px; font-weight: bold; }
.jqiwarning .jqi .jqibuttons{ background-color: #BF5E26; }
.field { padding:2px; margin:2px 0; }
.field label { width:220px; }
/*-------------------------------- */
