/*=======================================CSS=====
	Feuille de style
	Site : 
	Auteur : Pernelle Rousselot - Studio EDISPO
	Date : 
*/


/*=======================================GENERAL=====*/
body{
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999;
  text-align:center;
  background:#fff;
 /* background:url(../medias/fond-general.jpg) top left repeat-x #fff;*/
 
}
table, td, p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:justify;
}
a:link, a:hover, a:visited, a:active{
	color:#979797;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	margin:0;
	padding:0;
	border:0;
}

#content{
	width:880px;
	margin:0 auto;
	padding:0;
}
.coord{
	width:870px;	/*init 880*/
	text-align:right;
	margin:0 auto;
	padding:10px 5px;
	position:relative;
	height:100px;	/*init 120*/
}
#conteneur{
 	width:840px;	/*init 880*/
	height:416px;	/*init 456*/
	margin:5% auto 0 auto;
	padding:20px;
	position:relative;
	background:url(../medias/fd-pimenta.jpg) top left no-repeat;
}
h1#logo{
    padding:195px 0 0 0;
	margin:0 0 15px 0;
    overflow: hidden;
    background: url(../medias/logo-pimenta.png) top left no-repeat;
    
    height: 0px !important;
    height /**/:195px;
	position:absolute;
	top:14px;
	left:130px;
	z-index:10;
}

#information{
	position:absolute;
	top:40px;
	left:420px;
}
#mynewsdis{
	position:relative;
}


.news_style{
	display:none;
}
.news_show{
	color:black;
	width:400px;
	height:200px;
	overflow: auto;	
}
.news_border{
	width:400px;
	height:200px;
	padding: 5px 5px 5px 5px;
	overflow: auto;	
}
.news_mark{
	width:400px;
	width:300px;
	height:35px;
	text-align:right;
	float:left;
}
.news_title{
	font-weight:normal;
	border: 0px solid gray;
	padding: 5px 0px 9px 5px;
	color:grey;
	font-size:10px;
	text-align:right;
	
}
.news_show img{
	margin-left: 5px;
	margin-right: 5px;
}
.buttondiv{
	position: absolute;
	/*float: left;*/
	/*top: 169px;*/
	padding: 5px 5px 5px 5px;
	/*border-top-color: white;*/
	border-top:none;
	height:20px;
}

#news_button{
	position:absolute;
	
	top:0;
	
	right:0;
}

#news_pause{
	margin:0 5px;
}
#information ul{
	margin:20px 0 0 0;
	padding:0 0 0 30px;
}
#information li{
	padding:3px 0;
}
#information ul, #information li{
	font-size:14px;
	color:#716658;
}
h2{
	text-transform:uppercase;
	font-size:18px;
	color:#716658;
	padding:0;
	margin:0;
}

#pied{
	padding:5px 20px;
	color:#979797;
 	width:840px;	/*init 880*/
	height:35px;	/*init 45*/
	margin:0 auto;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	position:relative;
}
#map{
	position:absolute;
	top:130px;
	left:450px;
	text-align:left;
}
#map iframe{
	padding:1px;
	border:1px solid #3fa744;
}
#copy{
	color:#979797;
	font-size:10px;
	text-align:right;
	position:relative;
	width:880px;
	margin:20px auto 0 auto;
}
#copy a{
	color:#979797;
}
