/* CH1 - AS CHERBOURG FOOTBALL 
------------------------------------------------------------------------------------------------------------------- */

@import url(menu.css);
@import url(reset.css);
@import url(ui.tabs.css);

/* CLEARFIX - http://www.positioniseverything.net/easyclearing.html
------------------------------------------------------------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* BODY
------------------------------------------------------------------------------------------------------------------- */

body {
background:#1b3566 url(../images/bg.gif) repeat;
font-family:"Trebuchet MS";
font-size:0.75em;
}
a:link, a:visited {color:#000;text-decoration:underline;font-weight:bold;}
a:hover, a:active {color:#445EB2;text-decoration:none;}
p {line-height:14px;}

/* CONTAINER
------------------------------------------------------------------------------------------------------------------- */
#container {
height:550px;
margin-top:8%;
}

#InnerContainer {
margin:0 auto;
border:4px solid #fff;
width:664px;
position:relative;
}


/* HEADER
------------------------------------------------------------------------------------------------------------------- */
#header  {
height:89px;
background:transparent url(../images/header.jpg) top left no-repeat;
}

#header h1 {
width:102px;
height:77px;
background:transparent url(../images/logo-asc.gif) top left no-repeat;
position:absolute;
top:9px;
left:25px;
}

#header h1 a {display:block;width:100%;height:100%;}
#header h1 span {display:none;}

/* CONTENU
------------------------------------------------------------------------------------------------------------------- */

#contenu {
background:#e6e9f4 url(../images/bg-contenu.gif) top repeat-x;
border-top:4px solid #fff;
font-size:0.92em;
padding:0;
}

#entrer{
position:absolute;
float:right;
margin-left:532px;
margin-top:20px;
}


/* FOOTER
------------------------------------------------------------------------------------------------------------------- */

#footer {
height:84px;
text-align:center;
color:#fff;
font-size:11px;
}

#footer p {
padding:15px 100px 0 100px;
line-height:18px;
}

#footer a:link, #footer a:visited {color:#fff;text-decoration:none;font-weight:normal;}
#footer a:hover, #footer a:active {color:#fff;text-decoration:underline;font-weight:normal;}
