/* supérieur à 600px. */
@media screen and (min-width: 600px) {

/* Gabarit */

#page {
    width: 935px;
}
	


/* HEADER */
#page>header {
    background: url("img/header.gif") no-repeat scroll 0 0 transparent;
	height: 163px;
}

header #nav_logs {
    display: block;
    margin-left: 689px;
    position: absolute;
}
header #nav_logs li {
    float: left;
}

header #nav_logs li a {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    height: 17px;
    margin-right: 6px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 22.57px;
}

#primary {
    float: left;
    width: 675px;
	margin-top:22px;
}
#secondary {
    float: right;
    width: 220px;
	margin-top: -26px;
}


/* FOOTER */
footer .site-info {
    float: left;
}
footer nav {
    float: right;
}


/* Main nav */
#nav_main {	
	height: 26px;
	margin-top: 20px;
}

#nav_main h3.menu-toggle{	
	display:none;
}

#nav_main_div{
	position:absolute;
	z-index: 5;
	width: 675px;
	background:none;
	padding:0;
}
	

#nav_main_ul {
	padding: 0;
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
#nav_main ul {
	margin: 0;
	text-indent: 0;
}
#nav_main li {
	margin: 0;
	position: relative;
	padding:0;
}
#nav_main_ul > li {
	background: url("img/ligne.gif") repeat-x scroll 0 24px transparent;
	margin-right: -5px;
}
#nav_main li a,
#nav_main li {
	display: inline-block;
}
#nav_main li a {
	border-bottom: 0 none;
   	color: #00A5E6;
   	font-family: 'VAG Rounded W01 Light';
    font-size: 14px;
	line-height: 16px;
    padding: 4px 13px 6px 0;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
    width: 150px;
}
	
#nav_main li a .fleche {
	background: url("img/fleches-v.png") no-repeat scroll 0 0 transparent;
	height: 7px;
   	 margin-left: 5px;
   	width: 10px;	
	display:inline-block;
}

#nav_main li.menu-item-1277 a {
text-align:center;    width: 20px;
color:#F6F6F6;
}

#nav_main li.menu-item-1277 a .accueil {
	 background: url("img/home.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

#nav_main .current-menu-item .fleche {
	background-position:0 -7px;;
}
#nav_main .current-menu-item .fleche, #nav_main .current-menu-ancestor .fleche, #nav_main .current_page_item .fleche, #nav_main .current_page_ancestor .fleche {
	background-position:0 -7px;;
}


#nav_main .sub-menu li {
	width:152px;
}
	
#nav_main .nav-menu>li:not(.current-menu-item)>a:hover {
	color: #00A5E6;
}
	
#nav_main li ul {
	padding:25px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	margin: 0;
	position: absolute;
	top: 0px;
	z-index: -1;
	background: #ebebeb;
	width:100%;
}
#nav_main li ul li:first-child a {
	padding-top:10px;
}
#nav_main li ul li:last-child a {
	padding-bottom:10px;
}
#nav_main li ul ul {
	top: 0;
	left: 100%;
}
#nav_main ul li:hover > ul {
	border-left: 0;
	display: block;
}
#nav_main li ul li a {
	color: #808080;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding:3px;
	padding-right:7px;
	width:100%;
	white-space: normal;
	text-align:right;
	margin:0;
	border:none;
}
#nav_main li ul li a:hover {
	color: #3C3C3C;
}
#nav_main .current-menu-item > a,
#nav_main .current-menu-ancestor > a,
#nav_main .current_page_item > a,
#nav_main .current_page_ancestor > a {
	color: #3C3C3C;
}
	
#nav_main ul.sub-menu li a {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
}
#nav_main ul.sub-menu li.current-menu-item > a, #nav_main ul.sub-menu li.current-menu-ancestor > a, #nav_main ul.sub-menu li.current_page_item > a, #nav_main ul.sub-menu li.current_page_ancestor > a {
    color: #3C3C3C;
}

	
	




	
/* Contents */

#secondary {
    margin-bottom: 16px;
}
#primary {
    margin-bottom: 16px;
}


.colonne_g {
    float: left;
    width: 307px;
}

.colonne_d {
    float: right;
    width: 307px;
}

/* page home */

.deuxtier{
	float:left;
	width:360px;
	padding-right:33px;
}
.untier{
	float:right;
	width:240px;
	padding-left:32px;
	text-align: right; text-indent:2px;
}
.affichermobile{
	display:none;
}
.afficherecran{
	display:block;
}
}