* {
  margin: 0px;
  padding: 0px;
}

div.centrage {text-align: center;}

body { 
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#393939;
	min-width:950px;
}
html { 
	min-width:950px;
}
html, 
body { 
	height:100%;
}

.banniere
{
	background-image:url('../images/fond-entete.gif');
}

div#contenant{position: absolute; z-index: 1;}


.bouton-connexion
{
	width:180px;
	height:40px;
	background:#00ABB0;
	position:relative;
	z-index:2;
	
}
.bouton-connexion:hover{cursor:hand;}


.bouton-connexion-mini
{
	width:170px;
	height:40px;
	background:#00ABB0;
	position:relative;
	z-index:2;
	text-align:center;
	
}

.entete
{
	color:#00ABB0;
	font-size:20px;
	text-transform:uppercase;
	line-height:1.2em;
	font-weight:normal;
	display:inline;
	background:white;

}

.texte-bouton
{
	position: absolute;
	z-index: 10;
	top:8 ;
	left:30;
	font-size:20px;
	color:white;
	font-weight:bolder;
	font-family:arial;

}

.texte-bouton-mini
{
	position: absolute;
	z-index: 10;
	top:5px;
	font-size:15px;
	color:white;
	font-weight:bolder;
	font-family:arial;
	text-align:center;
	width:100%;

}

.texte-connexion
{
	font-size:16px;
	color:white;
	font-weight:bold;
	font-family:arial;
}

.texte-telephone
{
	font-size:28px;
	color:#00ABB0;
	font-weight:bold;
	font-family:"Trebuchet MS";
}


h3 {
	color:#00ABB0;
	font-size:20px;
	text-transform:uppercase;
	line-height:1.2em;
	font-weight:normal;
	display:inline;

}

.news_titre
{
	color:#00ABB0;
	font-size:16px;
	line-height:1.2em;
	font-weight:normal;
	display:inline;
}

.news_date
{
	color:#393939;
	font-size:10px;
	line-height:1.2em;
	font-weight:normal;
	display:inline;
}

.news_text
{
	color:#393939;
	font-size:14px;
	line-height:1.2em;
	font-weight:normal;
	display:inline;	
}

a {
	color:#00ABB0;
	font-size:14px;
	text-decoration:none;
}

.button{
	margin-right:10px;
	margin-top:4px;
}

.button input{
	color:#fff;
	font-size:10px;
	background:url(../images/button-bg.png) repeat-x left top;
	display:inline-block;
	text-decoration:none;
	padding:7px 26px 7px 26px;
	text-transform:uppercase;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(js/PIE.htc);
	position:relative;
}

.button input:hover{
	background:#00ABB0;
}


/*----- lists -----*/

.list {}
.list li {} 
.list li a {

	color:#2a2a2a;
	font-size:14px;
	text-decoration:none;
	background:url(../images/puce.jpg) no-repeat 0 2px;
	padding-left:25px;
	padding-bottom:0px;

}

.list li a:hover {
	color:#00ABB0;
	margin-left:2px;
}


