@import url(menu.css);
@import url(menu-horizontal.css);
@import url(main.css);
@import url(modules/accueil.css);
@import url(modules/lexique.css);
@import url(modules/tournois.css);

/**************** STRUCTURE D'UNE PAGE MODELE ************/
html {
margin:0;
padding: 0;
}
body {
font-family: Trebuchet MS;
font-size: 12px;
width: 100%;
margin: 0px;
padding: 0px;
background-image: url(../images/fond-cherbourg-poker.jpg);
text-align: center;
}
#page {
width: 950px;
margin-left: auto;
margin-right: auto;
padding: 0px;
text-align: left;
background-color: white;
posiion: absolute;
}


#header {
height: 180px;
width: 100%;
margin: 0px;
padding: 0px;
background-color: White;
background-image: url(../images/fond.jpg);
background-repeat: no-repeat;
}
#header h1 {
font-size: 32px;
padding: 0px;
margin:0;
padding-left: 370px;
padding-top: 60px;
}
#header a, #header a:visited {
color: white;
text-decoration: none;
}
#header #sous-titre {
display: block;
font-size: 16px;
font-weight: normal;
}
#mini-menu {
width: 950px;
color: white; 
text-align: right; 
margin-right: 5px;
background-color: black;
height: 20px;
line-height: 20px;
border-bottom: 1px solid #5C5C5C;
position: absolute;
top:0;
}
#mini-menu a, #mini-menu a:visited {
margin-left: 10px;
margin-right: 10px;
color: white;
text-decoration: none;
}


img {
border: 0;
}
.spacer {
clear: both;
}

#footer {
clear: both;
color: black;
font-size: 10px;
height: 45px;
line-height: 45px;
text-align: center;
padding-left: 10px;
background-color: #D8D8D8;
border-top: 1px solid gray;
border-bottom: 5px solid black;
margin-top: 10px;
}
#footer img {
border: 0px;
vertical-align: middle;
}
#footer a {
color: #0098C8;
}




/****************** MODULES : ACTUALITES ***************/

#main-news {
text-align: justify;
margin-left: 20px;
margin-right: 20px;
}
.postx {
margin: 0px;
padding: 10px;
margin-top: 20px;
}
.postx img {
float: left;
padding-right: 20px;
padding-bottom: 10px;
padding-top: 10px;
}
.footer-postx {
display: block;
text-align: right;
width: 100%;
margin-top: 25px;
}



