@charset "utf-8";

/** HTML ELEMENTS **/
body {
    background: #A2D3F5;
    font-size: 12px;
    font-family: Verdana;
    color: #fff;
}
fieldset {
    border: 1px solid #A2D3F5;
    margin-bottom: 10px;
    
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
legend {
    background: #A2D3F5;
    color: #001177;
    font-size: 12px;
    padding: 5px;
    
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -khtml-box-shadow: 2px 2px 2px rgba(0, 1, 7, 0.50);
    -moz-box-shadow: 2px 2px 2px rgba(0, 1, 7, 0.50);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 1, 7, 0.50);
    box-shadow: 2px 2px 2px rgba(0, 1, 7, 0.50);
}

h1 { display: block; text-align: center; color: #001177; text-transform: uppercase; }
h2 { color: #001177; }
h3 { color: #001177; display: block; text-align: center; }
a  {}
a:visited {}
a:hover {}
p {}
textarea {
    width: 70%;
}
table.tableau, table.tableau tr td, table.tableau, table.tableau thead tr th {
    border : 1px solid #A2D3F5;
}
table.tableau tr td, table.tableau thead tr th {
    padding: 5px;
}
table.tableau thead tr th {
    background: #A2D3F5;
}
table tr td label {
    font-weight: bold;
}
td.tdRegler {
    text-align: left;
}

td.tdRegler a{
    color: #001177;
}
/** CUSTOM CLASSES **/
#container {
    width: 800px;
    margin:auto;
    padding: 10px;
    background: #FFF;
    
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -khtml-box-shadow: 5px 5px 5px rgba(0, 1, 7, 0.50);
    -moz-box-shadow: 5px 5px 5px rgba(0, 1, 7, 0.50);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 1, 7, 0.50);
    box-shadow: 5px 5px 5px rgba(0, 1, 7, 0.50);
}

#header {
    text-align: left;
    display: block;
    width: 100%;
    height: 180px;
}

#left_header {
    float: left;
    width: 210px;
    font-size: 12px;
    text-align: center;
    height: 75px;
}
#left_header .logo {
    /**border: 3px solid #017;*/
}
#right_header {
    font-size: 12px;
    text-align: left;
    margin-left: 210px;
    padding-left: 10px;
    height: 75px;
}

#right_header p {
    color: #017;
    margin-top: 0;
    font-style: italic;
}

#menu_haut {
    padding-top: 16px;
    width: 100%;
    /*height: 100px;*/
}

#left_sidebar {
    /*background: red;*/
    float: left;
    width: 200px;
    font-size: 12px;
    text-align: left;
}

/** MENU ***/
#menu_gauche {
    list-style-image: none;
    list-style-type: none;
    margin:0;
    /*padding-top: 20px;*/
    background-position : right 0;
}

ul#menu_gauche li {
    list-style-image: none;
    list-style-type: none;
    margin-left : 0px;
    cursor: pointer;
    margin: 15px 0;
    text-align:right;
}

#menu_haut a {
    background: #A2D3F5;
    color: #017;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    /*top: 16px;*/
    display: inline-block;
    margin: 2px 0;
}
#menu_haut a.main_menu {
    top: 16px;
}

#menu_haut a:hover {
    background: #017;
    color: #FFF;
}
#menu_gauche a {
    background: #017;
    color: #FFF;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
}

#menu_gauche a:hover {
    background: #1A1A1A;
}


#menu_gauche li a.enCours {
    
}


#main_content {
    color: #333;
    min-height: 900px;
    font-size: 12px;
    text-align: left;
    border-left: 2px solid #017;
    margin-left: 200px;
    /*margin-top: -15px;*/
    padding: 20px;
    /*height: 600px;*/
}
#main_content_front {
    color: #333;
    min-height: 450px;
    font-size: 12px;
    text-align: left;
    /*margin-top: -15px;*/
    padding: 20px;
}
#main_content_front ul li {
    list-style: none;
    padding: 5px 0;
}
#main_content_front ul li a{
    color: #333;
    text-decoration: none;
}
#main_content_front ul li a:hover{
    color: #001177;
    font-weight: bold;
    text-decoration: underline;
}
#social{
    margin-left: 200px;
    padding: 0 20px;
}
#footer {
    font-size:10px;
    color:gray;
    text-align: center;
}
.rounded {
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.left_rounded {
    -khtml-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.shadowed {
    -khtml-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50);
}

/* Input */
input[type="text"],select, input[type="password"],textarea {
    margin : 2px;
    color:#017;
    border:1px solid #017;
    background:#FFF;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"],select, input[type="password"] {
    height:20px;
}
textarea {
    height:100px;
}

input[type="submit"], input[type="button"]{
    background-color: #017;
    border:1px solid #017;
    color : #FFF;
    /**min-width: 120px;*/
    line-height:20px;
    margin:2px;
    padding: 2px 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type="submit"]:hover, input[type="button"]:hover{
    background-color: #1A1A1A;
    border:1px solid #1A1A1A;
    cursor: pointer;
}
.error_msg {
    display: none;
    border: 2px solid #B71800;
    margin: 2px 0;
    padding: 5px;
    color: #FFF;
    background: #B71800;
    max-width: 400px;
    font-style: italic;
}
.success_msg {
    display: none;
    border: 2px solid green;
    margin: 2px 0;
    padding: 5px;
    color: #FFF;
    background: green;
    max-width: 400px;
    font-style: italic;
}
.error_msg p, .success_msg p{
    padding: 0;
    margin: 0;
}
.clickable {
    cursor: pointer;
}

.numeric {
    text-align: right;
}
.spacer {
    width: 100%;
    display: block;
    clear: both;
}