@charset "utf-8";
/* CSS Document */

body {margin:0; padding:0; background:url(images/FondG.jpg) no-repeat center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover;}
ul {margin:0; padding:0;}
@font-face{font-family:'pol'; src:url('Font/ROND.ttf');}

#conteneur {width:980px; margin:auto;}
#logo {height:300px; text-align:center; padding-top:30px;}
#aligne {height:auto; padding-top:20px;}
#menu {background:url(images/FondMenu.png) no-repeat; width:980px; text-align:center; height:50px; line-height:50px;
-webkit-border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -o-border-radius:10px 10px 0 0;}
#menu li {liste-style-type:none; display:inline-block;}
#menu li a {
	text-decoration: none; color: #FFF; font-family:'pol', sans-sherif; font-size:18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s; 
}
#menu li a:hover {color:#F90; padding: 0 40px 0 40px;}

#largeur { 
	width: 980px;
	padding: 0px;
}

#pdp {width:980px; background-color:#000; color:#FFF; text-align:center; float:left; height:40px; line-height:40px;
-webkit-border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10px; -o-border-radius:0 0 10px 10px;}

