/* CSS Document */
*{
	margin:0;
	padding:0;

	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	font-size:62.5%;
	background-image:url(../images/bg_body.gif);
}
body#admin{
	padding-bottom:200px;
}

/***** flux *****/
div#header{
	position:relative;
	width:766px;
	height:285px;
	background-image:url(../images/bg_header.jpg);
}

div#content{
	position:relative;
	width:766px;
}
div#footer{
	position:relative;
	width:766px;
}
div#footer,div#header,div#content{
	margin:0 auto 0 auto;
	background-color:white;
}
/***** header *****/
div#header div#menu_top{
	
}
div#header div#header_flash{
	margin:4px 0 0 220px;
}
div#euresto_logo{
	position:absolute;
	top:65px;
}
/***** menu *****/
div#content{
	background-image:url(../images/bg_menu_repeat.gif);
	background-repeat:repeat-y;
}
div#content div#menu{
	float:left;
	width:231px;
	background-image:url(../images/bg_menu_repeat.gif)
}
div#content div#menu div#menutext{
	width:231px;
	background-image:url(../images/bg_menu_top.gif);
	background-repeat:no-repeat;
	height:auto!important;
	height:168px;
	margin-top:0;
	min-height:168px;
}
div#content div#contenu{
	float:left;
	width:535px;
}
ul#menuList,ul#rootNode{
	list-style-type:none;
	padding: 20px 0 0 0;
	margin:0px 20px 20px 30px;
	
}
ul#menuList ul{
	list-style-type:none;
}
ul#menuList ul li{
	margin:0;
}
/* niveau 1*/
ul#menuList li.smenu1,ul#rootNode li.smenu1{
	background-image:url(../images/Pict_menu_slist1.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	color:#D52D00;
	padding:3px 0 3px 10px;
	border-bottom:1px dotted #6E6E6E;
}
ul#menuList li a.smenu1,ul#rootNode li a.smenu1{
	color:#D52D00;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
}
ul#menuList li a.smenu1:hover{
	text-decoration:underline;
}
/* niveau 2 */
ul#menuList li.smenu2{
	background-image:url(../images/Pict_menu_slist2.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	margin:2px 0 2px 0px;
	padding:0 0 0 12px;
}
ul#menuList li a.smenu2{
	color:#6e6e6e;
	font-size:1.1em;
	text-decoration:none;
}
ul#menuList li a.smenu2:hover{
	text-decoration:underline;
}
/* niveau 3 */
ul#menuList li.smenu3{
	background-image:url(../images/Pict_menu_slist3.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	margin:2px 0 2px 0px;
	padding:0 0 0 12px;
}
ul#menuList li a.smenu3{
	color:#6e6e6e;
	font-size:1.0em;
	text-decoration:none;
}
ul#menuList li a.smenu3:hover{
	text-decoration:underline;
}
/* niveau 4 */
ul#menuList li.smenu4{
	background-image:url(../images/Pict_menu_slist4.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	margin:2px 0 2px 0px;
	padding:0 0 0 12px;
}
ul#menuList li a.smenu4{
	color:#6e6e6e;
	font-size:0.9em;
	text-decoration:none;
}
ul#menuList li a.smenu4:hover{
	text-decoration:underline;
}

/***** contenu *****/

div#contenu div.contentText{
	margin:20px;
}
div.contentText h1{
	background-image:url(../images/Pict_h1.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding:0 0 0 30px;
	margin-bottom:10px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:2.3em;
	color:#D52D00;
}
div.contentText h2{
	background-image:url(../images/Pict_h2.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	margin:10px 0 10px 0px;
	padding:0 0 0 15px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:1.2em;
	color:#25446c;
	font-weight:bold;
}
div.contentText h3{
	background-image:url(../images/Pict_h3.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding:0 0 0 15px;
	margin:10px 0 10px 20px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:1.2em;
	color:black;
}
div.contentText h4{
	background-image:url(../images/Pict_h4.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding:0 0 0 15px;
	margin:0 0 10px 30px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:1.1em;
	font-weight:bold;
	color:black;
}
div.contentText img{
	margin:10px;
	border:1px solid #333333;
}
div.contentText ul{
	list-style-type:circle;
	padding:5px 20px 5px 20px;
	font-size:1.1em;
}
div.contentText li{
	margin:5px;
}
div.contentText a{
	color:#396A93;
	text-decoration:none;
	border-bottom:1px dotted #396A93;
}
div.contentText a:hover{
	border-bottom:1px solid #396A93;
}

div.contentText p{
	color:#333333;
	/*text-align:justify;*/
	font-size:1.1em;
	margin-bottom:8px;
}
div.contentText fieldset{
	padding:10px;
}
div.contentText fieldset legend{
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
	color:#0046E4;
}
div.contentText fieldset p{
	margin:5px;
}
div.contentText fieldset p label{
	float:left;
	width:200px;
	text-align:left;
}
div.contentText fieldset input.textfield,div.contentText fieldset select.textfield{
	float:right;
	width:250px;
	padding:2px;
	border:1px solid #7f9db9;
}
div.contentText fieldset input:focus{
	border:1px solid #ffcc00;
}
div.contentText fieldset textarea{
	display:block;
	width:460px;
	height:150px;
	
}
/***** footer *****/
div#footer div#copyright{
	float:left;
	width:180px;
	margin:20px;
}
div#footer div#encart{
	float:right;
	color:white;
	font-size:1.1em;
	margin:20px 0 0 0;
	padding:10px 50px 10px 80px;
	background-color:#ABC1D3;
	width:410px;
}
/***** *****/
.clear{
	clear:both;
}

/***** administration*****/
div#admin_form{

}
div#admin_form ul{
	list-style-type:none;
	font-size:1.1em;
}
div#admin_form ul li{

}
div#admin_form ul li span{

}
div#admin_form ul li label{
	display:block;
	padding:5px;
}
div#admin_form ul li input.temp,div#admin_form ul li textarea,div#admin_form ul li select{
	width:450px;
}
div#admin_form ul li select{
	font-size:10px;
}
/* menu contextuel */

.contextMenu{	/* The bar that is parent of the menu strip */
	position:absolute;
	width:200px;
	display:none;
	background-color:#FFF;
	border:1px solid #000;
	padding:1px;
	font-size:1.1em;
}

.contextMenu li{
	list-style-type:none;
	padding:1px;	/* Equal to border + padding of .item_mouseover */
	border:0px;
	cursor: pointer;
	background-image:url(../images/context-menu-gradient.gif);
	background-repeat:repeat-y;
	background-position:left center;
}
.contextMenu li:hover{
	border:1px solid #000;
	background-color:#EEE;
	padding:0px;	
}
.contextMenu li.noStyle:hover{
	border:0;
	padding:1px;
	background-color:#FFFFFF;
}
.contextMenu ul{
	margin:0px;
	padding:0px;
	background-image:url(../images/context-menu-gradient.gif);
	background-repeat:repeat-y;
}

.contextMenu a{
	display:block;
	height:15px;
	text-decoration:none;
	color:#000;
	padding:3px 3px 3px 25px;
}

.contextMenu div.contextMenu_separator{	/* Css for the separator line */
	height:1px;
	line-height:1px;
	padding:0px;
	background-color: #AAA;
	overflow:hidden;
	margin-top:1px;
	margin-bottom:1px;
}
.borderNone{
	border:none;
}


/******* claendrier **********/
.DHTMLSuite_calendar{	/* Main div for the calendar */
	border:1px solid #9cbdff;
	background-color:#FFF;
	width:220px;
	position:relative;	
	overflow:hidden;
	
}
.DHTMLSuite_calendarContent{	/* Sub div inside DHTMLSuite_calendar - this is the div where content is added */
	position:relative;	/* IMPORTANT - This must always be like this in order to make it possible to position sub elements correctly, especially the iframe */
	z-index:10;	/* IMPORTANT - This must always be like this in order to make it possible to position sub elements correctly, especially the iframe */
	background-color:#FFF;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}


/*******************

 START CSS FOR THE HEADER ROW - WHERE YOU SEE MONTH AND YEAR
 
********************/
.DHTMLSuite_calendar .DHTMLSuite_calendarHeading{	/* Heading of calendar, where you see the month and year */
	background-image:url(../images/calendar/calendar_heading.png);
	background-repeat:repeat-x;
	height:21px;
	border-bottom:1px solid #9cbdff;
}
.DHTMLSuite_calendarHeadingTxt{	/* Inner div in the heading  */
	padding:1px;
	text-align:center;
	font-size:13px;
}

.DHTMLSuite_calendarCloseButton{	/* Close button at the top right corner of the calendar */
	background-image:url(../images/calendar/calendar-close.gif);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	right:3px;
	top:3px;
	padding:1px;
	background-position:center center;
	cursor:pointer;
}

.DHTMLSuite_calendarHeaderMonthAndYear{	/* Div elements for year and month in the heading */
	padding:1px;
	padding-right:2px;
	padding-left:2px;
	cursor:pointer;
	line-height:17px;

}
.DHTMLSuite_calendarHeaderMonthAndYearOver{	/* Mouse over effect - month and year in the heading */
	background-color:#FFF;
	border:1px solid #9cbdff;
	padding:0px;
	padding-left:1px;
	padding-right:1px;	
}


/*******************

 START CSS FOR THE TIME BAR - THE DIV WHERE YOU SEE "Time: " and the hour and minute
 
********************/

.DHTMLSuite_calendar_timeBar{	/* Time bar - where users can select hour and minutes */
	background-color:#C4DCFB;
	height:21px;
	border-top:1px solid #9cbdff;
	text-align:center;
	position:relative;
}
.DHTMLSuite_calendar_timeBarHourAndMinute{	/* General rules for the displayed hours and minutes - the ones you can click on the bring out the drop down boxes */
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	margin-right:2px;
	cursor:pointer;
}
.DHTMLSuite_calendarTimeBarHourAndMinuteOver{	/* Mouse over effect for the hour and minute displayed in the time bar */
	background-color:#FFF;
	border:1px solid #9cbdff;
	padding:0px;
	padding-left:1px;
	padding-right:1px;
}
.DHTMLSuite_calendarTimeBarTimeString{	/* String "Time:" */
	position:absolute;
	left:2px;
	top:2px;
}

/*******************

 START CSS FOR THE NAVIGATION BAR - THE DIV WITH THE LEFT AND RIGHT ARROWS
 
********************/

.DHTMLSuite_calendar_navigationBar{	/* Navigation bar below the heading */
	background-color:#C4DCFB;
	height:17px;
	border-bottom:1px solid #9cbdff;
	position:relative;
}
.DHTMLSuite_calendar_navigationBarToday{	/* Div for the string "Today" in the navigation bar */
	text-align:center;
}
.DHTMLSuite_calendar_navigationBarToday span{	/* The "Today" string inside the navigation bar */
	cursor:pointer;	
}
.DHTMLSuite_calendar_btnNextYear,.DHTMLSuite_calendar_btnPreviousYear,.DHTMLSuite_calendar_btnNextMonth,.DHTMLSuite_calendar_btnPreviousMonth{	/* Buttons - previous/next month and year */
	position:absolute;
	background-repeat:no-repeat;
	background-position:center center;
	width:13px;
	height:13px;
	padding:1px;
	top:1px;
}

.DHTMLSuite_calendar_btnNextYear{	/* Next year button */
	background-image:url(../images/calendar/calendar-next-year.gif);
	right:2px;	
}
.DHTMLSuite_calendar_btnPreviousYear{	/* Previous year button */
	background-image:url(../images/calendar/calendar-previous-year.gif);
	left:2px;
}
.DHTMLSuite_calendar_btnNextMonth{	/* Next month button */
	background-image:url(../images/calendar/calendar-next-month.gif);
	right:18px;	
}
.DHTMLSuite_calendar_btnPreviousMonth{	/* Previous month button */
	background-image:url(../images/calendar/calendar-previous-month.gif);
	left:18px;
}

/*******************

 START CSS FOR THE MAIN DIV CONTAINING ALL THE DAYS WITHIN A MONTH AND HEADINGS (weeks, days(Mon-Sun) etc.)
 
********************/


.DHTMLSuite_calendar_monthView{	/* Main div element for the days in a month */


}

.DHTMLSuite_calendar_monthView_headerCell{	/* Main div element for the days in a month */
	background-color:#FFF;
	border-bottom:1px solid #9cbdff; 
}

.DHTMLSuite_calendar_monthView_firstColumn{	/* First column - the week column */
	background-color:#C4DCFB;
	border-right:1px solid #9cbdff; 
	text-align:left;
}

.DHTMLSuite_calendar_monthView td{	/* Default css for all the cells inside the calendar, i.e. week heading, label for the days, and the days */
	text-align:center;
	cursor:default;
}
.DHTMLSuite_calendar_monthView_headerSunday{	/* Sunday in the header */
	color:red;
	border-bottom:1px solid #9cbdff; 
}
.DHTMLSuite_calendar_monthView_daysInOtherMonths{	/* Days in previous or next month, i.e. before start of current displayed month or after days in the currently displayed month */
	color:#999;
}
.DHTMLSuite_calendar_monthView_daysInThisMonth{	/* Layout - ordinary days(mon-sat) in this month */
	
}
.DHTMLSuite_calendar_monthView_sundayInThisMonth{	/* Layout - sundays in current displayed month */
	color:red;
}
.DHTMLSuite_calendar_monthView_initialDate{	/* Inital set date, example: the date in an input field which you are populating with the calendar */
	background-color:#9cbdff;
	color:white;
}
.DHTMLSuite_calendar_monthView_invalidDate{	/* Inital set date, example: the date in an input field which you are populating with the calendar */
	color:#AAA;
}
.DHTMLSuite_calendar_monthView_currentDate{	/* Date of today */
	background-color:#dfe9fa;
}
/***************************************************
*
* START CSS -  DROP DOWN BOXES 
*
*
***************************************************/

/*** MINUTES ***/
.DHTMLSuite_calendar_minuteDropDown{	/* Drop down box for minutes */
	background-color:#C4DCFB;
	border:1px solid #9cbdff;
	width:23px;
	padding:1px;
	font-size:12px;	
	text-align:center;
	/* You shouldn't change these 3 options */	
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	
}
.DHTMLSuite_calendar_minuteDropDownCurrentMinute{	/* Minute in drop down when it's equal to current minute of the display, i.e. the minute you see where you click on the drop down */
	color:red;
}
.DHTMLSuite_calendar_dropdownAMinuteOver{
	background-color:#dfe9fa;
}

/*** HOURS ***/
.DHTMLSuite_calendar_hourDropDown{	/* Drop down box for hours */
	background-color:#C4DCFB;
	border:1px solid #9cbdff;
	width:23px;
	position:absolute;	
	z-index:152000;
	padding:1px;
	cursor:pointer;
	font-size:12px;	
	text-align:center;
}
.DHTMLSuite_calendar_dropdownAnHourOver{
	background-color:#dfe9fa;
}
.DHTMLSuite_calendar_hourDropDownCurrentHour{
	color:red;
}

/*** MONTHS ***/
.DHTMLSuite_calendar_monthDropDown{
	background-color:#C4DCFB;
	border:1px solid #9cbdff;
	width:70px;
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	padding:1px;
	font-size:12px;	
}
.DHTMLSuite_calendar_dropDownAMonth{

}
.DHTMLSuite_calendar_dropdownAMonthOver{
	background-color:#dfe9fa;
}
.DHTMLSuite_calendar_yearDropDownCurrentMonth{
	color:red;
	
}

/***** YEAR ****/
.DHTMLSuite_calendar_yearDropDown{
	background-color:#C4DCFB;
	border:1px solid #9cbdff;
	width:30px;
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	padding:1px;
	font-size:12px;	
	text-align:center;
}
.DHTMLSuite_calendar_dropDownAYear{

}
.DHTMLSuite_calendar_dropdownAYearOver{
	background-color:#dfe9fa;
}
.DHTMLSuite_calendar_yearDropDownCurrentYear{	/* Current year */
	color:red;
}



/* UP AND DOWN ARROWS INSIDE DROP DOWNS **/
.DHTMLSuite_calendar_dropDown_arrowUp{	/* Drop down - moving to previous year */
	background-image:url(../images/calendar/calendar-dropdown-up.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:8px;
}

.DHTMLSuite_calendar_dropDown_arrowDown{	/* Drop down - moving to previous year */
	background-image:url(../images/calendar/calendar-dropdown-down.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:8px;
}
.DHTMLSuite_calendarDropDown_dropDownArrowOver{
	background-color:#dfe9fa;
}




/* IT'S IMPORTANT TO HAVE THIS CSS RULE AT THE BOTTOM IN ORDER TO MAKE THE PADDING OVERRIDE PADDING OF OTHER ELEMENTS */
.DHTMLSuite_calendarButtonOver{	/* Mouse over effect for the close button */
	background-color:#FFF;	/* White background color */
	border:1px solid #9cbdff;	/* Blue border */
	padding:0px;	/* The sum border+padding of this element should be the same as border+padding of .DHTMLSuite_calendarCloseButton */
}
.DHTMLSuite_calendarDayOver{	/* Mouse over effect - days in the calendar, i.e. days in current displayed month */
	background-color:#C4DCFB;
}

/* YOU SHOULD NEVER MODIFY THIS ONE */
.DHTMLSuite_calendar_iframe{	/* Iframe used to cover select boxes below in older IE browsers(version 6 and prior) */
	position:absolute;
	top:1px;
	left:1px;
	z-index:1;
}
