﻿html, body{
	background-color:#ffffff;
    padding:0px;
	margin:0px;
    font-family:Myriad Pro, Arial;
    color:#0b3452;
    height: 100%;
}
a{text-decoration:none; color:#0b3452;}
h1{font-weight:normal; font-size:large;}
ul
{
    /*list-style-image: none;
    list-style-type:none;*/
}
div#master
{ 
     width:980px;
    margin-left:auto;
    margin-right:auto; 
    overflow: hidden;
    background-color:#e8ecef;
}

div.page
{
    width:980px;
    margin-top:20px;     
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
}

#header {
    background-color: transparent;
    background-position:center center;
    background-repeat:no-repeat;
    
	height:360px;
	width:978px;
	min-height:360px;
	max-height:360px;
	min-width:978px;
	max-width:978px;
	
	border-left:#FFFFFF;
	border-right:#FFFFFF;
	border-top:#FFFFFF;
	border-width:1px;
	border-style:solid;
}

#menu {
	height:64px;
	width:980px;
}

img {
	border:0;
}
img.visuel
{
    width:978px;
}
div#title {
	position:absolute;
	margin-top:274px;
    padding:10px 20px 10px 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding-top:10px;
	background:url(../Images/Shared/Background.png);
	color:white;
}

#pub {
	text-align : center;
    float:left;
	width:366px;
	height:152px;
	background-color:#e7ebed;
}

#liste {
    right:0;
	float:right;
	height:175px;
	width:250px;
}

left
{
	float:left;
}

div.clear{clear:both; display:block;}
div.part1{float:left; width:344px; padding:10px;}

div.footer
{
    margin:0px;
    width:980px;
    height:49px;
    font-size:x-small;
    background: transparent url(../Images/Shared/footer.jpg) no-repeat center center;
    text-align:center;
}

span.footer
{
    padding-left:5px;
    padding-right:5px;
    font-weight:bold;    
}