/*
Theme Name: Theme enfant Skin
Description: Theme enfant de David WP
Author: David - WP
Author URI: http://wp.prism.uvsq.fr
Template: skin 
Version: 0.1.0
*/

/* Background */
.container {
    width: 1130px;
}
.top-header .container {
background: #000;
    padding-left: 30px;
    padding-right: 30px;
    width: 1130px;
    display: none;

}

.top-header, .sub-footer {
    background: #fff;
}

a, a:link, a:visited { color: #0996c3; text-decoration: none; }
//a, a:link, a:visited { color: #4E062E; text-decoration: none; }
a:hover { color: #000; }



.top-header .container, .menu-wrapper .container {
	background: #EFEFEF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}








