/* 
    Document   : style
    Created on : 19 déc. 2012, 11:16:41
    Author     : mblanquet
    Description:
        Purpose of the stylesheet follows.
*/

body{
    background: #ffffff;
    font-size : 0.9em;
    font-family : Arial, sans-serif;
    margin : 0px;
}


/***** Gestion du Titre *****/
h1{
    color : #707070;
    font : bold 3em Arial, sans-serif;
    margin : 10px;
    margin-top : 30px;
    margin-bottom : 80px;
}

h1 strong{
    background-color : #707070;
    color : #FFFFFF;
    border-radius : 5px;
    padding-left : 10px;
    padding-right : 10px;
}

h2{
    font : bold 2em Arial, sans-serif;
    color : #707070;
}


/*****Gestion du menu Actions *****/
#menu_actions{
    float : right;
    text-align : left;
    font-family : Arial, sans-serif;
    margin-right : 2%;
    width : 24%;
    display : inline-block;
    vertical-align : middle;
    border-width : 1px;
    border-style : dashed;
}

#menu_actions h2{
    margin: 10px;
    font-size : 1.5em;
}

#menu_actions ul{
    list-style-type : circle;
}


/*****Gestion des Liens *****/
a, a:visited{
    color : inherit;
    text-decoration : none;
}
a:hover, a:active{
    color : inherit;
    text-decoration : none;
}


/***** Formulaire de connexion *****/
#connexion_form{
    margin : auto;
    text-align : center;
    width : 300px;
    border : 1px solid #707070;
    border-radius : 10px;
    box-shadow: 5px 5px 3px #CCCCCC; 
    font-family: "Lucida Console", sans-serif;
}

#erreur_connex{
    background-color: #ff6666;
    color : #990000;
    width : 270px;
    border : 1px solid #990000;
    margin : auto;
    margin-top : 5px;
}


/***** Menu des modules extranet *****/
#menus{
    text-align : center;
}

img{
    border : 0px;
}

#menus p{
    display : inline-block;
    font : bold 2em Arial, Sans-serif;
    width : 250px;
    vertical-align : top;
    margin : 25px;
    min-height : 250px;
}

#administration{
    background-color : #444444;
    color : #ffffff;
    border-radius : 10px;
}


#absences{
    background-color : #4986e7;
    color : #ffffff;
    border-radius : 10px;
}

#vehicules{
    background-color : #FFAD40;
    color : #ffffff;
    border-radius : 10px;
}

#equipements{
    background-color : #7bd148;
    color : #ffffff;
    border-radius : 10px;
}

#reunions{
    background-color : #f83a22;
    color : #ffffff;
    border-radius : 10px;
}

#deliberations{
    background-color : #9977E1;
    color : #ffffff;
    border-radius : 10px;
}

#documents{
    background-color : #BF947A;
    color : #ffffff;
    border-radius : 10px; 
}

#votes{
    background-color : #ec4da7;
    color : #ffffff;
    border-radius : 10px; 
}