/* Jaune : #ffd22f */

body{
    margin: 0 auto;
    font-family: 'ubuntulight';
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    padding: 0 10px 0 10px;
    font-size: 14px;
}
p {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'ubuntulight';
    font-weight: lighter;
    color: black;
}
h1 b {
    font-size: 22px;
    font-family: 'ubuntubold';
    font-style: normal;
    color: black;
}
a {
    text-decoration: none;
    color: black;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
a:hover {
    color: #ffd22f;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.transition {
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.yellowType {
    color: #ffd22f;
}
.centerDiv{
    width: 980px;
    margin: 0 auto;
}
.menuHeader li, .menuFooter li {
    display: inline-block;
}
.header .blockMenu, .footer, .sliderMenu, .titleBlock {
    text-transform: uppercase;
    text-decoration: none;
}
.header .logo, .footer .logo {
    float: left;
    font-size: 22px;
    letter-spacing: 1px;
}
.header .logo b, .footer .logo b, .activeMenu, .titleBlock b{
    font-family: 'ubuntubold';
}


.titleBlock {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.texteBlock {
    font-size: 15px;
    line-height: 20px;
}
.sliderHeader a{
    color: white;
}
.sliderHeader a:hover {
    color: black;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.texteYellowBlock {
    width: 930px;
    height: 50px;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 17px;
    line-height: 25px;
    padding: 25px;
    border-style: solid;
    border-color: #ffd22f;
}
