html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  }
  
body 
{
	background-color: #EFEEEE;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff3175;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#page {
	position:absolute; 
	height: 100%;
	width: 100%;
	z-index: 1;
}

#centpourcent {
  position:absolute;
  height: 100%;
  width: 100%;
  }

a
{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff3175;
	text-decoration: none;
}

a:hover{
color: #525FA4;
}

#contenttype{
	background-image: url(images/fond_pages.jpg);
	background-repeat: no-repeat;
	width:950px;
	height:550px;
	position:relative;

}

#titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff1d67;
	text-decoration: none;
	
	width:900px;
	height:80px;
	display:block;
	text-align: left;
	vertical-align: bottom;
	position: absolute;
	top: 90px;
	left: 0px;
	
}

.soutitre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #525FA4;
	text-decoration: none;
	font-weight: bold;
	text-align: left;

}
.cadre 
{
	background-color: #EFEEEE;
}

.texte 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff1d67;
}
.grostitre {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: bold; color: #004080}