/*
 Theme Name:   Twenty Twelve Child
 Theme URI:   http://wordpress.org/themes/twentytwelve
 Description:  Twenty Twelve Child Theme
 Author:       One2net
 Author URI:   http://www.one2net.fr
 Template:     twentytwelve
 Version:      1.0
 Tags:         black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
 Text Domain:  twentytwelve
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here */

.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
        padding: 6px 10px;
        padding: 0.428571429rem 0.714285714rem;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 1.428571429;
        font-weight: bold;
        color: #ffffff;
        background-color: #00B7EA;
        background-repeat: repeat-x;
        background-image: -moz-linear-gradient(top, #00B7EA, #13539D);
        background-image: -ms-linear-gradient(top, #00B7EA, #13539D);
        background-image: -webkit-linear-gradient(top, #00B7EA, #13539D);
        background-image: -o-linear-gradient(top, #00B7EA, #13539D);
        background-image: linear-gradient(top, #00B7EA, #13539D);
        border: 1px solid #d2d2d2;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.widget-area .widget h3 {
    margin-bottom: 0.7rem;
}

.widget img {
    border-radius: 0px;
    box-shadow: none;
}
      	
.main-navigation {
        background-color: #6A96D0;
        padding-left:20px;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
}

.main-navigation li{
margin-right:16px;
}

.main-navigation li a {
                color: #ffffff;
        }
        .main-navigation li a:hover,
        .main-navigation li a:focus {
                color: #6a6a6a;
        }

        .main-navigation .current-menu-item > a,
        .main-navigation .current-menu-ancestor > a,
        .main-navigation .current_page_item > a,
        .main-navigation .current_page_ancestor > a {
                color: #ffffff;

        }

        .main-navigation ul.nav-menu,
        .main-navigation div.nav-menu > ul {
                border-bottom: none;
                border-top: none;
                /*display: inline-block !important;*/
                text-align: left;
                width: 100%;
        }

.main-navigation .right{
float: right;
}

footer[role="contentinfo"] {
     line-height: 1.5;
}

div.error {
background-color: #FFD1D1;
padding: 10px;
margin-bottom: 10px;
}

.table_choix th{
background-color: #add8e6;
text-align: center;
border-left: 1px solid white;
min-width: 60px;
      			
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.table_choix .vide{
background-color: #FFF;
}

.table_choix td{
text-align: center;
border-right: 1px solid #EDEDED;
}

.form-table th{
border-top: 1px solid #EDEDED;
width: 220px;
}

.form-table td{
}

.regular-text{
width: 100%;
}

.description{
color: red;
}
