/*CSS3 style for example */

/*Lay-out*/

html {
	margin: 0;
	padding: 0;
}

body {
	width: 940px;
	margin: 0 auto;
	font: 10pt/1.5em Helvetica,"Helvetica neue", Arial, sans-serif;
	/*background: rgb(204,108,2);*/
  background: rgb(91,130,172); 
	
	/*background: rgb(254,185,109); */
	/*background: #fda33e;*/
	
}

/*HTML 5 specific*/
header,section,article,nav,footer{
	display: block;
}

header {
  /*background: rgb(164,82,0); */
  background: rgb(37,53,71); /* for non-css3 browsers */
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243547', endColorstr='#839EBD'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#243547), to(#839EBD));  /* for webkit browsers */
  background: -moz-linear-gradient(top,#243547, #839EBD);  /* for firefox 3.6+ */ 
  
  color:yellow;
}

nav{
	float: left;
	width: 270px;
	min-height: 480px;
	/*background: rgb(204,108,2);   */
	background: rgb(91,130,172); 
	margin: 0 0 20px 0;
	color: white;
}

section{
	float: left;
	width: 458px;
	padding-left: 20px;
	margin: 0 0 20px 0px;
	/* border-left: 2px dotted #b2a497;   */
  background: #eaeae9;
}

section h1 {
	font: 24pt Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	color: blue;
	padding-bottom: 10px;
	margin: 0;
	width: 430px;
}

section h2 {
	font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	color: blue;
	padding-bottom: 10px;
	margin: 0;
	width: 430px;
}

section h3 {
	font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	color: blue;
	padding-bottom: 10px;
	margin: 0;
	width: 430px;
}

section p{
  width: 430px;
}

section.exer_conj {
  width: 650px;
  background: rgb(255,255,170);
}

section.exer_conj p, section.exer_conj h1, section.exer_conj h2, section.exer_conj h3   {
  width: 600px;
}

section.exer_conj h1 {
  font: 36pt Helvetica,"Helvetica neue", Arial, sans-serif;
	text-align: center;
	color: rgb(208,81,4);
}
section.exer_conj h2 {
  font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	text-align: center;
	color: black;
}

section.exer_conj h3 {
   font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	text-align: center;
	color: rgb(208,81,4);
}

section.exer_conj h4 {
  font: 18pt Helvetica,"Helvetica neue", Arial, sans-serif;
	text-align: center;
	color: blue;
}

#bloc_espace {
float: left;
width: 100px;

}

#advertising{
  float: right;
	width: 150px;
	padding-left: 20px;
	margin: 0 0 20px 0px;
	/*border-left: 2px dotted #b2a497;  */
	/*background: rgb(204,108,2); */
	background: #243547; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243547', endColorstr='#839EBD'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#243547), to(#839EBD));  /* for webkit browsers */
	background: -moz-linear-gradient(top,#243547, #839EBD);
	color: white;
}

#menu_info{
  float: left;
	width: 240px;
	padding-left: 10px;
	margin: 0 0 20px 0px;
	/*border-left: 2px dotted #b2a497; */
	background: rgb(37,53,71); /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243547', endColorstr='#839EBD'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#243547), to(#839EBD));  /* for webkit browsers */
	background: -moz-linear-gradient(top,#243547, #839EBD);
	color: white;
}

#menu_dates{
  float: left;
	width: 240px;
	padding-left: 10px;
	margin: 0 0 20px 0px;
	/*border-left: 2px dotted #b2a497;  */
	background: rgb(37,53,71); /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243547', endColorstr='#839EBD'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#243547), to(#839EBD));  /* for webkit browsers */
	background: -moz-linear-gradient(top,#243547, #839EBD);
	color: white;
}

footer{
	clear:both !important;
	width:940px;
	height: 100px;
	padding: 10px;
	//color:#200f08 ;
	background: #243547; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#839EBD', endColorstr='#243547'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#839EBD), to(#243547));  /* for webkit browsers */
	background: -moz-linear-gradient(top,#839EBD,#243547 );
	color: white;
	
	

}
/*Headings*/
header h1 {
	font: 34pt Helvetica,"Helvetica neue", Arial, sans-serif;
	
	text-align: center;
	
	color: yellow;
	padding-top: 30px ;
	text-shadow: 1px 1px 2px #fff; 
}

header h3 {
  font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	
	text-align: center;
	
	color: white;
	
	text-shadow: 1px 1px 2px #fff; 


}

nav a:link, nav a:visited {
	font:10pt normal Helvetica,"Helvetica neue", Arial, sans-serif;
	color:white;
	text-decoration:none;
	border-bottom: 1px solid #d2543c;
}

nav a:hover {
	border-bottom:1px dotted #d2543c;
	text-decoration: underline;
}

nav a img {
	border:none;
}


footer a:link, footer a:visited {
  font:10pt normal Helvetica,"Helvetica neue", Arial, sans-serif;
	color:white;
	text-decoration:none;
	border-bottom: 1px solid #d2543c;

}

footer a:hover  {
  font:10pt normal Helvetica,"Helvetica neue", Arial, sans-serif;
	color:white;
	text-decoration: underline;
	border-bottom: 1px solid #d2543c;

}

#menu_horizontal_header {
	margin-left: 50;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	border: solid 1px #6d6d6d;
}
#menu_horizontal_header li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#menu_horizontal_header a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#menu_horizontal_header .current a, #menu_horizontal_header li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#menu_horizontal_header ul li:hover a, #menu_horizontal_header li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#menu_horizontal_header ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#menu_horizontal_header ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#menu_horizontal_header li:hover > ul {
	display: block;
}
#menu_horizontal_header ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#menu_horizontal_header ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#menu_horizontal_header ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#menu_horizontal_header ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#menu_horizontal_header ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#menu_horizontal_header:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu_horizontal_header {
	display: inline-block;
}

/*
html[xmlns] #menu_horizontal_header {
	display: block;
}
* html #menu_horizontal_header {
	height: 1%;
}
*/