

div, input, body{
	margin:0;
	padding:0;
}
table{ 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img{  
	border:0; 
} 
img{
	display:inline-block;
}
address,caption,cite,code,dfn,em,strong,th,var{ 
	font-style:normal; 
	font-weight:normal; 
} 

caption,th{ 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6{ 
	
} 
q:before,q:after{ 
	content:'';
} 
abbr,acronym{ 
	border:0;
}
ul,ol{list-style-type:none;}

/**
 * DatePicker widget using Prototype and Scriptaculous.
 * (c) 2007 Mathieu Jondet <mathieu@eulerian.com>
 * Eulerian Technologies
 *
 * DatePicker is freely distributable under the same terms as Prototype.
 * v0.9.1
 *
 */
div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #C4D5E3 solid;
 font-family: arial;
}
div.datepicker-header {
 font-size: 12px;
 font-weight: bold;
 background: #e9eff4;
 border-bottom:1px solid #c4d5e3;
 padding: 2px;
}
div.datepicker-footer {
 font-size: 10px;
 background: #e9eff4;
 border-top:1px solid #c4d5e3;
 cursor: pointer;
 text-align: center;
 padding: 2px;
}
div.datepicker-calendar {
 font-size: 10px;
 background:#FFFFFF;
 padding: 2px;
 text-align: center;
}
div.datepicker-calendar table {
 font-size: 10px;
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker-calendar table td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table td:hover, 
div.datepicker-calendar table td.outbound:hover,
div.datepicker-calendar table td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker-calendar table td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker-calendar table td.outbound {
 background: #e8e4e4;
}
div.datepicker-calendar table td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}



/*
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FAEBD7;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.weeknumtitle {
	text-align: center;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	border-style: none;
	background-color: #EEDFCC;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}


.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}

.monthpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EEDFCC;
}
*/




.month {
	background-color: #fff;
	text-align: center;
	width:100%;
	margin:0 auto 0 auto;
}
.monthname {
	text-align: center;
	font-weight: bold;
	background-color: #095c96;
	color: #fff;
	border-style: solid;
	border-width:0px;
	padding:4px;
	font-size:1.2em;
}
.dayname {
	text-align: center;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px;
	width:25px;
	font-size:10px;
	padding:3px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #095c96;
}
.monthnavigation a:hover {
	color: #fff;
}

.nomonthday {
	text-align: center;
	height:20px;
	width:20px;
	color: #aaa;
}
.monthday {
	text-align: center;
	font-weight: bold;
	background-color:#DEEDFE;
	color: #000;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-weight:bold;
	border:1px solid;
	background-color: #FFD2D2;
	color: #f00;
	height:20px;
	width:20px;
	text-decoration:blink;
}
.selectedday {
	text-align: center;
	font-weight: bold;
	border:1px none;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.sunday {
	background-color: #DEEDFE;
	text-align: center;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #c00;
}
.saturday {
	background-color: #DEEDFE;
	text-align: center;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #c00;
}
.event {
	text-align: center;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	height:20px;
	width:20px;
	border:1px dotted #000;
}
.event a {
	color: #000;
	text-decoration:none;
}
.event a:hover {
	color: #c00;
	text-decoration:underline;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #fff;
	color: #000;
}
.todayevent {
	text-align: center;
	font-weight: bold;
	border:1px solid;
	color: #000;
	background-color: #EEE9E9;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #fff;
	color: #000;
}
.eventcontent {
	border:1px dotted #000;
	height:20px;
	width:100%;
}
.eventcontent a {
	color: #000;
	text-decoration:none;
}
.eventcontent a:hover {
	color: #c00;
	text-decoration:underline;
}

div#standards{
	margin:5px auto 0 auto;
	text-align:center;
	clear:left;
	width:250px;
}
div#standards a{
	width:80px;
	padding:1px;
	float:left;
	display:block;
	border:0;
}
div#divFooter a{
	text-decoration:none;
}
div#divFooter a:hover{
	text-decoration:underline;
}
div#infos_legales{
	text-align:center;
	margin:5px auto 0 auto;
	color:#000;
	width: 950px;
}
div#infos_legales a:link, div#infos_legales a:visited, div#infos_legales a:hover{
	text-decoration:none;
	color:#000;
}
div#infos_legales #maj{
	color:#f00;
}



fieldset{
	border:1px solid #7F9DB9;
	margin:10px;
	padding:10px;
}
fieldset legend{
	font:bold small-caps 13px;
	border-right: 1px solid #7F9DB9;
  	border-bottom: 1px solid #7F9DB9;
	background:#fff url(/img/bullet.gif) 2px center no-repeat;
	margin:1px;
	padding:8px;
}

.hier, .cold{color:#999;font-weight:normal;margin-right:5px;}
.auj, .hot{color:#f00;margin-right:5px;}
.demain{color:#00f;margin-right:5px;}

img.gauche{
	float:left;
	margin:0 5px 5px 0;
}
img.droite{
	float:right;
	margin:0 0 5px 5px;
}
img.milieu{
	display: block;
	margin:5px auto 5px auto;
	text-align:center;
}
.highlight{
	color:#000000;
	font-weight:bold;
	background-color:#ff0;
}

#antispam{
	width:120px;
	height:60px;
	background:#fff no-repeat center center;
	display:block;
	float:left;
}
#saisiecode{
	float:left;
	width:450px;
}
#label_captcha{
	width:190px;
}
#captcha{
	width:40px;
	margin-right:5px;
}
#fieldset_captcha{
	clear:left;
}

form label{
	display: inline;
	float: left;
	width: 100px;
	text-align:right;
	vertical-align:middle;
	margin-top:5px;
	cursor:pointer;
}
form input, form select, form textarea, form .ligneformulaire, form iframe{
	margin:5px 0 0 5px;
}
form .ligneformulaire{
	float:left;
	width: 500px;
}
form .boutons{
	text-align:center;
	margin:5px auto 5px auto;
}




table#tableau{
	border-collapse:collapse;
	border:1px solid #000;
	width:95%;
	margin:5px auto 5px auto;
	font-size:.8em;
	clear:both;
}
table#tableau tr.entete th{
	background-color:#A8E2FF;
	padding:4px;
	color: #000;
	font-weight:bold;
	border:1px solid #000;
}
table#tableau td, tr{
	padding:4px;
}
table#tableau td.icones{
	width:90px;
	vertical-align:top;
	text-align:center;
}
table#tableau td.created{
	width:70px;
	vertical-align:top;
	text-align:center;
}
.ajout{
	text-align:right;
	margin:5px;
}
.icone{
	vertical-align:middle;
	margin:0 1px 0 1px;
	display:inline;
}
table#tableau td.created{
	width:70px;
	vertical-align:top;
	text-align:center;
}
.centre{
	text-align:center;
}
hr {
	height: 1px;
	margin: -1px 0 5px;
	padding: 0;
	color: #ff9900;
	background:#fff url(/img/dots) repeat-x;
	border: 0;
}
hr.sep {
	border: 1px solid #ff9900;
}
ul, ol{
	padding-left:10px;
	margin-left:10px;
}
li{
	margin-bottom:15px;
}

ul{
	list-style-image:url(/img/puce.gif);
}
ul li{
	margin-bottom:5px;
}
table.deux_colonnes{
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
}
table.deux_colonnes tr td{
	vertical-align:top;
	padding:10px;
}
td.colonne_droite{
	border-left:1px solid #ff9900;
}
.disclaimer{
	font-size:1.3em;
	text-align:center;
	font-weight:bold;
	font-style:oblique;
	color:#ff9900;
	margin:50px auto 0 auto;
}
fieldset.preview{
	vertical-align:text-top;
	border:1px dotted #000000;
	margin:0;
	padding:0;
	width:100%;
}
fieldset.preview .preview_img{
	height:250px;
	overflow:auto;
}
/*navigation*/
.gradient 2 img{
	display:inline;
}
.gradient2 {background:transparent url(/img/bg_gradient.gif) no-repeat left top;}
.pages a {padding:2px 5px; background:#FFFFCC; border:1px solid #FFCC00; font-size:11px; color:black ; text-decoration:none;}
.pages a.img {background:none; border:none;}
.pages a:hover, .pages a.current {background:white;}
.no_gradient .gradient2 {background:none; margin:5px 10px;}
.error_message {
	clear: both;
	text-align:center;
	color:#f00;
	margin:5px auto 5px auto;
}
strong{
	font-weight:bold;
}
em{
	font-style:oblique;
}
.entete{
	font-style:oblique;
	font-size:12px;
	margin:10px 5px 10px 5px;
}
.entete a{
font-size:12px;
}

/* général */
*			{font-family:arial;font-size:12px;color: #333333;}

/* balises */
body 		{background-color: #C7C7C7;padding:0px;margin:0px;}
h1			{color:#ff9900;font-size:24px;font-weight:normal;border-bottom:1px dotted #ff9900;margin-bottom:20px;}
h2			{margin-bottom:15px;margin-top:15px;color:#3982A7;font-size:12px;background:#fff url('/img/interface/fl_soustitre.gif') no-repeat bottom left;padding-left:14px;}
h2.h2Info	{color:#ff9900;font-size:24px;font-weight:normal;border-bottom:1px dotted #ff9900;margin-bottom:20px;background-image:none;padding:0px;}
h3			{color:#ff9900;font-size:12px;font-weight:bold;background-image:url('img/interface/puces.gif');background-repeat:no-repeat;padding-left:11px;background-position:0px 5px;margin-top:6px;margin-bottom:6px;}
input		{border:1px solid #7F9DB9;}
input[type=button]:hover, input[type=submit]:hover{border:1px solid #000;cursor:pointer;color:#000}

/* coupeur de flux*/
.divCutFlow {clear:both;height:1px;} 

/* conteneur principaux */
#divSite	{margin-left:auto;margin-right:auto;width:960px;margin-top:14px;background-color:#ffffff;padding:0;}
#divBandeau	{width:960px;height:153px;background-image:url('img/interface/top.jpg');}

div#login{
	position:relative;
	top:138px;
	left:725px;
	width:230px;
	text-align:right;
}
div#login a,div#login a:hover{
	color:#41AFE1;
	text-decoration:none;
}

#divColonneCentre a{
	color:#41AFE1;
	text-decoration:none;
}
#divColonneCentre a:hover{
	text-decoration:underline;
}
/*
#divColonneCentre div{
	line-height: 11px;	
}*/

/* menu navigation */
#divMenuNavigation{
	background-image:url('img/interface/bg_menu.jpg');
	height:38px;
	width:960px;
	text-align:center;
}
#divMenuNavigation div{margin-left:160px;}
#divMenuNavigation a:link, #divMenuNavigation a{
	display:block;
	float:left;
	height:28px;
	width:105px;
	background-color:transparent;
	padding-top:10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #328EC3;
	border-left:1px solid #FFFFFF;
	
}
#divMenuNavigation a:hover,#divMenuNavigation a.rubSelectionner{
	display:block;
	float:left;	
	height:28px;
	width:105px;
	background-color:#ff9900;
	padding-top:10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


/* bloc lien */
.divBlocLien			{width:183px;background-color:transparent;margin-bottom:20px;} /* ce margin-bottom est présent pour IE */
.divBlocLienContact		{margin-bottom:5px;} /* ce margin-bottom est présent pour IE */
.divBlocLienG			{float:left;width:32px;height:30px;background-color:transparent;}
.divBlocLienGQuestion 	{background-image:url('img/interface/icon_question.gif');}
.divBlocLienGLettre 	{background-image:url('img/interface/icon_lettre.gif');}
.divBlocLienGExposition {background-image:url('img/interface/icon_expo.gif');}
.divBlocLienGLienUtile 	{background-image:url('img/interface/icon_liens.gif');}
.divBlocLienGContact 	{background-image:url('img/interface/icon_contact.gif');}
.divBlocLienC			{float:left;width:141px;height:22px;background-color:#ffffff;padding-top:8px;padding-left:3px;margin-bottom:20px;} /* ce margin-bottom est présent pour FF */
.divBlocLienC .aBlocLienLien 		{color:#666666;font-weight:bold;text-decoration:none;}
.divBlocLienC .aBlocLienSousLien 	{color:#000000;text-decoration:none;font-size:10px;}
.divBlocLienCContact	{margin-bottom:5px;} /* ce margin-bottom est présent pour FF */
.divBlocLienCLettre 	{padding-top:2px;height:28px;}
.divBlocLienD			{float:right;width:7px;height:30px;background-color:transparent;background-image:url('img/interface/coin.gif');}


/* bloc recherche */ 
.divBlocRechercher label{ text-align:left;vertical-align:top;margin:0;}
.divBlocRechercherIntitule 		{float:left;background-image:url('img/interface/fleche.gif');background-repeat:no-repeat;background-position:0px 5px;padding-left:10px;}
.divBlocRechercherChampDeSaisi	{float:left;margin-bottom:20px;}
#inputRechercher				{height:16px;width:135px;padding:2px;}
.divBlocRechercherBoutonOk		{float:left;}
#inputButtonRechercher			{height:22px;width:25px;background-color:#4C8EAF;color:#ffffff;margin-left:2px;}

/* bloc calendrier */
.divBlocCalendrier 				{width:183px;margin-bottom:20px;}
.divBlocCalendrierHeader 		{background-image:url('img/interface/top_calendar.gif');width:183px;background-color:#4C8EAF;height:17px;text-align:center;text-transform:uppercase;padding-top:2px;color:#ffffff;font-weight:bold;font-size:12px;}
.monthnavigation 				{text-align:center;background-repeat:no-repeat;background-color:#9FC5D7;width:30px;height:17px;}
.monthname 			{border-left:1px solid #fff;border-right:1px solid #fff;text-align:center;width:123px;height:17px;background-color:#9FC5D7;color:#3982A7;text-align:center;text-transform:capitalize;font-weight:bold;font-size:12px;}
.monthnavigation 			{text-align:center;background-repeat:no-repeat;background-color:#9FC5D7;width:30px;height:17px;}

/* bloc info */
.divBlocInfo		{width:157px;background-color:#ffffff;padding:13px;text-align:center;}
.divBlocInfo a		{color:#41AFE1;}

/* chemin de progression */
#ulCheminProgression li {list-style-type:none;background-image:url('img/interface/fleche.gif');background-repeat:no-repeat;background-position:0px 7px;padding-left:10px;height:20px;margin-right:3px;}
#ulCheminProgression li a {color:#41AFE1;text-decoration:none;font-size:12px;}

/* paragraphe */
.pParagraphe a						{color:#41AFE1;}
.pParagraphe .aLienSuiteParagraphe 	{color:#000000;text-decoration:none;background-color:#E6E6E6;padding-left:15px;background-image:url('img/interface/plus.gif');background-repeat:no-repeat;font-size:10px;}
.pParagraphe 						{float:left;margin-right:15px;margin-bottom:15px;}
.imgGParagraphe 					{margin-right:15px;margin-bottom:15px;}
.pParagrapheG						{float:left;width:400px;border-right:1px solid #cccccc;padding-right:20px;margin-right:20px;}
.pParagrapheD						{float:left;width:200px;}
.divInterParagraphe					{height:5px;clear:both;}
.divInterParagraphe2				{margin-top:20px;margin-bottom:20px;}
.divInterParagraphe2 div			{height:1px;background-color:#cccccc;width:500px;margin-left:auto;margin-right:auto;}
.divH3DocDownload					{margin-top:10px;}
.divH3DocDownload ul li				{background-repeat:no-repeat;_height:25px;padding-left:20px;list-style-type:none;}	
	
/* paragraphe info */
.pParagrapheInfo a:link					{color:#000000;text-decoration:none;}
.pParagrapheInfo a:visited				{color:#000000;text-decoration:none;}
.pParagrapheInfo a:hover				{color:#ff9900;text-decoration:underline;}
.pParagrapheInfo a:active				{color:#ff9900;text-decoration:underline;}

/* les 2 colonnes du site */
#divColonneCentre 	{background-color:#ffffff;float:left;width:677px;padding-left:30px;padding-top:10px;padding-right:20px;}
#divColonneDroite 	{min-height:650px;padding-left:20px;padding-top:20px;background-image:url('img/interface/bg_dt.jpg');background-repeat:repeat-x;float:right;width:202px;background-color:#ffffff;}

/* footer */
#divFooter 			{background-image:url('/img/interface/footer.jpg');background-repeat:no-repeat;width:960px;height:100px;background-color:#C7C7C7;padding-top:80px;text-align:center;}

.checkbox{border:0}
.message{text-align:center;color:#f00;font-weight:bold;margin:10px}
#menu6{
	text-decoration:blink;
}
.menu{
	text-decoration:none;
	
}

/* mime type icons */
.file {
	background-color:#fff;
	background-repeat:no-repeat;
	height:25px;
	padding-left:20px;
	list-style-type:none;
	background-image: url(/img/files/source.png);
}
.file-pdf 
, .file-ai 
{
	background-image: url(/img/files/pdf_document.png);
}
.file-txt {
	background-image: url(/img/files/txt.png);
}
.file-bmp 
, .file-cgm 
, .file-dcm 
, .file-dds 
, .file-exr 
, .file-gif 
, .file-hdr 
, .file-ico 
, .file-jng 
, .file-jp2 
, .file-jpeg 
, .file-jpg 
, .file-pbm 
, .file-pbmraw 
, .file-pcd 
, .file-pcx 
, .file-pgm 
, .file-pgmraw 
, .file-pic 
, .file-png 
, .file-pnm 
, .file-psd 
, .file-raw 
, .file-rgb 
, .file-rgba 
, .file-tga 
, .file-tif 
, .file-tiff 
, .file-xbm 
, .file-xcf 
, .file-xpm 
{
	background-image: url(/img/files/image.png);
}
.file-conf 
, .file-vim 
{
	background-image: url(/img/files/source.png);
}
.file-html 
, .file-htm 
, .file-sgml 
, .file-xhtml 
, .file-xml 
{
	background-image: url(/img/files/html.png);
}
.file-sh {
	background-image: url(/img/files/shellscript.png);
}
.file-3g2 
, .file-3gp 
, .file-asf 
, .file-asx 
, .file-avi 
, .file-flc 
, .file-fli 
, .file-flv 
, .file-mkv 
, .file-mng 
, .file-mp4 
, .file-mpeg 
, .file-mpg 
, .file-ogm 
, .file-rv 
, .file-wmp 
, .file-wmv 
, .file-rmvb 
{
	background-image: url(/img/files/video.png);
}
.file-ttf 
, .file-otf 
{
	background-image: url(/img/files/font_truetype.png);
}
.file-exe 
, .file-dll 
{
	background-image: url(/img/files/exec_wine.png);
}
.file-doc 
, .file-odt 
, .file-rtf 
{
	background-image: url(/img/files/wordprocessing.png);
}
.file-xls 
, .file-ods 
, .file-xlc 
, .file-xll 
, .file-xlm 
, .file-xlw 
, .file-wpd 
, .file-abw 
{
	background-image: url(/img/files/spreadsheet_document.png);
}
.file-js {
	background-image: url(/img/files/source_j.png);
}
.file-css {
	background-image: url(/img/files/source_c.png);
}
.file-php {
	background-image: url(/img/files/source_php.png);
}
.file-7z 
, .file-a 
, .file-ace 
, .file-arj 
, .file-bz 
, .file-bz2 
, .file-cpio 
, .file-gz 
, .file-rar 
, .file-tgz 
, .file-tnf 
, .file-z 
, .file-zip 
, .file-zoo 
{
	background-image: url(/img/files/zip.png);
}
.file-ppt 
, .file-odp 
, .file-ppz 
, .file-ppt 
{
	background-image: url(/img/files/pps.png);
}
.file-msg {
	background-image: url(/img/files/message.png);
}
.file-dwg 
, .file-sxd 
, .file-dhw 
, .file-svg 
, .file-ps 
, .file-eps 
, .file-wmf 
, .file-fig 
, .file-msod 
, .file-qpic 
{
	background-image: url(/img/files/vectorgfx.png);
}
.file-ics 
{
	background-image: url(/img/files/vcalendar.png);
}
.file-chm 
, .file-info 
, .file-hlp 
, .file-help 
{
	background-image: url(/img/files/info.png);
}
.file-aac 
, .file-ac3 
, .file-aifc 
, .file-aiff 
, .file-ape 
, .file-au 
, .file-flac 
, .file-m3u 
, .file-m4a 
, .file-mac 
, .file-mid 
, .file-midi 
, .file-mp2 
, .file-mp3 
, .file-ogg 
, .file-psid 
, .file-ra 
, .file-ram 
, .file-sf 
, .file-sid 
, .file-spx 
, .file-wav 
, .file-wma 
, .file-wv 
, .file-wvc 
{
	background-image: url(/img/files/sound.png);
}
.file-asc 
, .file-cer 
, .file-cert 
, .file-crt 
, .file-der 
, .file-gpg 
, .file-gpg 
, .file-p10 
, .file-p12 
, .file-p7c 
, .file-p7m 
, .file-p7s 
, .file-pem 
, .file-sig 
{
	background-image: url(/img/files/file_locked.png);
}
.file-bin 
, .file-cue 
, .file-img 
, .file-iso 
, .file-mdf 
, .file-nrg 
{
	background-image: url(/img/files/cdimage.png);
}
.file-jar 
, .file-java 
, .file-class 
{
	background-image: url(/img/files/java_src.png);
}
.file-sql 
{
	background-image: url(/img/files/source_s.png);
}
.file-moov 
, .file-mov 
, .file-qt 
{
	background-image: url(/img/files/quicktime.png);
}


/*----------------LIGHTBOX-------------------------*/
#lightbox{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	max-height:600px;
	overflow:auto;
}
#imageContainer{
	padding: 2px;
}
#lightbox #loading{
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/img/blank/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font:normal 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{padding:0 10px;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ float: right;  padding: 0.7em;	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
/*----------FIN---LIGHTBOX-------------------------*/
/*----------VALIDATION-------------------------*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	/*color : #FF3300;*/
}
/*
input.required, textarea.required, select.required {
	border: 1px solid #00A8E6;
}
input.validation-passed, textarea.validation-passed, select.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
*/
.validation-advice {
	margin: 2px 0;
	padding: 3px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size:90%;
}
/*HIGHLIGHT */

.highlightZero {
	background-color: #eee;
	color: #333;
}
.highlightOne {
	background-color: #fff;
	color: #333;
}
.highlightTwo {
	background-color: #bbd;
	color: #333;
}
.highlightThree {
	background-color: #99b;
	color: #333;
}
.highlightHover {
	background-color: #ccc;
	color: #333;
}
/*
.highlightClick {
	
	background-color: #333;
	color: #ddd;
}
.highlightClickAlt {
	font-weight: bold;
	background-color: #333;
	color: #ddd;
}
*/
/*-------------------------*/
div#infobulle{
	position: absolute; 
	background-color:#fff;
	border: 1px solid #000;
	display:none;
}
div#infobulle div{
	padding:6px;
}
div#infobulle img{
	text-align:center;
	padding:0;
	display: block; 
}

/*-------------------------*/


/* Styles for ColorPicker popUp */

#colorpicker {
  position: absolute;
  width: 145px;
  height: 135px;
  overflow: hidden;
  background: #F9F9F9;
  border: 2px #C0C0C0 outset;
  z-index: 1000;
}

#colorpicker-hue-container {
    position: absolute; 
    top: 4px;
    left: 120px; 
    width: 18px;
    height: 110px; 
}

#colorpicker-hue-bg-img {
    width: 100%; 
    height: 100%; 
}

#colorpicker-hue-slider {
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
}

#colorpicker-hue-thumb { 
    position: absolute; 
    top: 0;
    left: 0;
    width: 18px; 
    height: 18px; 
    z-index: 1009;
    cursor: default;
}

#colorpicker-bar {
  text-align: right;
  padding-right: 10px;
}

#colorpicker-close {
  cursor: pointer;
  color: blue;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
}

#colorpicker-div {
  position: absolute; 
  top: 8px;
  left: 8px; 
  width: 100px;
  height: 100px; 
  border: 1px solid #666;
}

#colorpicker-bg,
#colorpicker-bg-overlay { 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: hidden;
}
#colorpicker-selector { 
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 11px; 
  height: 11px; 
  z-index: 1009;
  margin-top: -6px;
  margin-left: -6px;
  cursor: default;
}
#colorpicker-selector img {
  position: absolute;
  left: 0;
  top: 0;
}
#colorpicker-footer {
  position: absolute; 
  top: 114px;
  left: 10px; 
  width: 127px;
}

#colorpicker-value {
  float: left;
}

#colorpicker-value,
#colorpicker-value-input {
  font-size: 9px !important;
  font-family: Helvetica, Verdana, Sans-Serif;
  height: 10px;
}

#colorpicker-value-input {
  width: 40px;
}
#colorpicker-okbutton {
  float: right;
  padding: 0 10px;
  background: #3366FF;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  border: 1px solid #666666;
  color: #ffffff;
}
.input_cp{
	width:40px;
}

/*-------------------------*/

.input_datel{ /*date longue*/
	width:100px;
}
.input_datec{ /*date courte*/
	width:80px;
}
.dp_cp{
	cursor:pointer;
	margin-left:5px;
	vertical-align:middle;
	background:#fff url(/img/datepicker/cal.gif) no-repeat center center; 
	width:16px;
	height:16px;
}
/*
.dp_cp{
	background:#fff url(/img/datepicker/cal.gif) no-repeat center center; 
	width:16px;
	height:16px;
	display:block;
	float:left;
	clear:left;
}
*/
.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(/img/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(/img/bt.gif) no-repeat bottom}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:550px;
	height: 300px;
	overflow: hidden;
	border:1px solid #cccccc;
	margin:0 auto 0 auto;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:550px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:1em;	
		text-align:center;	
		background:#fff;
		}
	div.scroller div.content {
		width: 10000px;
		}

.precedent{
	padding-left:15px;
	text-align:left;
	width:360px;
	background: url(../../img/arrow_left.gif) no-repeat left center;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.suivant{
	padding-right:15px;
	text-align:right;
	width:275px;
	background: url(../../img/arrow_right.gif) no-repeat right center;
	float:left;
	margin-top:10px;
}
#divColonneCentre{
	padding:10px;
}
.description{
	clear:left;
	text-align:center;
	margin:10px;
}
#label_change{
	width:250px;
}
#id{
	width:350px;
}
hr{
	margin:0;
}