@charset "UTF-8";
/* CSS Document */

div#bandeau {
	width:100%;
	height:50px;
	background-color:#006699;
	
	}

div#contenu {
	width:100%;
	height:100%;
	/*margin-top: 1.5em;   soit 150% de la taille du texte */
	/*margin-bottom: .5em;   ...50% de la taille du texte */
	background-color:#006699;	
	}
	
div#piedpage {
	width:900px;
	height:100%;
	background-color:#33FF99;
	clear:both;
	}
	
div#menu {
	float:left;
	width:100px;
	height:100%;
	background-color:#FF6699;
	
	}
	
div#menuhaut {
	
	width:100px;
	height:200px;
	background-color:#66CC33;
	}
	
div#menubas {
	
	width:100px;
	height:200px;
	background-color:#CC99CC;
	}
	
div#blocnews {
	float:right;
	width:200px;
	/*clip: rect(0px,0px,20px,20px);*/
	border:solid 1px #DEDEDE;
	color:#222222;
	padding:4px;
	margin : 15px;
	text-align:center;
	background-color: #FF6600;
	background-image: url(../image_page/puce/puce_telecharger.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	} 


	
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	margin : 0px;
	border : 0px;
	text-decoration: none;
	
}


.bodyfond {
	background-color: #006699;
}
.titregrand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF6600;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

 a.lien1   {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	text-indent: 0px;
 }      
 
 a.lien1:hover   {
	color:#0099FF;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	text-indent: 0px;
 } 
 
 h1, h2, h3, h4, h5, h6 {
	margin-top: 1.5em;  /* soit 150% de la taille du texte */
	margin-bottom: .5em;  /* ...50% de la taille du texte */
}
ul, ol, p {
	margin-top: .75em;
	margin-bottom: .75em;
}
