BODY  		{ font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Geneva; margin: 0; background-color: #000000; padding: 0; font-size: 12px; }
*{padding:0;margin:0;}
#bg_image { width: 100%;height: 100%;left: 0px;top: 0px;position: absolute;z-index: 0;
}
#contents { z-index: 1; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; 
}

.title {
	text-shadow: 0px 2px 4px #000000;
 }


.plus { font-size: 11px; font-weight: bold; text-align: right; color: #289adb; border-bottom: solid 1px #DDDDDD; padding-bottom: 5px; }
.news { width: 170px; color: #002f67; margin-top: 10px; }
.illustr { width: 85px; }

.titre { font-size: 36px; color: #FFFFFF; display: block; padding-left: 45px; font-family: Georgia, "Times New Roman", Times, serif; }
.titre2 { font-size: 16px; font-weight: bold; padding-left: 5px; border-left-width: 5px; border-left-style: solid; border-left-color: #B1AD8E; line-height: 25px; color: #56553D; height: 25px; }


.texte { padding-left: 20px; margin-bottom: 15px; }

.whos { padding-left: 5px; border-left-width: 5px; border-left-style: solid; border-left-color: #B1AD8E; color: #56553D; }


.rubrique { border-left:solid 5px #C0DA73;background-color:#E0EDB5;height:25px;padding-left:5px;line-height:25px }


A:link    	{ color:#3C3A2E; text-decoration: none; }
A:visited 	{ color:#3C3A2E; text-decoration: none; }
A:active  	{ color:#3C3A2E; text-decoration: none; }
A:hover  	{ color:#3C3A2E; text-decoration: underline; }


SELECT          { background-color: #E1E1E1 ;  margin:0  ;border:0}
INPUT		{ background-color: #E1E1E1 ;  margin:0  ;border:0}
TEXTAREA	{ background-color: #E1E1E1 ;  margin:0  ;border:0 ;font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Geneva; font-size: 12px; color:#2f2f2f;}

input:focus {
        outline: none;
    }
textarea:focus {
        outline: none;
    }
select:focus {
        outline: none;
    }


td { font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Geneva; font-size: 12px; color:#2f2f2f; }

img {  border:0}

li { list-style-type: square; vertical-align: middle; margin-left: 15px; margin-top: 5px; 
}
ul { margin-left: 5px; }


.SI-FILES-STYLIZED label.cabinet
{ width: 79px; height: 22px; background: url(/admin/images/file.gif) 0 0 no-repeat; display: block; overflow: hidden; 
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

//css
.file_input_textbox
{
	float: left
}

.file_input_div
{
	position: relative; 
	width: 79px; 
	height: 22px; 
	background: url(/admin/images/file.gif) ;
	overflow: hidden;
}

.file_input_button
{
	width: 79px; 
	height: 22px;
	position: absolute; 
	top: 0px;
	background-color: #333333;
	color: #FFFFFF;
	border-style: solid;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.file_input_hidden
{
	font-size: 10px; position: absolute; right: 0px; top: 0px; opacity: 0; 
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


/* Big box with list of options */
	#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:160px;	/* Width of box */
	height:200px;	/* Height of box */
	overflow:auto;	/* White background color */
	text-align:left;
	z-index:100;
	background-color: #ABA383;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;
	padding:1px;
	cursor:pointer;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	background-color: #ABA383;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background:#b6df31;
	font-size:11px;
	color:#FFF;
	background-color: #6E6D57;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
