/* ----------------------------------
     INITIALISATION
   ---------------------------------- */
* {
	outline: none;
}

html {
	font-size: 100.01%;
}

body {
	background-color: #D8DCE5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,address,blockquote,ol,p,ul {
	margin: 0;
	padding: 0;
}

dd,dl,dt {
	margin: 0 0 0.6em;
	padding: 0;
}

button,input,select,textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* ----------------------------------
     GENERAL STYLES
   ---------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.ir {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

/* ----------------------------------
     LAYOUT
   ---------------------------------- */
#page {
	position: absolute;
	width: 1000px;
	left: -500px;
	margin-left: 50%;
	margin-top: 25px;
	background-color: white;
	color: white;
	font-family: Arial;
	font-size: 12px;
}

#bandeau a {
	position: absolute;
	background-image:url(/images/frontend/bandeau.jpg);
	width: 1000px; height:83px;
	left: -500px;
	left: 0px;
	top: 0px;
}

#content {	
}

#footer {
	margin-top: 5px;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 29px;
	width: 100%;
	z-index:4;
}
#footer2 {
float:left;
margin-top:5px;
width:900px; text-align:center;
	position: relative;
	font-size: 14px;
	z-index:4;
}

#copyright {
float:right;
margin-top:5px; text-align:right; z-index:10;}
#copyright a {color:#0061A9; font-size:11px; text-decoration:none;}

#footer span {
	color: #4f85d9;
}

#footer a {
	color:#ffffff;
}	

#search
{
	position: absolute;
	left: 778px;
	z-index:5;
}
#search input[type=image]
{
	height: 23px;
	width: 25px;
  vertical-align: middle;
}
/* Hack ie7 */
*+html #search input[type=image]
{
	vertical-align:baseline;
}
#search input[type=text]
{
	height: 16px;
	width: 133px;
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding: 3px;
	color: #5e5e5e;
}


/* ----------------------------------
     MENU
   ---------------------------------- */
#menu
{
	position: absolute;
	background-image: url(/images/frontend/menu/background.jpg);
	height: 46px;
	width: 100%;
	z-index:6;
}
#menu li
{
	list-style: none;
	padding: 0px;
	display: block;
	float: left;
	height: 46px;
	width: 166px;
	text-align: center;
	background-image: url(/images/frontend/menu/separation.jpg);
	background-position:right bottom;
	background-repeat: no-repeat;
}
#menu #menu-les-actus
{
	background-image:none;
}
#menu li a
{
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	display: block;
	float: left;
	width: 160px;
	margin: 1px 4px 0px 4px;
	line-height: 42px;
	height: 41px;
}
#menu li a:hover
{
	background-image: url(/images/frontend/menu/background-hover.jpg);
	background-repeat: repeat-x;
}
#menu li .elem-sel
{
color: #F4C746;
}
#menu li ul li
{
	height: 21px;
	background-color: #019BCD;
	text-align: left;
	background-image: none;
	width: 200px;
	padding-left: 15px;
}
#menu li ul li a
{
	font-size: 13px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	font-weight: bold;
	width: 200px;
}
#menu li ul li a:hover, #menu li ul li:hover
{
	background-color: #E2341C;
	background-image: none;
}           
#menu li ul li .elem-sel
{
	color: #F4C746;
	background-image: none;
}              
              
.llstoggleSubMenu {
	visibility: hidden;
}	

#pymac a
{
bottom: 0px;
right: 0px;
text-indent: -7890px;
width: 125px;
height: 80px;
background-color: transparent;
background-image: url('/images/pymac.png');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
overflow-x: hidden;
overflow-y: hidden;
position: fixed;

}