/* 
	Feuille de style Kooron
*/
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

a{
	color:#bb4c05;
	text-decoration : none; 
}

#conteneur {
	width: 860px;
	margin: 0 auto; 
}
#header {

}
#centre {
	background-color:#FFFFFF;
	padding:10px;
}
#pied {
	font-size:0.9em;
	line-height: 30px;
	background:url(../images/fond_pied.gif);
	text-align:center;
	color:#fff;
}
#pied a{
	color:#fff;
	text-decoration:none;
}
#pied a:hover{
	text-decoration:underline;
}
p {
	margin: 0;
	font-size:11px;
	text-align:justify;
	font-family:Tahoma !important;
}

#bandeau{
	height:200px;
	background:url(../images/fond_bandeau.jpg) bottom;
	padding-bottom:8px;
}

#fille{
	height:200px;
}

#menu, ul.sousmenu /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
		background-image: url(../images/fond_navig.gif);
		height:40px;
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a.menu /* Contenu des listes */
{
        display : block; 
        padding : 0; 
        color : White;
        line-height:40px;
        text-decoration : none; 
        width : 175px; 
        height:40px;
        font-size:1.2em;
        background-image: url(../images/bouton.gif);
        background-position:left;
}

#menu li.a_menu a /* Contenu des listes */
{
        display : block; 
        padding : 0;      
        color : White;
        background-image: url(../images/bouton.gif);
        text-decoration : none; 
        width : 152px;
        height:40px;
        font-size:1.2em;
        line-height:40px;
        background-position:left;
}

#menu a.a_menu /* Contenu des listes */
{
        display : block; 
        padding : 0;      
        color : White;
        background-image: url(../images/bouton.gif);
        text-decoration : none; 
        width : 122px;
        height:40px;
        font-size:1.2em;
        line-height:40px;
        background-position:left;
}

#menu li /* Éléments des listes */      
{ 
        float : left; 
        background-image: url(../images/bouton.gif);
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

.image_gauche{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

input{
	background-color:white;
}

textarea{
	background-color:white;
}

.titre{
	font-size:18px;
	font-weight:bold;
	color:#bb4c05;
	padding:0;
	margin:0;
	text-align:left;
}
.table_pop_link{
	width:100%;
}
.table_pop_link th{
	text-align:left;
	width:40%;
	background-color:#DADADA;
	padding-left:2px;
	font-weight:bold;
}

.table_pop_link td{
	text-align:center;
	width:60%;
	background-color:#E9E9E9;
	font-family:Tahoma;
}
.show_results td{
	font-family:Tahoma;
	width:33%;
}
.show_results td.score{
	font-family:Tahoma;
	width:33%;
	font-weight:bold;
}
