/* CSS Document */

/* Corps de la page */

#page-container {
width:950px;
margin:auto;
}

#header {
width:950px;
height:400px;
}

#content {
width:475px;
padding:0px;
float:left;
height:950px;
}

#contentspa {
width:475px;
padding:0px;
float:left;
height:1150px;
}

#contentcondroz {
width:475px;
padding:0px;
float:left;
height:1800px;
}

#sidebar1 {
width:275px;
padding:0px;
float:left;
height:600px;
}

#sidebar2 {
width:200px;
padding:0px;
float:left;
height:600px;
background:url('../../images/toycelicafondsidebar2.png*') no-repeat bottom left;
}

#footer {
width:750px;
height:100px;
clear:both;
background: url('../../images/footer.jpg') no-repeat bottom;
}

/*page d'accueil*/
#resumes {
width:465px;
height:850px;
background: url('../../images/rdn2009.png') no-repeat bottom;
}

#spa {
width:465px;
height:1100px;
background: url('../../images/bouclesdespa2008.png') no-repeat bottom;
}

#tac {
width:465px;
height:800px;
background: url('../../images/tac2008.png') no-repeat bottom;
}

#condroz {
width:465px;
height:1550px;
background: url('../../images/2008fondarticlecondroz.png') no-repeat bottom;
}

#calendrier {
width:265px;
height:100px;
float:right;
}

#resultats {
width:265px;
height:200px;
float:right;
margin-top:25px;
}

.vignette {
margin-right:20px;
}


#bannieres {
float:right;
margin-top:30px;
margin-bottom:40px;
}

#bannieres2 {
float:right;
}


/*Textes*/
.normal {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#FFFFFF;
text-align:justify;
margin:10px;
}

.titreblanc {
font-family:Verdana, Arial, "Helvetica", sans-serif;
font-size:16px;
color:#FFFFFF;
text-align:left;
line-height:18px;
font-weight:bold;
}

.resumesuivant {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
margin:10px;
}

.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
line-height:14px;
color:#FFFFFF;
text-align:center;
margin-top:35px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #009ee0;
}
a:active {
	text-decoration: none;
}

/* Menu */
.Menu{
    position: absolute;
    display: block;
    margin-left: 400px;
	margin-top:20px;
    padding: 0;
    width: 550px;
    z-index: 5;
}

.Menu ul{
    position: absolute;
    display: block;
    width: 100px;
    padding: 0;
}
    
.Menu li ul{
    visibility: hidden;
	 margin-left: 0px;
}

.Menu li li ul{
    position: absolute;
    margin-left: 159px;
    margin-top: -23px;
}
    
.Menu li{
    width: 120px;
    height: auto;
    display: inline;
    display /**/:block;
    float: none;
    float/**/: left;
    margin-left: -20px;
    padding-left: 10px;
    cursor: pointer;
    list-style: none inside;
}
    
.Menu li li{
    display: block;
    float: none;
}

/* correct a little IE bug */
* html .Menu li li{
    display: inline;
}

.Menu a{
    text-align: center;
    background-color: #F4F3F3*;
    color: #FFFFFF;
    display: block;
    width: 100px;
    text-decoration: none;
    padding: 5px 0;
    margin: -1px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
}
    
.Menu a:hover{
    background-color: #0099cc;
}
 
.Menu a:focus{
    background-color: #4C4C4C;
}

