body{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%; 
	color: black; 
	background: #9EA5A9;
	
/*	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;*/
	
	font-family: Arial, Helvetica, sans-serif;
    font-size:70%;
}


* html body{ /*IE6 hack*/
	padding: 0 0 0 0; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

#container {
	width: 939px;
	margin: 10px auto;
}

#Top {
	background: url(/images/fondsite.gif) no-repeat bottom;
    height:88px;
}

#mainContent {
	background: url(/images/fondsite.gif);
	padding: 0px 12px 0 12px;
    min-height: 450px;
}

#languesChoice {
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
    color:#CD2224;
}

#langues span.separator {
    color: #686767;
    padding:0 3px 0 3px;
    font-size: 12px;
}

#langues a{
    text-transform: uppercase;
    color:#686767;
}
#langues a:hover{
    text-transform: uppercase;
    color:#CD2224;
}

#MainMenu{
	/*float: left;*/
}

#MainMenu span{
	margin: 5px 10px 5px 10px;
	float: left;
	display: inline; 
}

.MenuItem a{
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
    font-size:14px;
}

.MenuItemSelected a{
    font-size:14px;
	color:#CD2224;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#SousMenu {
    clear:both;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:25px;
    border-top:1px solid #D0D0D0;
    border-bottom:1px solid #D0D0D0;
    background:#F0F0F0;
    margin:10px 0 10px 0;
}

#SousMenu ul{
    margin:0;
    padding:0;
    margin-right:10px;
}

#SousMenu ul li{
    list-style: none; 
    background: url(../images/pictos/bullet_add.png) no-repeat 0 -1px;
    padding-left:15px;
    padding-right:5px;
    /*border-right:1px solid #ccc;*/
    display:inline;
}

#SousMenu ul li a{
    font-size:10px;
}


#DataLoad {
	padding-top:0;
	clear: both;
    padding : 0 10px 0 10px;
}

/*	DYN TABLE 	*/

#TbFiltre {
	margin: 10px 0;
	padding: 0;
	background: #F5F5F5;
	border:1px solid #D5D5D5;
}

#freeresult {
	clear: both;
}

table.DataTable {
	width: 100% !important;
	width: 95%;
}

.DataTable td {
	padding: 2px;
}

.altcell1 td{
	background-color: White;
	color:black;
} 

.altcell2 td{	
	background-color: #BABABA;
	color:black;
}

.altcell3 td{
	color:white;
	background-color: #ED6A0F;
} 

td.headercell {
	background: #0C3A65;	
	line-height: 18px;
}

.headercell  a{
	color:white;	
	font-weight: bolder;
}


.tableNostyle 
.altcell1 td{
    background-color: White;
    color:black;
    border-bottom:1px dotted #ccc;
} 

.tableNostyle 
.altcell2 td{    
    background-color: white;
    color:black;
    border-bottom:1px dotted #ccc;
}

.tableNostyle 
.altcell3 td{
    color:white;
    background-color: #969696;
    border-bottom:1px dotted #ccc;
} 

.filtercell_red select{
/*	background: #CE0000;*/
border:1px solid #CE0000;
color: #CE0000;
font-weight: bold;
}


#turnpage {
	width: auto;
	float: left;
	margin-top: 5px;
	color:#0C3A65;
	display: none;
}

#pagging {
	width: 250px;
	float: right;
	text-align: right;	
	margin-top: 5px;
	color:#0C3A65;
	display: none;
}


/* Formulaires */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input,textarea,select {		
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 200px;
}

.submit {
	width: auto;
}

#editform {
	/*padding: 15px;*/
}

td.editrow {
	/*background: #D5D5D5;*/
	background :url(/images/editrow.gif) no-repeat;
	color: black;
	/*font-weight: bold;*/
    width:150px;
}

th.tbTitre {
    text-align: left;
    font-weight: bold;
    font-size:11px;
}

div.dataForm {
    /*border:1px dotted #808080;
    padding:5px;
    margin:5px;*/
    clear:both;
    /*width:880px;*/
}

#debugger{
	padding: 10px;
	border:1px solid grey;
	background: #F5F5F5;
	width: 90%;
	margin-left: 15px;
	margin-top: 50px;
	/*display:none;*/
 }
 
 pre {
 	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

.traduction {
/*	color: #1E90FF;*/
display: inline;
}

#submitdiv {
	margin: 20px auto;
	text-align: right;
}

div.both {
	clear: both;
}

h1 {
	font-size: 14px;
	color: #CD2021;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	color: #CD2224;
}

h3 {
	/*background: #E9E9E9;*/
	color: #585858;
	font-size: 14px;
	font-weight: bold;
	padding: 0 4px 2px 0;
    margin:10px 0 5px 0;
    border-bottom:1px dotted #585858;
}

h4 {
	padding: 2px;
	margin: 0;
	color: white;
}

a {
	text-decoration: none;
	color: #CD2224;
	font-weight: bold;
}

.celtitre_reservation {
	background: #E2E1E2;
}

.celtitre_reservation h2 {
	margin: 0;
	padding: 0;	
}

.Required {
	color:#CD2021;
	font-size: 10px;
}

div.tool-tip {
	width: 200px;
	color: #fff;
	text-align: left;
}

div.tool-title{
/*	display: none;*/
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(/images/balloon.png) top left no-repeat !important;
	background: url(/images/balloon.gif) top left no-repeat;
	font-size: 10px;
}

div.tool-text{
	color:#fff;
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(/images/balloon.png) bottom left no-repeat !important;
	background: url(/images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}

.AideText {
	/*margin:4px 0 4px 0;
	background : #E6E6E6;*/
	color :  #686767;
	/*border:1px solid #686767;*/
	font-style: italic;
    margin:10px 0 10px 0;
}

h5.AideText {
	display: none;
	visibility : hidden;
}

.AideTextTop {
	margin:0;
}

h5.AideTextTop {
	display: none;
	visibility : hidden;
}

.AideTextHidden {
	display: none;
	visibility : hidden;
}

.SmallText {
	font-size:9px;
	font-style: italic;
	color :  #686767;
}




/********************/
.AideTextBottom {
	border:1px solid #DBDBDB;
	padding:5px 10px 0 10px;
	background : #EBEBEB;
}

h5.AideTextBottom {
	margin  :10px 0 0 0;
	padding :2px;
	font-weight:bold;
	font-size : 12px;
	background : #DBDBDB;	
	border:0;
}



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

#ContentUserHelp div.stretcher {
	background: #E2E1E2;
}

#ContentUserHelp div.StrContent {
	/*margin: 5px;*/
	padding: 5px;	
}
#ContentUserHelp h2.stretchtoggle {
	padding: 0;
	margin: 8px 0 4px 0;
}


/****/

#submit {
    padding:5px;
    margin:15px 0 5px 0;
    background: #E9E9E9;
    border:1px solid #ACACAC;    
}


div.msg1erevisite {
    display:block;
    padding:10px;
    color:#000000;
    background: #BFEBFF;
    border:1px solid #2E5185;
    text-align: justify;
}

div.msg1erevisite h4 {
    margin:0 0 5px 0;
    padding:0 0 2px 0;
    font-size:12px;
    text-transform: uppercase;
    color:#000;
    border-bottom:1px dotted #2E5185;
}


ul.quickLink {
    margin:0 0 5px 0;
    padding:0;
}

ul.quickLink li {
    background:url(../images/menu_Arrow.gif) no-repeat 0 4px;
    list-style: none;    
    margin:0;
    padding:3px 0 2px 20px;    
    border-bottom: 1px dotted #ccc;
    float:left;
}

ul.quickLink li:hover{
    background:#B91E1E;
    color:white;
    cursor:pointer;
}

ul.quickLink li:hover a{
    color:white;
}

ul.quickLink li.last {
    border:0;
}

ul.quickLink li div.txt_result {    
    width:350px;
    float:left;
}

ul.quickLink li div.result{
    margin-right:2px;
    width:25px;
    float:left;
    text-align: right;
    
}


div.errorDiv {
    /*padding:5px;*/
    /*width:100%;*/
}

#HomePromo {
    margin:25px 0;
    padding:5px;
    background:#FFFFE5;
    color:#585858;
    border:1px solid #D0D0D0;
}

#HomePromo strong {
    text-transform: uppercase;
    margin-bottom:5px;
    display:block;
}

#HomePromo p{
    margin:0;
}


#register  td.editrow {
    /*background: #D5D5D5;*/
    background :url(/images/editrow.gif) no-repeat right;
    color: black;
    /*font-weight: bold;*/
    width:160px;
    padding:5px 0 5px;
}




#footer{
    padding: 34px 0px 0px 0px;
    background:url(/images/footer.gif) no-repeat;
    text-align: center;
    height:28px;
}

#footer ul {
    margin:0;padding:0;
}

#footer ul li{
    display:inline;
    list-style: none;
    padding :1px 7px 0 0;
    margin :0 3px 0 0;
    border-right:1px solid #AEAFB0;
    font-size:9px;
    text-transform: uppercase;
}


#footer ul li a{
    color:#5F5F5F;
    text-decoration: none;
}

#footer ul li a:hover{
    text-decoration: underline;
}


table.tabbed {
/*    background:#E0E0E0;*/
}

.tabbed td.editrow {
    background:none;
    color: #4AC9F2;
    font-weight:bold;
    width:150px;
    background:#585858;
}

.tabbed th.tbTitre {
    text-align: left;
    font-weight: bold;
    font-size:11px;    
}

#tabBoxExample #panelSet .SmallText {
    color:white;
}

#copy {
    font-size: 9px;
    text-align: right;
    padding-top:2px;
    padding-right:30px;
    color:#E0E0E0;
}

#copy a {
    color:#E0E0E0;
    text-decoration: none;
}
#copy a:hover{
    text-decoration: underline;
}
