/* 
    Document   : devoirs.css
    Created on : 25 mars 2009, 11:01:16
    Author     : vinh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    margin:0;
    padding:0;
    border:0;
}

/* Structure */
#main-container
{
	width:1024px;
	margin:0 auto;	
}

body{
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:12px;
    background:#ffffff;
}
.header{
	margin-top:36px;
    width:1024px;
    margin-right:auto;
    margin-left:auto;
    background:#ffffff;
}
.footer{
    clear:both;
    width:1024px;
    margin-right:auto;
    margin-left:auto;
    padding:17px 0 0 0;
    background:#ffffff;
}
.content{
    width:1024px;
    margin-right:auto;
    margin-left:auto;
    background:#ffffff;
}
.big-left{
    float:left;
    width:711px;
}
.right{
    float:left;
    width:300px;
    margin-left:13px;
}



.statut-collegien{
    color:#0099cc;
}
.statut-lyceen{
    color:#ff791b;
}
.statut-etudiant{
    color:#9cb453;
}

/* VINH */

/*
Pagination

*/
.pagination{
    margin-top:13px;
    color:#999999;
    line-height:33px;
}
.pagination .gauche{
    height:33px;
    width:5px;
    background:no-repeat url(/images/page-gauche.jpg);
    float:left;
}
.pagination .droite{
    height:33px;
    width:5px;
    background:no-repeat url(/images/page-droite.jpg);
    float:left;
}
.pagination .pagination-content{
    height:33px;
    background:repeat-x url(/images/page-content.jpg);
    float:left;
    color:#cccccc;
    font-size:14px;
}
.pagination .pagination-content .inter{
    height:33px;
    width:7px;
    background:repeat-x url(/images/page-inter.jpg);
    float:left;
}

.pagination a{
    color:#000000;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
}
.pagination a:hover{
    color:#000000;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}


/* Test */
.header .pub{
    height:98px;
    width:1024px;
    text-align:center;
    padding:5px 0 0 0;
}

.header .fil-info{
    height:24px;
    width:1024px;
    background:no-repeat url(/images/fd-fil-info.jpg);
}
.header .fil-info .info{
    float:left;
    width:707px;
    color:#8f8f8f;
    padding:4px 0 0 10px;
}
.header .fil-info .inscription{
    padding:4px 0 0 0;
    width:300px;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    float:right;
}
.header .fil-info .inscription a{
    color:#000000;
    text-decoration:none;
}

.header .bandeau{
    height:156px;
    width:1024px;
    background:no-repeat url(/images/bandeau-devoir.jpg) bottom left;
    padding-top:10px;
}
.header .sous-bandeau{
    height:100px;
    width:1024px;
    background:no-repeat url(/images/fond-menu.jpg);
}
.header .titre{
    height:60px;
    width:189px;
    padding:33px 0 0 15px;
	/*padding:18px 0 0 15px;*/
    color:#ffffff;
    float:left;
}
.header .titre .extension{
    font-size:28px;
}
.header .sous-bandeau .slogan-menu{
    float:left;
}
.header .sous-bandeau .slogan{
    height:25px;
    width:495px;
    color:#f9f8c4;
    font-size:16px;
    padding:16px 0 0 2px;
}

/* Gestion du menu */
.menu-nav ul{
    list-style:none;
}
.menu-nav li{
    list-style:none;
}
.menu-nav .menu-college a {
    background:no-repeat url(/images/fd-college.jpg);
    color:#FFFFFF;
    display:block;
    font-size:14px;
    font-weight:bold;
    height:59px;
    width:149px;
    text-decoration:none;
    float:left;
    text-transform:uppercase;
    line-height:59px;
    padding-left:15px;
}
.menu-nav .menu-college a:hover {
    background:no-repeat url(/images/fd-college-over.jpg);
}
.menu-nav .menu-lycee a {
    background:no-repeat url(/images/fd-lycee.jpg);
    color:#FFFFFF;
    display:block;
    font-size:14px;
    font-weight:bold;
    height:59px;
    width:149px;
    text-decoration:none;
    float:left;
    text-transform:uppercase;
    line-height:59px;
    padding-left:15px;
}
.menu-nav .menu-lycee a:hover {
    background:no-repeat url(/images/fd-lycee-over.jpg);
}
.menu-nav .menu-apres-bac a {
    background:no-repeat url(/images/fd-apres-bac.jpg);
    color:#FFFFFF;
    display:block;
    font-size:14px;
    font-weight:bold;
    height:59px;
    width:149px;
    text-decoration:none;
    float:left;
    text-transform:uppercase;
    line-height:59px;
    padding-left:15px;
}
.menu-nav .menu-apres-bac a:hover {
    background:no-repeat url(/images/fd-apres-bac-over.jpg);
}

#smenu1 {
    display:none;
    position:absolute;
    margin:55px 0 0 0px;
    width:164px;
    float:left;
    background:repeat-y url(/images/fd-ssous-college.gif);
    z-index:1000;
    text-transform:uppercase;
}
#smenu1 ul{
    padding:15px 15px 0 17px;
    background:no-repeat url(/images/fd-sous-college.gif);
}
#smenu1 ul li{
    padding:3px 0 3px 0;
    border-bottom:1px solid #ffffff;
}
#smenu1 ul li a{
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}
#smenu1 .bas {
    height:16px;
    width:164px;
    background:no-repeat url(/images/fd-bas-college.gif);
}

#smenu2 {
    display:none;
    position:absolute;
    margin:55px 0 0 164px;
    width:164px;
    float:left;
    background:repeat-y url(/images/fd-ssous-lycee.gif);
    z-index:1000;
    text-transform:uppercase;
}
#smenu2 ul{
    padding:15px 15px 0 17px;
    background:no-repeat url(/images/fd-sous-lycee.gif);
}
#smenu2 ul li{
    padding:3px 0 3px 0;
    border-bottom:1px solid #ffffff;
}
#smenu2 ul li a{
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}
#smenu2 .bas {
    height:15px;
    width:164px;
    background:no-repeat url(/images/fd-bas-lycee.gif);
}

#smenu3 {
    display:none;
    position:absolute;
    margin:55px 0 0 328px;
    width:164px;
    float:left;
    background:repeat-y url(/images/fd-ssous-apres-bac.gif);
    z-index:1000;
    text-transform:uppercase;
}
#smenu3 ul{
    padding:15px 15px 0 17px;
    background:no-repeat url(/images/fd-sous-apres-bac.gif);
}
#smenu3 ul li{
    padding:3px 0 3px 0;
    border-bottom:1px solid #ffffff;
}
#smenu3 ul li a{
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}
#smenu3 .bas {
    height:15px;
    width:164px;
    background:no-repeat url(/images/fd-bas-apres-bac.gif);
}


/* fin gestion du menu */


.sous-bandeau .besoin-aide{
    width:149px;
    padding:3px 0 0 0;
    float:left;
    text-align:center;
}
.sous-bandeau .besoin-aide img{
    border:0px;
}
.sous-bandeau .connexion{
    width:165px;
    float:right;
    color:#f9f8c4;
}
.sous-bandeau .connexion .titre-iden{
    padding:0px 15px 0 0px;
    font-weight:bold;
    text-align:right;
}
.con-pseudo{
    width:135px;
    height:20px;
    background:no-repeat url(/images/fd-pseudo.jpg);
    border:0;
    padding:3px 0 0 2px;
    margin-left:15px;
}
.con-password{
    width:84px;
    height:20px;
    background:no-repeat url(/images/fd-password.jpg);
    border:0;
    padding:3px 0 0 2px;
    margin-left:15px;
}
.con-btn{
    background:no-repeat url(/images/btn-ok.jpg);
    width:52px;
    height:31px;
    border:0;
}
.sous-bandeau .connexion a{
    font-size:10px;
    color:#f9f8c4;
    text-decoration:underline;
}
.sous-bandeau .connexion a:hover{
    font-size:10px;
    color:#f9f8c4;
    text-decoration:none;
}
.sous-bandeau .connexion .lien-connexion{
    text-align:right;
    padding-right:15px;
}
.sous-bandeau .connexion .titre-connecte{
    text-align:right;
    padding-right:15px;
}

#menu_accueil_content .fil-ariane
{
	padding-left:0;
}

#menu_accueil_content .fil-ariane p
{
	padding-left:10px;
}

#menu_accueil_content .fil-ariane, .fil-ariane{
    width:1014px;
    height:29px;
    color:#323232;
    padding:0 0 0 10px;
	font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
}


#menu_accueil_content .fil-ariane
{
	padding-left:0;
}

#menu_accueil_content .fil-ariane p, .fil-ariane p{
    float:left;
}
#menu_accueil_content .fil-ariane a, .fil-ariane a{
    color:#666666;
    text-decoration:none;
    font-weight:normal;
}
.fil-ariane a:hover{
    text-decoration:underline;
}
.fil-ariane .recherche{
    width:300px;
    float:right;
}
.fil-ariane .recherche .recherche-champ{
    width:200px;
    border:0;
    background-color:#ffffff;
}
.fil-ariane .recherche .btn-recherche{
    margin:0 0 0 10px;
    width:76px;
    height:18px;
    background:no-repeat url(/images/btn-recherche.jpg);
    border:0;
}

/* Home */
.home-presentation{
    width:711px;
    height:213px;
    background:repeat-y url(/images/fd-tableau.jpg);
    padding:7px 0 0 0;
    color:#ffffff;
    margin-bottom:17px;
}
.home-presentation a{
text-decoration:none;
    color:#ffffff;
}
.home-presentation h1{
    font-weight:bold;
    font-size:20px;
    margin-left:195px;
}
.home-presentation p{
    margin:5px 0 0 0;
    margin-left:195px;
}
.lien-inscription{
    line-height:30px;
    background:no-repeat url(/images/puce-inscription.jpg);
    padding-left:25px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:18px;
    color:#f9f8c4;
    text-decoration:none;
}
.home-presentation .decal-gauche{
    width:185px;
	height:60px;
    padding:0 10px 0 0px;
    text-align:right;
    font-weight:bold;
    font-size:12px;
    float:left;
    margin:0;
}
.home-presentation .avatar{
    float:left;
    text-align:center;
    margin-right:20px;
    font-weight:bold;
}
.home-presentation .avatar img{
    border:2px solid #ffffff;
    height:50px;
    width:50px;
}

.nouvelle-aide{
    width:347px;
    background:repeat-y url(/images/fd-categorie.jpg);
    float:left;
}
.nouvelle-aide .haut{
    color:#323232;
    width:337px;
    height:27px;
    background:no-repeat url(/images/haut-categorie.jpg);
    font-size:18px;
    padding:10px 0 0 10px;
}
.nouvelle-aide .bas{
    width:347px;
    height:10px;
    background:no-repeat url(/images/bas-categorie.jpg);
    font-size:2px;
}

.nouveau-devoirs{
    width:347px;
    background:repeat-y url(/images/fd-categorie.jpg);
    float:right;
}
.nouveau-devoirs .haut{
    color:#323232;
    width:337px;
    height:27px;
    background:no-repeat url(/images/haut-categorie.jpg);
    font-size:18px;
    padding:10px 0 0 10px;
}
.nouveau-devoirs .bas{
    width:347px;
    height:10px;
    background:no-repeat url(/images/bas-categorie.jpg);
    font-size:2px;
}

.onglet{
    font-weight:bold;
    margin:3px 0 0 6px;
    height:36px;
}
.statut-tous-in{
    width:83px;
    height:36px;
    line-height:27px;
    background:no-repeat url(/images/btn-categorie-tous-in.jpg);
    float:left;
    text-align:center;
    color:#ffffff;
}
.statut-college-in{
    width:83px;
    height:36px;
    line-height:27px;
    background:no-repeat url(/images/btn-categorie-college-in.jpg);
    float:left;
    text-align:center;
    color:#ffffff;
}
.statut-lycee-in{
    width:83px;
    height:36px;
    line-height:27px;
    background:no-repeat url(/images/btn-categorie-lycee-in.jpg);
    float:left;
    text-align:center;
    color:#ffffff;
}
.statut-etudiant-in{
    width:83px;
    height:36px;
    line-height:27px;
    background:no-repeat url(/images/btn-categorie-etudiant-in.jpg);
    float:left;
    text-align:center;
    color:#ffffff;
}

.statut-tous-out, .statut-college-out, .statut-lycee-out, .statut-etudiant-out{
    width:83px;
    height:36px;
    line-height:27px;
    background:no-repeat url(/images/btn-categorie-out.jpg);
    float:left;
    text-align:center;
    color:#ffffff;
    cursor:pointer;
}

#nouvelle-aide-1-contenu, #nouvelle-aide-2-contenu, #nouvelle-aide-3-contenu, #nouvelle-aide-4-contenu{
    margin:0 0 0 6px;
    background:#f9f9f9;
    width:327px;
    min-height:265px;
    padding:0 0 0 8px;
}
#nouvelle-aide-1-contenu ul,
#nouvelle-aide-2-contenu ul,
#nouvelle-aide-3-contenu ul,
#nouvelle-aide-4-contenu ul
{
    list-style:none;
}
#nouvelle-aide-1-contenu ul li,
#nouvelle-aide-2-contenu ul li,
#nouvelle-aide-3-contenu ul li,
#nouvelle-aide-4-contenu ul li{
    background-position: 0px 10px;
    padding:5px 0 5px 10px;
    font-size:13px;
}

#nouvelle-aide-1-contenu ul li a,
#nouvelle-aide-2-contenu ul li a,
#nouvelle-aide-3-contenu ul li a,
#nouvelle-aide-4-contenu ul li a{
    text-decoration:none;
    color:#000000;
}

#nouvelle-aide-1-contenu ul li a:hover,
#nouvelle-aide-2-contenu ul li a:hover,
#nouvelle-aide-3-contenu ul li a:hover,
#nouvelle-aide-4-contenu ul li a:hover{
    text-decoration:underline;
    color:#000000;
}

#nouveau-devoirs-1-contenu, #nouveau-devoirs-2-contenu, #nouveau-devoirs-3-contenu, #nouveau-devoirs-4-contenu{
    margin:0 0 0 6px;
    background:#f9f9f9;
    width:327px;
    min-height:265px;
    padding:0 0 0 8px;
}
#nouveau-devoirs-1-contenu ul,
#nouveau-devoirs-2-contenu ul,
#nouveau-devoirs-3-contenu ul,
#nouveau-devoirs-4-contenu ul
{
    list-style:none;
}
#nouveau-devoirs-1-contenu ul li,
#nouveau-devoirs-2-contenu ul li,
#nouveau-devoirs-3-contenu ul li,
#nouveau-devoirs-4-contenu ul li{
    background-position: 0px 10px;
    padding:5px 0 5px 10px;
    font-size:13px;
}
#nouveau-devoirs-1-contenu ul li a,
#nouveau-devoirs-2-contenu ul li a,
#nouveau-devoirs-3-contenu ul li a,
#nouveau-devoirs-4-contenu ul li a{
    text-decoration:none;
    color:#000000;
}

#nouveau-devoirs-1-contenu ul li a:hover,
#nouveau-devoirs-2-contenu ul li a:hover,
#nouveau-devoirs-3-contenu ul li a:hover,
#nouveau-devoirs-4-contenu ul li a:hover{
    text-decoration:underline;
    color:#000000;
}

.liste-college{
    background:no-repeat url(/images/puce-lst-devoir-college.jpg);
}
.liste-lycee{
    background:no-repeat url(/images/puce-lst-devoir-lycee.jpg);
}
.liste-apres-bac{
    background:no-repeat url(/images/puce-lst-devoir-etudiant.jpg);
}
.info{
    color:#a5a5a5;
    font-size:11px;
}
.lien-329{
    display:block;
    width:329px;
    line-height:33px;
    background:no-repeat url(/images/fd-lien.jpg);
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    margin:15px 0 0 10px;
    text-align:center;
}

.top-matieres .haut{
    color:#323232;
    width:337px;
    height:27px;
    background:no-repeat url(/images/haut-categorie.jpg);
    font-size:18px;
    padding:10px 0 0 10px;
}
.top-matieres{
    width:347px;
    background:repeat-y url(/images/fd-categorie.jpg);
    float:left;
}
.top-matieres .bas{
    width:347px;
    height:10px;
    background:no-repeat url(/images/bas-categorie.jpg);
    font-size:2px;
}

.top-classes .haut{
    color:#323232;
    width:337px;
    height:27px;
    background:no-repeat url(/images/haut-categorie.jpg);
    font-size:18px;
    padding:10px 0 0 10px;
}
.top-classes{
    width:347px;
    background:repeat-y url(/images/fd-categorie.jpg);
    float:right;
}
.top-classes .bas{
    width:347px;
    height:10px;
    background:no-repeat url(/images/bas-categorie.jpg);
    font-size:2px;
}
.top-matieres-col{
    width:97px;
    min-height:100px;
    padding:5px 5px 0 13px;
    font-size:13px;
    float:left;
}
.top-matieres-col a{
    color:#000000;
    text-decoration:none;
}
.top-matieres-col a:hover{
    color:#000000;
    text-decoration:underline;
}
.top-classes-col{
    width:97px;
    min-height:100px;
    padding:5px 5px 0 13px;
    font-size:13px;
    float:left;
}
.top-classes-col a{
    color:#000000;
    text-decoration:none;
}
.top-classes-col a:hover{
    color:#000000;
    text-decoration:underline;
}
.entraide{
    width:300px;
    background:repeat-y url(/images/fd-categorie-sidebar.jpg);
    margin-bottom:17px;
}
.entraide a{
    text-decoration:none;
}
.entraide .p-entraide {
    padding:5px 0 10px 44px;
    background:no-repeat url(/images/p-entraide.jpg) 5px 5px;
    border-bottom:1px solid #e6e6e6;
}
.entraide .p-gain {
    padding:5px 0 10px 44px;
    background:no-repeat url(/images/p-gain.jpg) 5px 5px;
    border-bottom:1px solid #e6e6e6;
}


.entraide .haut{
    color:#323232;
    width:290px;
    height:27px;
    background:no-repeat url(/images/fd-haut-sidebar.jpg);
    font-size:18px;
    padding:10px 0 0 10px;
}
.entraide .bas{
    width:300px;
    height:10px;
    background:no-repeat url(/images/bas-categorie-sidebar.jpg);
    font-size:2px;
}
.top-membres{
    width:300px;
    background:repeat-y url(/images/fd-categorie-sidebar.jpg);
    margin-bottom:17px;
}
.top-membres a{
    text-decoration:none;
    border:0;
}
.top-membres img{
    border:0;
}
.top-membres .haut{
    color:#323232;
    width:290px;
    height:27px;
    background:no-repeat url(/images/fd-haut-sidebar.jpg);
    font-size:18px;
    padding:10px 0 0 10px;
    margin-bottom:5px;
}
.top-membres .bas{
    width:300px;
    height:10px;
    background:no-repeat url(/images/bas-categorie-sidebar.jpg);
    font-size:2px;
}
.top-membres .avatar{
    background:no-repeat url(/images/fond-avatar.jpg) top;
    float:left;
    margin-bottom:0px;
    margin-top:5px;
    padding:5px 0 0 12px;
    text-align:left;
    width:63px;

}

.top-membres .avatar .img-avatar{
    width:50px;
    height:50px;
}

.top-membres .avatar .img-eti{
    margin-top:2px;
}

.pp_vous_pouvez_aider .avatar{
    background:no-repeat url(/images/fond-avatar.jpg) top;
    float:left;
    margin-bottom:0px;
    padding:5px 0 0 12px;
    text-align:left;
    width:63px;

}

.pp_vous_pouvez_aider .avatar .img-avatar{
    width:50px;
    height:50px;
}

.pp_vous_pouvez_aider .avatar .img-eti{
    margin-top:2px;
}

.liste_outils a{
    text-decoration:none;
}

.liste_outils a:hover{
    text-decoration:none;
}
.lien_fiche{
    text-decoration:none;
}
.lien_fiche:hover{
    text-decoration:none;
}

.inv_bas_navigation a{
    text-decoration:none;
}

.inv_bas_navigation a:hover{
    text-decoration:none;
}

.lien-282{
    display:block;
    width:282px;
    line-height:33px;
    background:no-repeat url(/images/fd-lien-282.jpg);
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    margin:15px 0 0 10px;
    text-align:center;
}
.membre-honneur{
    width:300px;
    background:repeat-y url(/images/fd-categorie-sidebar.jpg);
    margin-bottom:17px;
}
.membre-honneur a{
text-decoration:none;
}
.membre-honneur .haut{
    color:#323232;
    width:290px;
    height:27px;
    background:no-repeat url(/images/fd-haut-sidebar.jpg);
    font-size:18px;
    padding:10px 0 0 10px;
}
.membre-honneur .content{
    padding:10px 10px 0 10px;
    background:repeat-y url(/images/fd-categorie-sidebar.jpg);
     width:290px;
}
.membre-honneur .content .big-avatar{
    width:115px;
    height:115px;
    padding:0;
    float:left;
    margin:0 10px 10px 0;
    background:no-repeat url(/images/fd-avatar.jpg);
}
.membre-honneur .content p{
    margin:0;
}
.membre-honneur .content a img{
border:none;
}
.membre-honneur .bas{
    width:300px;
    height:10px;
    background:no-repeat url(/images/bas-categorie-sidebar.jpg);
    font-size:2px;
}
.membre-honneur p{
    padding:5px;
}
.membre-honneur img{
    margin:0 5px 5px 0;
}

/* Propoer doc */
.haut-proposer-devoir{
    width:1014px;
    background:no-repeat url(/images/fd-haut-proposer-devoir.jpg);
    color:#323232;
    height:27px;
    font-size:18px;
    padding:10px 0 0 10px;
}
.content-proposer-devoir{
    width:1006px;
    background:repeat-y url(/images/fd-content-proposer-devoir.jpg);
    padding:18px 0 0 27px;
}
.bas-proposer-devoir{
    width:1024px;
    height:24px;
    background:no-repeat url(/images/fd-bas-proposer-devoir.jpg);
    font-size:2px;
}
.s-onglet-1-in{
    width:259px;
    height:76px;
    background:no-repeat url(/images/onglet-1-proposer-devoir-in.jpg);
    display:block;
    float:left;
}
.s-onglet-1-valide{
    width:259px;
    height:76px;
    background:no-repeat url(/images/onglet-1-proposer-devoir-valide.jpg);
    display:block;
    float:left;
    cursor:pointer;
}
.s-onglet-2-in{
    width:272px;
    height:76px;
    background:no-repeat url(/images/onglet-2-proposer-devoir-in.jpg);
    display:block;
    float:left;
}
.s-onglet-2-out{
    width:272px;
    height:76px;
    background:no-repeat url(/images/onglet-2-proposer-devoir-out.jpg);
    display:block;
    float:left;
}
.s-onglet-2-valide{
    width:272px;
    height:76px;
    background:no-repeat url(/images/onglet-2-proposer-devoir-valide.jpg);
    display:block;
    float:left;
    cursor:pointer;
}
.s-onglet-3-in{
    width:272px;
    height:76px;
    background:no-repeat url(/images/onglet-3-proposer-devoir-in.jpg);
    display:block;
    float:left;
}
.s-onglet-3-out{
    width:272px;
    height:76px;
    background:no-repeat url(/images/onglet-3-proposer-devoir-out.jpg);
    display:block;
    float:left;
}
.s-onglet-vide{
    width:168px;
    height:76px;
    background:no-repeat url(/images/onglet-vide-proposer-devoir.jpg);
    display:block;
    float:left;
}
.proposer-onglet-1-contenu{
    width:945px;
    background:#f3f3f3;
    padding:13px;
}
.case-type-devoir{
    height:165px;
    width:148px;
    background:no-repeat url(/images/case-type-devoir.jpg);
    margin:10px 20px 10px 0;
    padding:15px 12px;
    float:left;
    cursor:pointer;
    color:#676767;
}
.case-type-devoir .desc-case{
    height:95px;
}
.case-type-devoir-der{
    height:165px;
    width:148px;
    background:no-repeat url(/images/case-type-devoir.jpg);
    margin:10px 0 10px 0;
    padding:15px 12px;
    float:left;
    cursor:pointer;
    color:#676767;
}
.case-type-devoir-der .desc-case{
    height:95px;
}
.radio-devoir{
    height:54px;
    width:54px;
    background:no-repeat url(/images/radio-devoir-off.gif);
    display: block;
    clear: left;
}
#case-type-devoir-exercice
{
    height:54px;
    width:148px;
}
#case-type-devoir-expose
{
    height:54px;
    width:148px;
}
#case-type-devoir-rapport{
    height:54px;
    width:148px;
}
#case-type-devoir-etude_de_cas{
    height:54px;
    width:148px;
}
#case-type-devoir-memoire{
    height:54px;
    width:148px;
}
.btn-valide-etape{
    height:39px;
    width:945px;
    background:no-repeat url(/images/fd-btn-valide-etape.jpg);
    color:#ffffff;
    font-size:18px;
    border:0;
    cursor:pointer;
}
.proposer-onglet-1-contenu label{
    float:left;
    width:188px;
    line-height:20px;
}
.left-proposer-devoir{
    float:left;
    width:640px;
    padding:25px 0 0 0;
}
.right-proposer-devoir{
    float:left;
    width:280px;
    padding:25px 0 0 0;
}
.left-proposer-devoir .intitule{
    font-size:16px;
    float:left;
    font-weight:bold;
}
.left-proposer-devoir .intitule-complement{
    font-size:10px;
    float:right;
    padding:10px 35px 0 0;
    color:#a8a8a8;
}
.titre-pro-devoir {
    width:596px;
    height:19px;
    background:no-repeat url(/images/fd-titre-pro-devoir.jpg);
    border:0;
    padding:2px 4px;
    margin-bottom:15px;
}
.sujet-pro-devoir {
    width:596px;
    height:114px;
    background:no-repeat url(/images/fd-sujet-pro-devoir.jpg);
    border:0;
    padding:2px 4px;
    margin-bottom:15px;
}

/* Page tri */
.nav-gauche{
    width:131px;
    background:repeat-y url(/images/fd-nav-gauche.jpg);
    float:left;
    margin-right:13px;
}
.nav-gauche .haut{
    width:115px;
    height:39px;
    padding:10px 8px 0 8px;
    background:no-repeat url(/images/fd-nav-haut.jpg);
    color:#323232;
    font-size:13px;
}
.nav-gauche .bas{
    width:131px;
    height:5px;
    background:no-repeat url(/images/fd-bas-nav.jpg);
    font-size:2px;
}
.premier-niveau{
    width:96px;
    border-top:1px solid #e1e1e1;
    padding:8px 0 10px 35px;
    background:no-repeat url(/images/puce-nav.jpg) 12px 10px;
}
.premier-niveau a{
    color:#666666;
    text-decoration:none;
    font-size:14px;
}
.menu_gauche_current{
    width:96px;
    height:27px;
    border-top:1px solid #e1e1e1;
    padding:8px 0 0 35px;
    background:no-repeat url(/images/fd-menu-current.jpg);
}
.menu_gauche_current a{
    color:#666666;
    text-decoration:none;
    font-size:14px;
}
.second-niveau{
    width:113px;
    /*height:18px;*/
    border-top:1px solid #e1e1e1;
    padding:2px 0 2px 18px;
    background:no-repeat url(/images/puce-nav-n2.jpg) 12px 6px;
}
.second-niveau a{
    color:#666666;
    text-decoration:none;
    font-size:12px;
}
.second-niveau-current{
    width:113px;
    height:18px;
    border-top:1px solid #e1e1e1;
    padding:2px 0 0 18px;
    background:no-repeat url(/images/puce-nav-n2.jpg) 12px center;
}
.second-niveau-current a{
    color:#FF791B;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
}
.center{
    float:left;
    width:567px;
}
.center-top-left{
    width:277px;
    height:37px;
    background:no-repeat url(/images/center-top-left.jpg);
    float:left;
}
.center-top-right{
    width:277px;
    height:27px;
    background:no-repeat url(/images/center-top-right.jpg);
    float:right;
    text-align:center;
    padding-top:10px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
}
.center-top-right a{
    text-decoration:none;
    color:#000000;
}
.center-top-right a:hover{
    text-decoration:underline;
    color:#000000;
}
.listing{
    width:567px;
    background:repeat-y url(/images/fd-listing.jpg);
}
.listing-content{
    width:547px;
    padding:0 10px 13px 10px;
}
.center-titre{
    color:#323232;
    font-size:22px;
    font-weight:bold;
    width:557px;
    height:32px;
    padding:5px 0 0 10px;
    background:no-repeat url(/images/center-titre.jpg);
}
.center-titre h1{
    color:#323232;
    font-size:22px;
    font-weight:bold;
}

.center-bas{
    width:567px;
    height:5px;
    font-size:2px;
    background:no-repeat url(/images/center-bas.jpg);
}
.big-avatar{
    width:109px;
    height:109px;
    padding:5px 0 0 5px;
    float:left;
    margin:0 20px 20px 0;
    background:no-repeat url(/images/fd-avatar.jpg);
}
.unequestion{
    clear:both;
    padding:23px 0 23px 0;
    border-bottom:1px #e6e6e6 solid;
    
}
.unequestion img{
    border:0px;
}
.laquestion{
    font-size:20px;
    padding:0px;
    margin:0px;
    font-weight:normal;
}
.laquestion a{
    font-size:20px;
    color:#323232;
    text-decoration:none;
}
.laquestion a:hover{
    font-size:20px;
    color:#323232;
    text-decoration:underline;
}
.detailquestion{
    font-size:12px;
    color:#999999;
}
.detailquestion .pseudo{
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.btn-aide-pseudo{
    width:101px;
    height:19px;
    display:block;
    background:no-repeat url(/images/btn-aide-pseudo.jpg);
    float:left;
    margin-right:8px;
    padding:4px 0 0 8px;
    color:#323232;
    text-decoration:none;
}

.tri-croise{
    padding:13px 0 8px 0;
    height:25px;
    
}
.tri-devoir{
    width:224px;
    height:25px;
    text-transform:uppercase;
    color:#ffffff;
    cursor:pointer;
    font-weight:bold;
    font-size:14px;
    padding:8px 0 0 40px;
}
.tri-devoir-on{
    background:no-repeat url(/images/btn-tri-on.jpg);
    float:left;
    cursor:default;
}
.tri-devoir-off{
    background:no-repeat url(/images/btn-tri-off.jpg);
    float:left;
}
.tri-devoir-termine-on{
    background:no-repeat url(/images/btn-tri-on.jpg);
    float:right;
    cursor:default;
}
.tri-devoir-termine-off{
    background:no-repeat url(/images/btn-tri-off.jpg);
    float:right;
}
.pagination{
    background:#ffffff;
    text-align:right;
}

.tri_lien_off{
    text-decoration:underline;
    cursor:pointer;
}
.tri_lien_on{
    text-decoration:none;
    font-weight:bold;
    color:#FF791B;
}
/* Fin page tri*/

.pub-droit{
    width:300px;
    margin-bottom:13px;
}
.lien-inscription-gauche{
    width:300px;
    height:87px;
    background:no-repeat url(/images/lien-inscription-gauche.jpg);
    display:block;
}

#aides_en_cours{
    /*min-height:250px;*/
}
#demandes_en_cours{
    /*min-height:250px;*/
}


/* Fiche devoirs*/
.fiche-center{
    width:567px;
    float:left;
}
.fiche-sidebar{
    width:300px;
    float:right;
}

/**/


/* Footer */
.footer .haut{
    width:1024px;
    height:46px;
    background:no-repeat url(/images/fd-haut-footer.jpg);
    color:#323232;
    padding:10px 0 0 10px;
}
.footer .haut p{
    width:690px;
    font-size:24px;
    font-weight:bold;
    float:left;
}
.bas-recherche{
    width:310px;
    float:right;
    padding:5px 0 0 0;
}
.bas-recherche .recherche-champ{
    width:200px;
    border:0;
    background-color:#ffffff;
}
.bas-recherche .btn-recherche{
    margin:0 0 0 10px;
    width:76px;
    height:18px;
    background:no-repeat url(/images/btn-recherche.jpg);
    border:0;
}
.footer .footer-content{
    width:1024px;
    background:repeat-y url(/images/fd-footer.jpg);
}
.col-acces-1-clic{
    width:216px;
    float:left;
    padding:0 0 0 20px;
    font-size:14px;
}
.col-acces-1-clic a{
    font-size:11px;
    color:#999999;
    text-decoration:none;
}
.col-acces-1-clic a:hover{
    font-size:11px;
    color:#999999;
    text-decoration:underline;
}
.col-acces-1-clic ul{
    list-style:none;
    padding:8px 0 8px 0;
}
.col-acces-1-clic li a{
    color:#000000;
    text-decoration:underline;
}
.col-acces-1-clic ul li a:hover{
    color:#000000;
    text-decoration:none;
}
.lien-niveau-footer-college{
    padding:0 25px 0 0;
    background:no-repeat url(/images/btn-puce-college.jpg) right;
    cursor:pointer;
}
.lien-niveau-footer-lycee{
    padding:0 25px 0 0;
    background:no-repeat url(/images/btn-puce-lycee.jpg) right;
    cursor:pointer;
}
.lien-niveau-footer-apres-bac{
    padding:0 25px 0 0;
    background:no-repeat url(/images/btn-puce-apres-bac.jpg) right;
    cursor:pointer;
}
.lien-statique{
    float:right;
    width:277px;
}
.a-voir{
    width:120px;
    float:left;
    padding:5px 15px 15px 0;
}
.lien-statique .titre{
    font-size:14px;
    font-weight:bold;
}
.lien-statique img{
    border:0;
}
.lien-statique .voir-site{
    font-weight:bold;
    color:#2494df;
    padding:0 25px 0 0;
    background:no-repeat url(/images/btn-puce.jpg) right;
    text-decoration:underline;
}


.bas-footer{
    margin-right:auto;
    margin-left:auto;
    padding:0;
    clear:both;
    width:1024px;
    height:9px;
    background:no-repeat url(/images/fd-bas-footer.jpg);
}
.copyright{
    text-align:center;
    color:#999999;
    width:1024px;
    margin-right:auto;
    margin-left:auto;
}
.copyright p{
    margin:5px 0 5px 0;
}
.copyright a{
    color:#999999;
    
}
.copyright a:hover{
    color:#999999;
    text-decoration:none;
}

/* Fin footer */


.gris-gras{
    font-weight:bold;
    color:#878787;
    line-height:30px;
}
.noir-info-membre{
    line-height:30px;
    font-size:24px;
}
.classe_avec_puce_a_gauche{
    padding:5px 0 0 28px;
    background: no-repeat url(/images/btn-puce.jpg) 0px 12px;
    border-bottom:1px solid #878787;
    margin:0 12px 0 12px;
}





/* Dai Minh */


/*************************   Disposition   **************************************/

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}

.zone_droite
{
	width: 200px;
	margin: 0;
	padding: 0 0 0 12px;
	float: left;
    border: 1px dotted black;
}

#left-tri
{
    float: left;
}

#left-contenu
{
    float: left;
    width: 567px;
}

#menu_annexe_devoir
{
    height: 38px;
    width: 570px;
    background: url("/images/fd_menu_annexe_devoir.jpg") no-repeat;
}

#infos_profil_devoir
{
    position: relative;
    top: -15px;
    font-size: 11px;
    font-weight: bold;
    color: #111111;
}

#top-repondre
{
    padding: 5px;
    height: 251px;
    background: url("/images/fd_form_reponse.jpg") no-repeat;
}

#id_ma_reponse
{
    height: 125px;
    width: 540px;
    margin-bottom: 5px;
}

.btn_valider_reponse
{
    width: 541px;
    height: 33px;
    border: 0px;
    background: url("/images/btn_valider_reponse.jpg") no-repeat;
    cursor: pointer;
}

.redemander_aide
{
    width: 567px;
    height: 33px;
    border: 0px;
    background: url("/images/btn_redemander_aide.jpg") no-repeat;
    cursor: pointer;
}

#liste_reponses
{
    padding: 10px;
}

.entete_liste_reponses
{
    height: 9px;
    width: 567px;
    background: url("/images/entete_liste_reponses_haut.jpg") no-repeat;
}

.entete_liste_reponses_content
{
    padding-top: 5px;
    background: url("/images/entete_liste_reponses_milieu.jpg") repeat-y;
}

.entete_liste_reponses_bas
{
    height: 11px;
    background: url("/images/entete_liste_reponses_bas.jpg") no-repeat;
}

.content_reponses
{
    background: url("/images/fd_content_reponses.jpg") repeat-y;
}

#fin_content_reponses
{
    width: 567px;
    height: 9px;
    background: url("/images/fd_fin_content_reponses.jpg") no-repeat;
}

.devoir_besoin_aide
{
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 5px;
    background: url("/images/puce_question.gif") no-repeat left center;
}

.plus_de_matieres
{
    width: 136px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: url("/images/btn_plus_de_matieres.gif") no-repeat;
    cursor: pointer;
}

.discussion_statut-etudiant
{
    position: relative;
    top: -120px;
    left: 85px;
    width: 33px;
    height: 33px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
    background: url("/images/puce_num_discussion_etudiant.gif") no-repeat;
}
.discussion_statut-lyceen
{
    position: relative;
    top: -120px;
    left: 85px;
    width: 33px;
    height: 33px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
    background: url("/images/puce_num_discussion_lycee.gif") no-repeat;
}
.discussion_statut-collegien
{
    position: relative;
    top: -120px;
    left: 85px;
    width: 33px;
    height: 33px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
    background: url("/images/puce_num_discussion_college.gif") no-repeat;
}
.discussion_statut-intervenant
{
    position: relative;
    top: -120px;
    left: 85px;
    width: 33px;
    height: 33px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
    background: url("/images/puce_num_discussion_intervenant.gif") no-repeat;
}

/*************************   Alignement   **************************************/

.align_left{text-align: left;}
.align_right{text-align: right;}
.align_center{text-align: center;}
.align_justify{text-align: justify;}


/*************************   Marges   **************************************/

.no_padding_margin{padding: 0px; margin: 0px;}

.padding_5{padding: 5px;}
.padding_10{padding: 10px;}
.padding_20{padding: 20px;}

.padding_top_3{padding-top: 3px;}
.padding_top_5{padding-top: 5px;}
.padding_top_10{padding-top: 10px;}
.padding_top_15{padding-top: 15px;}
.padding_top_20{padding-top: 20px;}

.padding_left_5{padding-left: 5px;}
.padding_left_10{padding-left: 10px;}
.padding_left_15{padding-left: 15px;}
.padding_left_20{padding-left: 20px;}

.padding_right_5{padding-right: 5px;}
.padding_right_10{padding-right: 10px;}
.padding_right_20{padding-right: 20px;}
.padding_right_50{padding-right: 50px;}

.padding_bottom_5{padding-bottom: 5px;}
.padding_bottom_10{padding-bottom: 10px;}
.padding_bottom_20{padding-bottom: 20px;}

.margin_top_5{margin-top: 5px;}
.margin_top_10{margin-top: 10px;}
.margin_top_15{margin-top: 15px;}
.margin_top_20{margin-top: 20px;}
.margin_top_30{margin-top: 30px;}

.margin_left_5{margin-left: 5px;}
.margin_left_10{margin-left: 10px;}
.margin_left_20{margin-left: 20px;}

.margin_right_5{margin-right: 5px;}
.margin_right_10{margin-right: 10px;}
.margin_right_20{margin-right: 20px;}

.margin_bottom_5{margin-bottom: 5px;}
.margin_bottom_10{margin-bottom: 10px;}
.margin_bottom_20{margin-bottom: 20px;}
.margin_bottom_30{margin-bottom: 30px;}

.padding_margin_top_0{padding-top: 0px; margin-top: 0px;}
.padding_margin_bottom_0{padding-bottom: 0px; margin-bottom: 0px;}



.top_-15
{
    position: relative;
    top: -50px;
}

/************************   Formes textes   **********************************/

.texte_normal
{
    text-decoration: none;
    color: black;
}

.texte_normal a
{
    text-decoration: none;
    color: black;
}

.no_underline
{
    text-decoration: none;
}

.no_underline a
{
    text-decoration: none;
}

.underline
{
    text-decoration: underline;
}

.bold
{
    font-weight: bold;
}

.font_09{font-size: 9px;}
.font_10{font-size: 10px;}
.font_11{font-size: 11px;}
.font_12{font-size: 12px;}
.font_13{font-size: 13px;}
.font_14{font-size: 14px;}
.font_15{font-size: 15px;}
.font_16{font-size: 16px;}
.font_17{font-size: 17px;}
.font_18{font-size: 18px;}
.font_19{font-size: 19px;}
.font_20{font-size: 20px;}
.font_22{font-size: 22px;}
.font_23{font-size: 23px;}
.font_25{font-size: 25px;}
.font_28{font-size: 28px;}
.font_30{font-size: 30px;}
.font_35{font-size: 35px;}

.puce_fleche_gauche
{
    padding-left: 15px;
    background: url("/images/fleche_gauche_double.gif") no-repeat left;
}

.puce_fleche_haut
{
    padding-left: 15px;
    background: url("/images/fleche_haut_double.gif") no-repeat left;
}

.puce_aidant_statut-etudiant
{
    padding-left: 20px;
    background: url("/images/eti-statut-etudiant.gif") no-repeat bottom left;
}
.puce_aidant_statut-lyceen
{
    padding-left: 20px;
    background: url("/images/eti-statut-lyceen.gif") no-repeat bottom left;
}
.puce_aidant_statut-collegien
{
    padding-left: 20px;
    background: url("/images/eti-statut-collegien.gif") no-repeat bottom left;
}

.puce_outil
{
    padding-left: 25px;
    background: url("/images/btn-puce.jpg") no-repeat bottom left;
}

.liste_outils
{
    padding-top: 10px;
    padding-left: 15px;
    line-height: 20px;
}

.label
{
	padding-right: 10px;
	float: left;
	width: 160px;
	text-align: right;
	color: white;
}

.pseudo-fiche
{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.aide_directe
{
    background-color: blue;
    color: white;
}

.date_fin_devoir
{
    position: relative;
    left: -10px;
    color: red;
    font-size: 12px;
    padding-left: 35px;
    line-height: 24px;
    background: url("/images/fd-fin_devoir.gif") no-repeat;
}

.titre_devoir
{
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px;
}

.titre_paragraphe
{
    font-size: 120%;
    font-weight: bold;
}

.aidez_membre
{
    padding: 5px;
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
}

/*************************  couleurs textes   *********************************/

.gris
{
    color: #b4b4b4;
}

.vert
{
    color: #66cc00;
}

.magenta
{
    color: #cc0066;
}

.texte_corps_devoir
{
    color: #666666;
}

.background_white{background:white;}

/*************************  Types affichages   *********************************/

.display_none
{
    display: none;
}

.float_left{float: left;}
.float_right{float: right;}
.clear_both{clear: both;}

.bloc_centre{margin-left: auto; margin-right: auto;}

img.img_no_border, .no_border{border: 0;}

textarea
{
    border: 1px solid black;
}

hr.separation_reponse
{
    color: #b4b4b4;
    height: 1px;
    background-color: #b4b4b4;
}


/*******************************  Tests   ************************************/

.border_test
{
    border: 1px solid blue;
}

.disclaimer

{
	font-size:12px;
	font-style: italic;
}

.header .new_header
{
	padding:10px 0;
}

.header .new_header .logo
{
	width:500px;
}

.header .new_header .facebook
{
	float:right;
	display:block;
	width:247px;
	height:21px;
	overflow:hidden;
	padding-top:30px;
}


.header .new_header .logo a
{
	font-size:53px;
	font-weight:bold;
	color:#323232;
	text-decoration:none;
}

.header .new_header .logo a .small
{
	font-size:39px;	
}

.header .new_header .slogan
{
	color:#3580a4;
	font-weight:bold;
	font-style:italic;
	margin-top: -9px;
}

.header .new_header .slogan .infos
{
	color:#a1a1a1;
	font-weight:normal;
	padding-left:10px;
}

.header .logo_me
{
	float:right;	
}

.header .logo_me img { border:0 }


/**
 * TOP MENU *********************************************************************
 */


/* -- Top menu g�n�ral -- */
#topmenu {
  height: 43px;
  background:transparent url('/images/topmenu_bg.png') no-repeat top left;
  font-size:13px;
  border:0;
}

#topmenu ul li {
  display:block;
  float:left;
  cursor:pointer;
  margin-left:-15px;
}

#topmenu ul li a {
  text-transform:uppercase;
  font-weight:bold;
  color:#444;
  display:block;
  padding-top:16px;
  float:left;
  height:27px;
  text-align:center;
  text-decoration:none;
}

#topmenu ul li.current a {
  color:#fff;
}

#topmenu ul li a img {
  vertical-align:middle;
  margin-left:10px;
}

#topmenu ul li em {
  display:block;
  width:13px;
  height:43px;
  float:left;
  background-repeat:no-repeat;
  background-position:top left;
}

/* -- Menu content g�n�ral -- */
#menucontent {
  height:41px;
  background-color:#fff;
  font-size:13px;
}

#menucontent ul, #menucontent p {
  padding-top:10px;
  padding-bottom:10px;
  padding-left:15px;
}

#menucontent li {
  display:inline;
  border-left:1px solid #fff;
}

#menucontent li.first {
  border-left:0;
}
#menucontent li.first a {
  padding-left:0px;
}

#menucontent li a {
  color:#fff;
  padding:0px 20px;
}

#menucontent li a:hover {
  text-decoration:underline;
}

#menucontent li.current a {
  font-weight:bold;
}
/* -- Menu couleurs -- */

/* Aucune couleur */
#topmenu ul li.current span.none a {
  color:#444;
}

#topmenu li .right {
	margin:0;	
}

/* Bleu */
#topmenu li.current span.bleu em.right {
  background-image:url('/images/topmenu_item_bg_right_bleu.png');
}

#topmenu li.current span.bleu em.left {
  background-image:url('/images/topmenu_item_bg_left_bleu.png');
}

#topmenu li.current span.bleu em.right {
  background-image:url('/images/topmenu_item_bg_right_bleu.png');
}

#menucontent .bleu, #topmenu li.current span.bleu a {
  background-color:#0096d7;
}

/* Rouge */
#topmenu li.current span.rouge em.right {
  background-image:url('/images/topmenu_item_bg_right_rouge.png');
}

#topmenu li.current span.rouge em.left {
  background-image:url('/images/topmenu_item_bg_left_rouge.png');
}

#topmenu li.current span.rouge em.right {
  background-image:url('/images/topmenu_item_bg_right_rouge.png');
}

#menucontent .rouge, #topmenu li.current span.rouge a {
  background-color:#ea370c;
}

/* Orange */
#topmenu li.current span.orange em.right {
  background-image:url('/images/topmenu_item_bg_right_orange.png');
}

#topmenu li.current span.orange em.left {
  background-image:url('/images/topmenu_item_bg_left_orange.png');
}

#topmenu li.current span.orange em.right {
  background-image:url('/images/topmenu_item_bg_right_orange.png');
}

#menucontent .orange, #topmenu li.current span.orange a {
  background-color:#ff7800;
}

/* Vert */
#topmenu li.current span.vert em.right {
  background-image:url('/images/topmenu_item_bg_right_vert.png');
}

#topmenu li.current span.vert em.left {
  background-image:url('/images/topmenu_item_bg_left_vert.png');
}

#topmenu li.current span.vert em.right {
  background-image:url('/images/topmenu_item_bg_right_vert.png');
}

#menucontent .vert, #topmenu li.current span.vert a {
  background-color:#4c9700
}

/* None, blanc */
#menucontent div.none {
  background-color:#fff;
}


/* -- Top menu placement -- */
#menu_accueil a
{
	width:161px;
}

#menu_college a
{
	width:130px;	
}

#menu_lycee a
{
	width:130px;
}

#menu_apres-bac a
{
	padding-left: 8px;
    width: 125px;
}

#topmenu #menu_poser_devoir a,
#topmenu #menu_aider_devoir a
{
	padding-top:6px;
	padding-left:33px;
}

#menu_college_content
{
	padding-left:93px;
}

#menu_lycee_content
{
	padding-left:264px;
}

#menu_apres-bac_content
{
	padding-left:212px;
}

#menucontent a {
	text-decoration:none;
}

#comadmin {
    clear:both;
    background-color: #fdffbb;
    color:#333;
    padding:10px;
    margin-bottom: 10px;
    width: 550px;
}

#comadmin .titre {
    margin-bottom:10px;
    font-weight:bold;
}
