/* CSS Document */

#bandeHaut {
width:981px;
}

#bandeHaut #logoHaut {
background:url(../images/page-logo-haut.gif) no-repeat;
width:253px;
height:20px;
float:left;
}
#bandeHaut #logoHaut a {
width:253px;
height:20px;
display:block;
}

#bandeHaut #degradeHaut {
background:url(../images/page-degrade-haut.gif) no-repeat;
width:708px;
height:15px;
float:left;
text-align:right;
font-size:10px;
padding:5px 20px 0 0;
}

#bandeHaut #degradeHaut a {
color:#FFFFFF;
text-decoration:none;
}
#bandeHaut #degradeHaut a:hover {
text-decoration:underline;
}

#contenuInterieur {
background:url(../images/fond-page-interieure.gif) repeat-y;
float:left;
}

#contenuInterieur p {
margin:0;
}


/*************** Colonne Gauche ***************/
#colonneGauche {
width:752px;
float:left;
}
#logoKTO {
width:253px;
height:81px;
float:left;
background:url(../images/page-logo-kto.gif) no-repeat;
}
#logoKTO a {
width:253px;
height:81px;
display:block;
}


#banniere {
float:left;
width:499px;
height:71px;
background:#FFFFFF;
padding-top:10px;
}

#fondGauche {
background-image:url(../images/fond-colonne-gauche.gif);
background-repeat:no-repeat;
float:left;
width:752px;
}


/******************* Colonne menu **********************/
#colonneMenu {
float:left;
width:209px;
margin-left:6px;
padding-top:10px;
}
html>body #colonneMenu {
margin-left:11px;
}

#retourAccueil a {
color:#bfc0c1;
font-size:10px;
text-decoration:none;
margin-left:3px;
}
#retourAccueil a:hover {
text-decoration:underline;
}
#menuGauche {
margin-top:13px;
}

/***************** Colonne Contenus ****************/

#colonneContenus {
float:left;
margin-left:33px;
margin-top:5px;
width:468px;
}

#contenusHaut {
margin-bottom:10px;
}

#contenus {
background:#FFFFFF;
border-left:1px solid #e9e9e9;
border-right:1px solid #e9e9e9;
border-bottom:1px solid #e9e9e9;
margin-bottom:25px;
}
#contenusTitres {
margin-bottom:10px;
}

#contenusTextes {
padding:10px;
color:#363738;
line-height:1.6em;
}
#contenusTextes h2 {
color:#46abd5;
font-size:11px;
font-weight:bold;
margin:10px 0 5px 0;
}

#contenusTextes a {
color:#005b94;
text-decoration:none;
}

#contenusTextes a:hover {
background:#e2f1fa;
}

.sousTitreRaison {
color:#ff6d22;
font-size:14px;
font-weight:bold;
}
.soutTitreRaison2 {
color:#ffba1c;
font-size:13px;
font-style:italic;
font-weight:normal;
}

.sousTitreRaison3 {
color:#005B94;
font-size:14px;
font-weight:bold;
}

#ancresRaison {
color:#bfc0c1;
}
#ancresRaison a {
color:#bfc0c1;
text-decoration:none;
}
#ancresRaison a:hover {
color:#46abd5;
text-decoration:none;
background:none;
}


/*************** Colonne Droite ***************/
#colonneDroite {
width:229px;
float:left;
background:url(../images/fond-colonne-droite.gif) no-repeat;
}

#animation {
float:left;
margin-top:11px;
}

#ktoDirect {
float:left;
width:229px;
height:301px;
background:url(../images/page-fond-kto-direct.jpg) no-repeat;
}


/******************* Actus défilantes *******************/
#actusDefilantes {
	 position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 981px;
     text-align: left; /* on rétablit l'alignement normal du texte */
	 margin-bottom:20px;
}
#actusDefilantes .nom {
color:#b9bfc2;
}