html, body {
	height: 100%;
	margin: 0;
	padding:0;	
	color:#000000;
	background-color:#FFFFFF;
	width:100%;		
}

body {
		font-family: Verdana, Helvetica, sans-serif;
       	font-size: 12px;
		margin: 0;
		padding:0;
		background: #FFFFFF none top center repeat-y;
		width:100%;	
}



div#global {
	min-height: 100%;
	width: 100% !important; /* Fi*/
	width: 100% !important!; /* Ie */
	padding: 0;
	margin: auto;
	position: relative;
	}
	
div#header {	
	color: #fff;
	height: 98px;	
	width: 100%;	
	background: transparent url(../img/fond_ban.jpg) top center repeat-x;
	}
	
div#header h1 {
	margin: 0;
	bottom: 10px;
	margin-left:210px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 30px;
	color: #CCCCCC;	
}	

div#center {
	width:1007px;
	margin:auto;
	padding-bottom: 50px;
	position: relative;	 
	overflow: auto;
}


div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	height:20px;
	background: transparent url(../img/footer.back.jpg) bottom center repeat-x;	

}	



div#footer p {
	margin:0;
	padding:0;
	color:#333333;
	text-align:center;
	line-height:20px;
	color:#dedede;
}	
	
div#content {
	float:left;
	width:790px;	
	margin:0;
	padding:0;
	padding-left:10px;
	margin-left:0px;
	}
div#sidebar {
	float: left;
	width:190px;
	margin-top:20px;
	border:#3c67d8 solid 2px;	
	background: -moz-linear-gradient(left top, white, #dedede);  
	background: -webkit-linear-gradient(left top, white, #dedede);  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px 5px 5px;
	color:#000000;
	
	}
	


div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 0px;
	}

/* Liens */
a {
    font-size: 12px;
    color: #376AB7;
    text-decoration:none;
    font-weight: bold;
}

a:hover {
    text-decoration:underline;
    color:#498BEA;
}

/* Box */
div#box {
	width:760px;
	background-color:#dedede;
	border:#3c67d8 solid 2px;	
	background: -moz-linear-gradient(left top, white, #dedede);  
	background: -webkit-linear-gradient(left top, white, #dedede);  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	padding:0;
	padding:10px;
	margin-bottom:10px;
}

div#box p {
	width:740px;	
}

div#box  h1 {
	float:left;
	margin:0; 
	padding:0;	 
	width:720px;
	border:0;
	height:25px;
	line-height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:800;
	color:#3c67d8;	

}

div.tools {
	margin:0; 
	padding:5px; 
	float:left;
	width:15px;	
	height:15px;
	text-align:right;
	background: -moz-linear-gradient(left top, #fefefe, #dedede);  
	background: -webkit-linear-gradient(left top, #fefefe, #dedede);  
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
	cursor:pointer;	
}
div.tools:hover {
	background: -moz-linear-gradient(left top, #aeaeae, #dedede);  
	background: -webkit-linear-gradient(left top, #aeaeae, #dedede);  

}


div#box.pa {
	width:365px;
	margin:5px;
	margin-left:0px;	
	margin-right:5px;
	float:left;
}

div#box.pa p {
	width:320px;
}

div#box.pa h1 {
	width:320px;
	font-size:14px;
}

 h1 a{
	margin:0; 
	padding:0; 
	border:0;
	height:29px;
	line-height:22px;
	padding-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:800;
	color:#3c67d8;
}


/* pathway */
div#pathway {
	width:760px;
	background-color:#dedede;
	border:#3c67d8 solid 2px;	
	background: -moz-linear-gradient(left top, white, #dedede);  
	background: -webkit-linear-gradient(left top, white, #dedede);  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	padding:10px;
	margin:0;
	margin-top:20px;
	margin-bottom:10px;
}

/* Tags */
div#box ul.tag {
	margin:0;
	padding:2px;
	text-align:right;
}

div#box ul.tag li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;	
}

div#box ul.tag li a {
	margin:0;
	padding:1px;	
	font-style:italic;
	font-size:10px;
}

	
/* Menu */
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width:188px;
	padding-bottom:5px;		
}
#menu a {
	color:#000;
	text-decoration:none;
	font-weight:600;
	cursor: pointer;		
}

#menu a:hover {
    color:#498BEA;
}

#menu ul a:hover {
	text-decoration: underline;
}
#menu a.active {
	color:#498BEA;
}
#menu a.activeRed {
	color:#CC0000;
}

#menu li.toggle {  
	 margin:10px;  
	 border-bottom:1px solid #ccc;  
	 position:relative;  
	 cursor:pointer;  
}  

#menu h3 {  
	 margin:0;
	 margin-bottom:10px;  
	 font-size:14px;  
	 color:#3c67d8;
}  

#menu h3.red {  
	 color:#CC0000;
}  
#menu span {  
	 position:absolute;  
	 right:5px; top:0;  
	 color:#ccc;  
	 font-size:13px;  
}  

#menu p {  
	 margin:5px 0;  
	 padding:0; 
}  

/* Bibliotheque */
ul#doc {
list-style:none;
}

#doc li {
	width:100%;
}
div.doc {
	float:left;	
}

div.docTop {
	background: #FFFFFF url(../img/back.doc.top.png) bottom left no-repeat;	
	width:103px;
	height:12px;	
}

div.docMiddle {
	background: transparent url(../img/back.doc.middle.png) bottom left repeat-y;	
	width:103px;	
	padding:0px 3px 0px 3px;
	text-align:center;
}

div.docBottom {
	background: #FFFFFF url(../img/back.doc.bottom.png) bottom left repeat-y;	
	width:103px;	
	height:17px;	
}

/* Elements */
.row1 {
	background-color:#dedede;
}
.row2 {
	background-color:#c9c8c8;	
}
.row3 {
	background-color:#a4a3a3;
}

.lettreOrange {
	color:#3c67d8;
}


/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin:10px;
	text-align: center;
	/*height: 100px;	*/
	border:#47ad68 solid 2px;
}

.MsgSent h1 {
	line-height: 20px;
	text-align:center;
	background:none;
	color:#47ad68;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin:10px;
	text-align: center;
	/*height: 100px;	*/
	border:#e2001a solid 2px;
}

.MsgError h1 {
	line-height: 20px;
	text-align:center;
	background:none;
	color:#e2001a;	
}



/* lINK bOUTONS */
.linkBouton   {width:auto; float:left; height:26px; color:#fff; padding:0 2px; background:url(../img/forms/button.png) repeat-x 0 0; cursor:pointer; border:none; font:10px/26px Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; letter-spacing:1px; vertical-align:middle;}
.linkBoutonLeft, .linkBoutonRight {width:6px; height:26px; vertical-align:middle; float:left;}
.linkBoutonLeft {background:url(../img/forms/button-left.png) no-repeat 0 0;}
.linkBoutonRight {background:url(../img/forms/button-right.png) no-repeat 0 0;}
a.linkBouton { color:#FFF;}
/* */

/* Date Picker*/	
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
