body 
{
	color: #000000;
	/*background-color:#E6E6FF;*/
	background-color:#FFFFFF;
	font-family:Arial,Geneva,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size:small;
	margin: 0;
	padding: 0;
}


.simple 
{
	padding: 10px;
}

.gauche 
{
	position: absolute;
	left: 0;
	width: 280px;
	padding: 10px;
}

.droite 
{
	margin-left: 300px;
	padding: 10px;
	min-width: 680px;
	width:expression(document.getElementById('parent').offsetWidth < 400? '400px' : '680px'); 
}

.centre 
{
	text-align: center;
}


.menutitre 
{
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px #FF0000 solid;
	font-size:14pt;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.menu 
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px #FF0000 solid;
	margin-bottom: 10px;
	font-size:12pt;
	padding: 10px;
	overflow: hidden;
}

.logo 
{
	background-color: #FFFFFF;
	color: #000000;
	border: 0px #FFFF00 solid;
	margin-bottom: 10px;
	font-size:10pt;
	padding: 10px;
	overflow: hidden;
	height: 85px;
}

.logo_gauche 
{
	
	text-align: left;
	position: absolute;
	left: 10px;
	top: 38px;
	width: 85px;
	height: 30px;
	background-color: #FF0000;
	border: 0px #FF0000 solid;
}

.logo_centre 
{
	text-align: center;
	position: absolute;
	left: 95px;
	top: 13px;
	width: 110px;
	border: 0px #FF0000 solid;
}

.logo_droite 
{
	text-align: right;
	position: absolute;
	left: 205px;
	top: 38px;
	width: 110px;
	height: 30px;
	background-color: #FF0000;
	border: 0px #FF0000 solid;
}






.titre_page
{
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 18pt;
	width: 100%;
	font-style: italic;
	font-weight: bold;
	border: 0px solid #00FF00;
}

.titre_page_gauche
{
	/*float: left;*/
	/*width: 62%;
	overflow: hidden;*/
	padding-left: 10px;
	height: 30px;
	background-color: #FF0000;
}

.titre_page_droite
{
	/*float: right;*/
	/*width: 28%;*/
	text-align: right;
	/*overflow: hidden;*/
	padding-right: 10px;
	height: 28px;
}

/* Pour une meilleure gestion des paramètres float */
.titre_page_fin
{
	/*clear:both;*/
}


.page 
{
	background-color: #FFFFFF;
	color: #000000;
	/*border: 1px #FFFF00 solid;*/
	padding: 10px;
	font-size: medium;
	text-align: justify;
}

.pied_page 
{
	padding: 10px;
	text-align: left;
	font-size: 8pt;	
	font-style: italic;
}

.zonetexte
{
	/*width: 650px;*/
	width: 95%;
	border: 1px solid #FF0000;
	color: #000000;
	background-color: #FFE4E4;
	padding: 10px;
}

.Code
{
	border: 1px solid #FF0000;
	padding-right: 5px;
	padding-left: 5px;
	color: #0000FF;
	font-family: 'Courier New' , Monospace;
	background-color: #FFE4E4;
}

.erreur 
{
	width: 100%;
	/*font-size: large;*/
	color: red;
}

.avertissement 
{
	width: 100%;
	/*font-size: large;*/
	color: orange;
}

.categories_photos_choix
{
	float: left;
	width: 30%;
}

.categories_photos_liste
{
	float: right;
	width: 70%;
}

.categories_photos_fin
{
	clear:both;
}

input 
{
	border: 1px solid #FF0000;
	background-color: #FFE4E4;
}

input.bouton 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background-color: #FF0000;
	margin-bottom: 2px;
	border:1px outset #FF0000;
}

input.bouton:hover 
{
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-bottom: 2px;
}

input.bouton:active 
{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-bottom: 2px;
	border:1px inset #0000FF
}

input.bouton_presse 
{
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	display: block;
	margin-bottom: 2px;
	border:1px inset #0000FF
}

input.bouton_presse:hover 
{
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	display: block;
	margin-bottom: 2px;
}

input.bouton_presse:active 
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	display: block;
	background-color: #FFFF00;
	margin-bottom: 2px;
	border:1px outset #FFFF00
}


textarea 
{
	border: 1px solid #FF0000;
	color: #000000;
	background-color: #FFE4E4;
}

select 
{
	border: 1px solid #FF0000;
	color: #000000;
	background-color: #FFE4E4;
}

radio 
{
	border: 0px solid #FF0000;
	color: #000000;
	background-color: #FFE4E4;
}

checkbox 
{
	border: 0px solid #FF0000;
	color: #000000;
	background-color: #FFE4E4;
}

















.page h2 
{
	font-style: italic;
}

.page a 
{
	background-color:#FFFFFF;
	color: #000000;
	text-decoration: none;
}

.page a:hover 
{
	color: #000000;
	background-color:#FFFF00;
	text-decoration: none;
}

.page small 
{
	font-size: 8pt;
}

.page p 
{
	text-align: justify;
}

.page li 
{
	display: list-item;
	padding-left: 10px;
	font-weight: 900;
}

.page th 
{
	color: #FFFFFF;
	background-color:#FF0000;
}

.page th a 
{
	color: #FFFFFF;
	background-color:#FF0000;
}

.page th a:hover 
{
	color: #FFFFFF;
	background-color:#FF0000;
}

.page td 
{
	color: #000000;
	background-color:#FFE4E4;
}

.page td a 
{
	color: #000000;
	background-color:#FFE4E4;
}

.page td a:hover
{
	color: #000000;
	background-color:#FFE4E4;
}

.line_selected
{
	font-weight: bold;
}


/*
.page form.th 
{
	color: #8080C0;
	background-color:#400080;
}

.page form.th a 
{
	color: #8080C0;
	background-color:#400080;
}
*/
.page form.tableau td 
{
	color: #000000;
	background-color:#FFE4E4;
}

.page form.tableau td a 
{
	color: #000000;
	background-color:#FFE4E4;
}

.page form.tableau th a 
{
	color: #FFFFFF;
	background-color:#FF0000;
}

.photo img
{
	background-color:#FFE4E4;
	border: 0px solid #FF00FF
}

.photo img:hover
{
	background-color:#FFFF00;
	border: 0px solid #FF00FF
}

/*
.page form.photos td 
{
	color: #400080;
	background-color:#8080C0;
}

.page form.photos td a 
{
	color: #400080;
	background-color:#8080C0;
}

.page form.photos td:hover 
{
	color: #400080;
	background-color:#C0C0FF;
}

.page form.photos td a:hover 
{
	color: #400080;
	background-color:#C0C0FF;
}
*/




/* MF 20090107
.page form td 
{
	background-color: #FFFFE6;
}
*/

.page form a 
{
	background-color:#FFFFFF;
	color: #000000;
	text-decoration: none;
}

.page form a:hover 
{
	background-color:#FFFF00;
	color: #000000;
	text-decoration: none;
}







.mfxtableauplat td 
{
	background-color: #FFFFFF;
}

.mfxtableauplat td a
{
	background-color: #FFFFFF;
}

.mfxtableauplat td a:hover
{
	background-color: #FFFF00;
}







.mfxform th 
{
	color: #8080C0;
	background-color:#400080;
}

.mfxform th a 
{
	color: #8080C0;
	background-color:#400080;
}

.mfxform td 
{
	background-color: #FFFFFF;
}

.mfxform td a
{
	background-color: #FFFFFF;
}

.mfxform td a:hover 
{
	color: #000000;
	background-color: #FFFF00;
	text-decoration: none;
}

.mfxform a 
{
	background-color:#FFFFFF;
	color: #000000;
	text-decoration: none;
}

.mfxform a:hover 
{
	color: #000000;
	background-color:#FFFF00;
	text-decoration: none;
}








.mfxsousform th 
{
	color: #FFFFFF;
	background-color:#FF0000;
}

.mfxsousform th a 
{
	color: #FFFFFF;
	background-color:#FF0000;
}

.mfxsousform td
{
	color: #000000;
	background-color:#FFE4E4;
}

.mfxsousform td a
{
	color: #000000;
	background-color:#FFE4E4;
}









.pied_page a 
{
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}

.pied_page a:hover 
{
	color: #000000;
	background-color:#FFFF00;
	text-decoration: none;
}







.menu a:link 
{
	color: #000000;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
}

.menu a:visited 
{
	color: #000000;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
}

.menu a:hover 
{
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
}

.menu table
{
	font-size: 0px;
}

.menuacces
{
	font-size: 16px;
}

.menuracine
{
	float: left;
	width: 64px;
	height: 32px;
}

.menuicon
{
	float: left;
	width: 24px;
	height: 24px;
}

/*
.menuracine
{
	float: left;
	width: 48px;
	height: 24 px;
}

.menuicon
{
	float: left;
	width: 18px;
	height: 18px;
}
*/
.menutext
{
	font-size: 16px;
}

.menutextselected
{
	font-size: 16px;
	color: red;
	font-weight: bold;
}






img 
{
	/*border: none;*/
	border: 0px;
	/*padding: 0px;
	margin: 0px;*/
	/*vertical-align: top;*/
}

.img_gauche 
{
	float: left;
	margin-right: 1em;
}

.img_centre 
{
	float: none;
	margin-left: 1em;
}

.img_droite 
{
	float: right;
	margin-left: 1em;
}









a.validateur:hover 
{ 
	background-color: #FFFF00;
	display: inline; 
}


/*
a.infobulle
{
	position:relative; 
    z-index:24; 
    text-decoration:none
}

a.infobulle:hover
{
	z-index:25;
	color:#FFFFFF;
	background-color:#FFE4E4;
}

a.infobulle span
{
	display: none
}

a.infobulle:hover span
{ 
	display:block; 
	position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #000000;
	background-color:#:#FFE4E4;
	color:#FFFFFF;
	text-align:left;
    padding:1px;
}
*/


.bulle
{
	color: #000000;
	font-size: 13px;
	/*font-family: Verdana;*/
	text-align: left;
	background-color: #FFE4E4;
}

.bulle_border
{
	background-color: #FF0000;
}

.menu_contextuel_items
{
	padding-left:12px; 
	padding-right:7px;
	color: #000000;
}

.menu_contextuel_items hr
{
	background-color: #FFE4E4;
	color: #000000;
	width: 100%;
	height: 1px;
	border: 0;
}

.menu_contextuel_items:hover
{
	background-color: #FFFF00;
	color: #000000;
}

.menu_contextuel_box
{
	z-index: 500;
	position: absolute;
	width: 200px;
	border: 1px solid #FF0000;
	background-color: #FFE4E4;
	font-family:Arial,Geneva,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size: 13px;
	cursor: default;
	visibility: hidden;
}

.menu_contextuel_ombre
{
	z-index: 400;
	position: absolute;
	width: 200px;
	border: 1px solid #FFE4E4;
	background-color: #FFE4E4;
	font-family:Arial,Geneva,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size: 13px;
	color: #000000;
	cursor: default;
	visibility: hidden;
}







#CalendarControlIFrame 
{
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 250px;
	z-index: 99;
}

#CalendarControl 
{
	position:absolute;
	margin:0;
	padding:0;
	display:none;
	z-index: 100;
}

#CalendarControl table 
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #FF0000;  
}

#CalendarControl th 
{
	text-align: center;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFFFFF;
}

#CalendarControl th a 
{
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	background-color: #FF0000;
	color: #FFFFFF;
}

#CalendarControl th a:hover 
{
	background-color: #FFFF00;
	color: #000000;
}

#CalendarControl td 
{
	text-align: center;
}

#CalendarControl .header 
{
	background-color: #FFE4E4;
}

#CalendarControl .weekday,
#CalendarControl .weekday_today 
{
	border: 1px solid #FFFFFF;
	background-color: #FFE4E4;
	color: #000000;
}

#CalendarControl .saturday, 
#CalendarControl .saturday_today
{
	border: 1px solid #FFFFFF;
	background-color: #FFE4E4;
	color: #888888;
}

#CalendarControl .sunday, 
#CalendarControl .sunday_today
{
	border: 1px solid #FFFFFF;
	background-color: #FFE4E4;
	color: #FF0000;
}

#CalendarControl .current,
#CalendarControl .current_today 
{
	border: 1px solid #FFFFFF;
	background-color: #FF0000;
	color: #FFFFFF;
}

#CalendarControl .weekday_today,
#CalendarControl .sunday_today,
#CalendarControl .saturday_today,
#CalendarControl .current_today,
#CalendarControl .weekday,
#CalendarControl .sunday,
#CalendarControl .saturday,
#CalendarControl .current 
{
	display: block;
	text-decoration: none;
	width: 2em;
}

#CalendarControl .current:hover, 
#CalendarControl .current_today:hover 
{
	color: #000000;
	background-color: #FFFF00;
}


#CalendarControl .weekday:hover,
#CalendarControl .saturday:hover,
#CalendarControl .sunday:hover,
#CalendarControl .weekday_today:hover,
#CalendarControl .saturday_today:hover,
#CalendarControl .sunday_today:hover

{
	background-color: #FFFF00;
	border: 1px solid #FFFF00;
}

#CalendarControl .current_today,
#CalendarControl .weekday_today, 
#CalendarControl .saturday_today,
#CalendarControl .sunday_today,
#CalendarControl .current_today:hover,
#CalendarControl .weekday_today:hover, 
#CalendarControl .saturday_today:hover,
#CalendarControl .sunday_today:hover 
{
	border: 1px solid #000000;
}

#CalendarControl .previous 
{
	text-align: left;
}

#CalendarControl .next 
{
	text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next 
{
	padding: 1px 3px 1px 3px;
	font-size: 1.4em;
	background-color: #FFE4E4;
}

#CalendarControl .previous a,
#CalendarControl .next a 
{
	color: #000000;
	background-color: #FFE4E4;
	text-decoration: none;
	font-weight: bold;
}

#CalendarControl .previous a:hover,
#CalendarControl .next a:hover 
{
	background-color: #FFFF00;
}

#CalendarControl .title 
{
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #FFE4E4;
}

/* Cases des jours en dehors du mois */
#CalendarControl .empty 
{
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}

