@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(../images/repeat_bg.jpg) repeat-x #ccc;
}

main {
	width:980px;
	margin:0 auto;
	position:relative;
}
#nav_menu{
	display:none;
}
#nav_menu img{
	padding:0;
	width:auto;
	margin-top:13px;
}
header nav{
	line-height:36px;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	float:right;
	margin-bottom:19px;
}

header nav ul{
	list-style:none;
}

header nav li{
	float:left;
}

header nav a{
	text-decoration:none;
	color:#38404b;
	display:block;
	padding:0 9px 0 9px;
	text-transform:uppercase;
}

header nav li:hover, header nav li.selected{
	background:rgba(255,255,255,.65);
}

.btnYellow{
	background: #fcf4b0; /* Old browsers */
background: -moz-linear-gradient(top,  #fcf4b0 34%, #f1da36 67%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#fcf4b0), color-stop(67%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcf4b0 34%,#f1da36 67%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcf4b0 34%,#f1da36 67%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcf4b0 34%,#f1da36 67%); /* IE10+ */
background: linear-gradient(to bottom,  #fcf4b0 34%,#f1da36 67%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf4b0', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

	padding:10px;
	display:block;
	font-weight:normal;
	line-height:16px;
	text-decoration:none;
	color:#333;
}

.btnYellow div:first-child{
	font-size:1.6em;
	font-weight:bold;
}

.btnYellow div{
	font-size:1.2em;
}


footer{
	text-align:center;
	line-height:18px;
}

footer nav{
	height:40px;
	width:100%;
	margin:0px auto;
	line-height:44px;
	font-size:13px;
}
footer br{
	display:none;
}
footer nav ul{
	list-style:none;
}

footer nav li{
	padding:0 10px;
	display:inline-block;
	text-transform:uppercase;
}

footer nav a{
	color:#333;
	text-decoration:none;
	display: block;
}

footer nav a:hover{
	text-decoration:underline;
}

footer small{
	color:#666;
	font-size:11px;
	padding:5px 0;
}

/*=============== MEDIA QUERIES ============*/
@media screen and (max-width: 768px) {
    main {
       width:700px;
	margin:0 auto;
	position:relative;

    }
    header nav a {
    text-decoration: none;
    color: #c0c0c0;
    display: block;
    padding: 0 18px;
    text-transform: uppercase;
        font-size: 13px;
}
}
@media screen and (max-width: 700px) {
body {
	background:#ccc;
}

main {
	width:320px;
	margin:0 auto;
	position:relative;
}

header{
	background:url(../images/repeat_bg_mobile.jpg) repeat-x #ccc;
}
#nav_menu{
	display:inline-block;
	height:40px;
	width:43px;
	text-align:center;
	padding:0;
	margin:0;
	background:black;
}
header img{
	width:256px;
	background:#000000;
	padding:10px;
}

header nav{
	text-align:left;
	margin-bottom:0;
}
header nav ul{
	background:black;
	width:100%;
	display:none;
	position:absolute;
	top:41px;
	left:0;
	z-index:10;
}

header nav li{
	float:none;
	border-bottom:1px solid #FFFF99;
}
header nav a{
	color:white;
	padding:inherit;
	padding-left:10px;
}
header nav li.selected a{
	background:black;
}

footer nav{
	display:none;
}

footer small{
	margin:10px 0;
}
}

.langBot {
    float: right;


}
.langBot a {
    color: #2c3546
}
.marg {
    margin-right: 30px;
}
.langue{
	float: right;
}
header nav .langue a{
	color: white;
	font-size: 1em;
	/*padding-right: 5px;*/
}
#colorlang{
	color:orange;
}