/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#menu{
    display:none;
}
/*------------------------------------------------------------------*/
#content p.message1{
    text-align:center;
    font-weight:bold;
    color:#C1272D;
    margin:10px;
}
#content p.message2{
    margin:10px;
    padding:10px;
    color:black;
    text-align:left;
    border:solid #A0A0A0 1px;
    background:#F0F0F0;
}
#content .boutons{
    text-align:center;
}
#content .boutons table{
    list-style:none;
    margin:10px;
    font-size:10pt;
    border-spacing:10px;
    border:none;
    width:700px;
    margin-left:auto;
    margin-right:auto;
}
#content .boutons table th{
    border:solid #C5C5C5 2px;
    background:#4F5D84;
    color:white;
    padding:10px;
    width:33%;
    vertical-align:middle;
    font-size:14pt;
}
#content .boutons table td{
    vertical-align:top;
    text-align:center;
    padding:0px;
}
#content .boutons table td a{
    display:block;
    text-align:center;
}

#content table.associations{
    list-style:none;
    margin:10px;
    font-size:10pt;
    border-spacing:10px;
    border:none;
}
#content table.associations td{
    border:solid #C5C5C5 2px;
    background:#4F5D84;
    color:white;
    padding:5px;
    width:20%;
    vertical-align:top;
}
#content table.associations td span.logo{
    text-align:center;
    display:block;
}
#content table.associations td .titre{
    text-align:center;
    padding-bottom:5px;
    background:url(images/accueil-ligneseparation.png) center bottom no-repeat;
    margin-bottom:2px;
}
#content table.associations td .titre img{
}
#content table.associations td .titre span{
    text-transform:uppercase;
}
#content table.associations td a{
    color:#00FFFF;
    text-decoration:none;
}
#content table.associations td a:hover{
    text-decoration:underline;
}
#content table.associations td ul{
}
#content table.associations td ul li{
    margin-left:15px;
}
/*------------------------------------------------------------------*/
