* {  margin:0; padding:0; }
html, body {
  height: 100%;
}
body { 
   font-family: 'Lato', sans-serif;
   font-weight: 300;
   font-style: normal;
   color:#313131;    
   font-size: 90%;
}
img { border:0;  vertical-align:top;  }    
a {
	text-decoration: underline;
	cursor: pointer;
/*	 color: #f15833;*/
	color:#313131;    

}
a:hover{
	text-decoration:none;
}
h1 {
	margin-bottom: 15px;
	 font-weight: normal;
   font-style: normal;
}
h2 {
  margin-bottom:10px;
   font-weight: normal;
   font-style: normal;
}

h3 {
	margin-bottom:6px;
	 font-weight: normal;
   font-style: normal;
}
hr {
	border: 0px;
	border-top: 1px solid #a1a1a1;
	height: 20px;
}

.clear { clear: both;}              
.clear10 { clear: both; height: 10px}              
.left { float: left;}
.right { float: right;} 
.fancybox_table td {
	padding: 10px;
}
                       
#wrap {
  width: 980px;
  position: relative;
  z-index: 999;
  margin: 0 auto;
  background: transparent url(images/px_white.png) top center repeat;
}
#header {
	width: 980px;
	margin: 0 auto;
	
	height: 130px;
	
}

#header_inner {
	width: 980px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
#lang {
  float: right; 
  margin-top: 30px;
}
#lang a {
  background-color: #fff;
  padding: 8px;
  border-radius: 20px;
  text-decoration: none;
}
#lang a:hover {
  text-decoration: none;
  background-color: #96979c;
  color: #fff;
}
#lang a.current {
  background-color: #6d6e71;
  color: #fff;
}
#logo {
  float: left;
}

#baseline {
		background-color: #595959; 
		height: 30px;
}
#baseline h1{
	font-size: 60px;
	margin-bottom: 0px;
}

#gallery_id {
	height: 300px;
}


#newson {
	width: 860px;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #5d8527;
	background: transparent url(images/px_green.png) top center repeat;
}

#newsonemail {
	padding: 4px 10px;
	background-color: #eefee8;
	border: 1px solid #5d8527;
	width: 300px;
}

.btnsub {
	background-color: #5d8527;
	color: #fff;
	padding: 3px 6px;
	border: 1px solid #fff;
}
.btnsub:hover {
	text-decoration: none;
	background-color: #77a733;
	
}


#content {
  padding: 10px;
  clear: both;
}
#content p {
	text-align: justify;
	margin-bottom: 10px;
	line-height: 1.6em;
}  
#content a {
	font-style: italic;
}   
#content ul, #content ol {
	margin-left: 20px;
}
#content h1.title {
  font-size: 7em;
  text-align: center;
  text-shadow: 1px 3px 4px #000;
  color: #fff;
  margin-top: 100px;
  text-transform: uppercase;
}


#content.pagecontent {
  padding: 40px;
}

	
#menu_wrap {   
	height: 32px;
	clear: both;
	background: transparent url(images/px_black.png) top center repeat;
}   

#menu {
	position: relative;
	margin: 0 auto;	
	float: right;
	margin-right: 10px;
} 

#menu li {
	list-style-type: none;
	float: left;
	

}
#menu li a {
	font-size:13px;
	text-decoration:none;
	text-transform: uppercase;
	line-height:24px;
	padding: 3px 15px 3px 15px;
	color: #fff;
	height: 26px;
	display: inline-block;
}
#menu li a:hover, #menu li#current a, #menu li li#current a {
	color: #000;
}  

#menu li li {
	background-color: #595959;
}



#bloc_page p{
  text-align: right;
}


#footer {
  padding: 10px;
}
#footer a {
	color: #fff;
}

.news_date {
	font-size: 11px;
}

.news_item {
	margin-bottom: 20px;
}
.news_item h3 {
	font-size: 18px;
}
  
/* Notifications */
.notification.success {
	background-color:#effeb9 ;
	border-color:#98c700;     
	color:#98c700;     
}
.notification.error {
	background-color:#fccac3 ;
	border-color:#ea5338;  
	color:#ea5338;  
}
.notification.warning {
	background-color:#ffeaa7 ;
	border-color:#f9b418;  
    color:#f9b418;  
}
.notification.info {
	background-color:#d1e4f3 ;
	border-color:#4d8fcc;    
	color:#4d8fcc;  
}
.notification.tip {
	background-color:#feeac9 ;
	border-color:#d38e49;    
	color:#d38e49;    
}
.notification {
	border-width:1px;
	border-style:solid;
	padding:17px; 
	margin-top: 5px;
	margin-bottom:15px;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
}


/* Forms */ 
div.row {
	clear:both;
	padding: 3px 0;
	margin-bottom:5px;
}
form label {
	width: 100px;
	margin-right: 10px; 
	display: inline-block;   
	text-align: right;  
	vertical-align: top;     
	font-size: 12px;
}  
form input, form textarea, form select {
	padding: 5px 9px;
	border: solid 1px #e1d1e1;
	outline: 0;
	width: 400px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
}
   
form input:hover, form textarea:hover, form input:focus, form textarea:focus { 
	border-color: #a1a1a1; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
 
form select, form input[type=radio], form input[type=checkbox] {
	width: auto;
}    
form input.errorform {
	border:1px solid #EA5338;   
	padding-left: 24px;
	background: #fff url(images/error.png) center left no-repeat;
}
form input.errorform:focus {
	border:1px solid #EA5338;
	-webkit-box-shadow:0 1px 2px #EA5338 inset;
	-moz-box-shadow:0 1px 2px #EA5338 inset;
} 

form input.button {
	border-color: #666666; 
	color: #313131; 
	background-color: #888888;    
	padding: 5px;
	text-align: center;  
	cursor: pointer;  
	width: auto;
}

#loader h2{
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
}



