/* CSS Document ypiranga*/
		* div{
		border: 0px;
		margin:0px;
		padding:0px;
		}
		
		*img {
   		border: 0px;
   		margin: 0px;
   		padding: 0px;
   		}	
		
		body{
		font: 12px Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
		
		scrollbar-3dlight-color:#ccc;
		scrollbar-arrow-color:#999;
		scrollbar-base-color:#999;
		scrollbar-darkshadow-color:#999;
		scrollbar-face-color:#FFFFFF;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-shadow-color:#FFFFFF;
		color: #000000;
		}
		html {
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
		
		#conteneur{
		position: absolute;
		width: 831px;
		height: 631px;
		left:50%;
		margin-left: -380px;
		top: 15%;
		margin-top: -100px;
		text-align: left ;
		
		}
	
		#top{
		position: absolute;
		width: 831px;
		height: 13px;
		top: 0px;
		left: 0px;
		}
	
		
		
		#left{
		
		position: absolute;
		width: 15px;
		height: 618px;
		top:13px;
		left: 0px;
		}
		
		#right{
		
		position: absolute;
		width: 15px;
		height: 618px;
		top: 13px;
		left: 816px;
		}
		
		#bottom{
		
		position: absolute;
		width: 801px;
		height: 16px;
		top: 615px;
		left: 15px;
		}
		
		#entete{
		
		position: absolute;
		width: 801px;
		height: 87px;
		top: 13px;
		left: 15px;
		}
		
		#contenu{
		position: absolute;
		width: 801px;
		height: 515px;
		top: 100px;
		left: 15px;
		
		}
		
		#main{
	
	position: absolute;
	width: 801px;
	height: 370px;
	top: 0px;
	left: 0px;
		
		}
		
		#image{
	position: absolute;
	width: 801px;
	height: 491px;
	text-align: center;
	vertical-align: middle;
		}
		
		#img {
		position: absolute;
	width: 380px;
	max-height: 380px;
	top: 5px;
	left: 20px;
	overflow:auto;
	
	}
		
		#texte {
	overflow:auto;
	position: absolute;
	width: 375px;
	height: 360px;
	top: 5px;
	left: 415px;
	text-align: justify;
	padding-right:05px;
	}
		
		
		#menu{
		
		position: absolute;
		width: 801px;
		height: 121px;
		top: 370px;
		left: 0px;
		}
		
		#pied{
		
		position: absolute;
		width: 801px;
		height: 24px;
		top: 591px;
		left: 15px;
		}
		

		
		#ret{
		color: #990000;
		font-size:10px;
		font-style: normal;
		text-align:right;
		/*marging-right: 10px;*/
		margin-bottom: 5px;
		/*font-weight: bold;*/		
		}
		
	
a:hover{
		color: #990000;
		
		}
a:link{
		color:  #990000;
		
		}
a:active{
		color: #990000;
		
		}
		
		/*-------------------------------------------------styletexte-----------------------------------------------------------------*/
		

h1 {
	color: #3333CC;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}


h2 {
	color: #333333;
	font-weight:bold;
	list-style-position: outside;
	list-style-image: url(Aucune);
	list-style-type: decimal;
	font-size: 12px;
	text-align: center;
}

h3 {
	color: #333333;
	font-weight:bold;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	display: list-item;
}
