@CHARSET "UTF-8";

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

				COMMUN

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

*{
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

html{
	width: 100%;
	height: 100%;
	background: #c0c0ae url('../../images/commun/fondBodyIE8.gif') repeat-x;
	background: -moz-linear-gradient(top,  rgb(255, 255, 255) 0px, rgb(255, 255, 255) 140px, rgb(192, 192, 174) 140px, rgb(192, 192, 174) 1000px);
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 140px, rgb(192, 192, 174) 140px, rgb(192, 192, 174) 1000px);
}

body{
	font-size: 0.75em;
}

#main{
	width: 910px;
	display: block;
	border-radius: 0px 0px 10px 10px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	padding: 20px 30px 40px 30px;
	margin: 0px auto;
	position: relative;
}

#main:before{
	width: 100%;
	height: 100px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px -7px 0px 5px rgb(255, 255, 255);
	position: absolute;
	top: 0px;
	left: 0px;
}

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

				HEADER

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

#header{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 35px 0px;
}

#header img{
	border: 0px;
	margin: 0px 30px 0px 0px;
	float: left;
}

#header blockquote {
  font-size: 1.3em;
  font-style: italic;
  color: rgb(153, 153, 153);
  line-height: 3;
}

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

				NAV

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

#nav{
	height: 35px;
	border-radius: 8px;
	background: url('../../images/commun/fondNavIE8.gif') repeat-x;
	background: -moz-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
	background: -webkit-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
	background: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	margin: 0px 0px 40px 0px;
}

#nav ul{
	width: 725px;
	list-style: none;
	margin: 0px auto;
}

#nav li{
	float: left;
}

#nav a{
	height: 35px;
	display: block;
	font-size: 1.15em;
	font-weight: bold;
	color: rgb(255, 255, 255);
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 2.6em;
	padding: 0px 15px;
	margin: 0px 20px;
}

#nav a:hover, #nav a.actif{
	height: 70px;
	color: #464fd8;
	line-height: 4.1em;
	border-radius: 8px;
	background: rgb(255, 255, 255);
	margin: -10px 20px 0px 20px;
}

#nav a:hover, #nav a.actif{
	box-shadow:
			0px 3px 0px 3px rgb(255, 255, 255),
			0px -1px 9px 0px rgba(0, 0, 0, 0.3);
}

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

				SECTION

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

div.section{
	overflow: hidden;
}

div.section h1{
	font-size: 2.15em;
	margin: 0px 0px 5px 0px;
}

div.section h2{
	font-size: 1.15em;
}

div.section p{
	color: rgb(51, 51, 51);
	line-height: 1.4em;
}

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

				FOOTER

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

#footer{
	margin: 10px 0px 10px 0px;
}

#footer p{
	color: rgb(255, 255, 255);
	text-align: center;
}

#footer a{
	color: #464fd8;;
	text-align: center;
	text-decoration: none;
}
