/*
style_2.css
---------
  
Par Tanguy Mentha
*/


/* ------------------------------------------------------------ ZONE DE NAVIGATION ------------------------------------------------------------ */
#top 
	{
	display: inline-block;
	top: 0;
	height: 50px;
	width: 100%;
	background: #111;
	list-style-type:none
	
	}

#top li {display:inline}

#top a {color: #54736D}
#top a.info {color: #2B6A79}
#top a:hover {color: #fff}

#top ul {display:inline; margin-top: 19px}


/* ------------------- MENU NAVIGATION ------------------- */

#top .menu_nav li a{
	padding:0 10px 0 14px;
	background:transparent url(../img/menu_dividers/menu_divider_2.png) center left no-repeat;
	-webkit-transition:color .4s ease;-moz-transition:color .4s ease;transition:color .4s ease
	
	}
	
#top .menu_nav_2 li a
	{
	padding:0 8px 0 14px;
	background:transparent url(../img/menu_dividers/menu_divider_2.png) center left no-repeat;
	-webkit-transition:color .4s ease;-moz-transition:color .4s ease;transition:color .4s ease
	
	}
	
#top li:first-child a {padding:0 10px 0 0;background:transparent url(null)}


/* ------- MENU DEROULANT ------- */
.select 
	{
	position: absolute;
	margin-left: 48px;
	margin-top: 15px

	}

.select label {padding-right: 12px}

select
	{
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../img/select-arrow.png), 
	-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-overflow: ellipsis;
	white-space: nowrap
	
	}

/* ------- BOUTON LIEN PDF ------- */
#top .btn 
	{
	position: absolute;
	right: 0;
	margin-right:10px;
	margin-top:13px
	
	}
  
#btn a.lien_pdf
	{
	display:inline-block;padding:4px 12px;background:#168Dd4; color:#fff;
    font-size:12px;text-decoration:none;border-radius:2px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out
    
	}

#btn a.lien_pdf:hover {text-decoration:none!important;background-color:rgb(120, 209, 139)}

#btn a:hover {text-decoration:none!important;background-color:rgb(120, 209, 139)}


/* ------- POP-UP LIEN PDF ------- */
#content a.lien_pdf2
	{
	display:inline-block;padding:4px 12px;background:#168Dd4; color:#fff;
    font-size:12px;text-decoration:none;border-radius:2px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out
    
	}

#content a.lien_pdf2:hover {text-decoration:none!important; background-color:rgb(120, 209, 139)}

