body 
{
	background : url('../images/bg.jpg');
	font-family : "Helvetica", verdana, arial, sans serif;
	color : white;
	margin : 0px;
	padding : 0px;

  	text-align: center ;
}

div#conteneur
{
	width : 1100px;
	margin : 0px auto;
}

header
{
	height: 249px;
	margin:	0px 0px 50px 0px;
	border-radius: 0px 0px 10px 10px;
	background: url('../images/menuBGnav.jpg');
	overflow: hidden;
	text-align:left;
	
}

nav
{
	width : 300px;
	margin : 0px;
	padding : 0px;
	float : left;
	
}

header img
{
	padding: 0px;	
	margin: 0px;
}
ul
{
	list-style-type : none;
	margin : 40px 0;
}

a

{
	color : white;
	text-decoration : none;
	border: none;
}

nav ul li a 
{
	
	font-size: 2em;
	font-weight: bold;
	line-height: 120%;
	 transition: color 0.5s;
    -moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}

nav ul li a:hover
{
	color : black;
}

#contenu2
{
	font-size : 1.3em;
	font-weight : bold ;
}

#avatar
{
	margin: 20px;
}

h1
{
	margin:30px;
	font-size:3em;
}

h2, span
{
   color : rgb(73, 178, 230);
}


ul#album
{
    margin: 20px 0px 0px 0px;
    padding:0;
}

ul#album li
{
    float: left;
    margin: 3px;
    list-style-type :none;
}

ul#album li a,
ul#album li a img{
    display: block;
}

ul#album li a
{
    width: 204px;
    height: 250px;
    padding: 5px;
    background: rgba(73, 178, 230, 0);
    border: none;
    transition: background 0.5s;
    -moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
    
}

ul#album li a:hover
{
    background: rgb(73, 178, 230);
}

footer
{
	
	width: 100%;
	height: 50px;
	float : left;
	margin-top:20px;
	
}
