/* Positionnement --------------------- */


#top{
	position: absolute; 
	left:0px; top:0px;
	width:760px;
	height : 20px;
	background-color: #FFFFFF
; z-index: 5; clip:   rect(   )
}

html>body #top {
  position: fixed;
}





#logo{
	position: absolute; 
	left:0px; top:20px;
	width:150px;
}


html>body #logo {
  position: fixed;
}






#menu{
	position: absolute; 
	left:0px; top:140px;
	width:150px;
}


html>body #menu {
  position: fixed;
}






#contenu{
	position:absolute;
	left:150px; top:20px;
	padding: 0px 5px 0px 15px;
	margin: 0 0;
	width: 440px;
}





#right{ 
	position:absolute;
	left:620px; top:20px;
	width:150px;
	height:100%;
	background-color: #f1f2f3;
	padding : 0px 5px 0px 5px;
	
}


html>body #right {
  position: fixed;
}



#foot{ 
	left:150px;
	width:440px;
	z-index: 5;
	clip:   rect(   );
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 1px dashed #179FD9;
}

#form{ 
	margin-left: 0;
	clip:   rect(   );
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/* Habillage  page --------------------- */



body {
	background-color: #FFFFFF;
	background-image: url(../images/fond_menu.jpg);
	background-repeat: repeat-y;
	background-position: left top}








/* Menu --------------------- */



#menu a {
		font-size : 10px;
		font : 10px Verdana, Arial, Helvetica, sans-serif;
		display: block;
		margin: 0 0;
		padding: 7px 5px 7px 20px;
		text-decoration: none;
		background: #ffffff;
		border-right: 30px solid #BABFC5;
		border-top: 1px dashed #BABFC5;
		line-height: 12px;
		color: #179fd9;
		text-align: left;
		font-weight: bold;
		text-transform: uppercase;
}



#menu a:hover {
		background: #f0f1f3;
}







/* Habillage général --------------------- */



// #contenu img{
//	display: block;
//	padding: 0px 5px 5px 0px;
//	border: #999999 dashed;
//	border-width: 0px 1px 1px 0px;
//	margin-right: 5px;
//	margin-bottom: 5px;
// }



#myblock {
		display: block;
		padding: 1px 1px 1px 1px;
		border-right: 1px dashed #179FD9;
		border-top: 1px dashed #179FD9;
}




.titreright {		
		font : bold 13px Verdana;
		display: block;
		margin: 0 0;
		padding: 2px 0px 2px 20px;
		color: #000000;
		background: #babfc5;
		text-align: left;
		text-transform: uppercase;
}



a.right{  
	color: #000000;
	text-decoration: none; font-weight: bold
}




a.right:hover{
	color: #0099CC;
	text-decoration: underline
}


a.right:visited{
	color: #666666;
	text-decoration: underline
}




h1 {		
		font : bold 14px Verdana;
		display: block;
		margin: 0 0;
		padding: 2px 20px 2px 20px;
		border-right: 250px solid #f1f2f3;
		color: #ffffff;
		background: #179fd9;
		text-align: left;
		text-transform: uppercase;
}



h2 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color : #0099CC
}


h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000
}


h4 { font: bold 13px Verdana, Arial, Helvetica, sans-serif; text-align: justify; color: #000000 }






.chemin {  
	color: #0099CC;
	font-size: 9px}


a.chemin:hover{
	text-decoration: underline
}


a.chemint:visited{
	text-decoration: underline
}


#foot p {
	font: bold 10px Arial;
	text-align: center;
	color: #000000
}


#foot a {
	text-align: center;
	color: #0099CC;
	text-decoration: none
}

#foot a:hover {
	text-align: center;
	color: #333333;
	text-decoration: none
}


p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000
}



a {  
	color: #0099CC;
	text-decoration: none
}


a:hover {
	color: #0099CC;
	text-decoration: underline
}


a:visited {
	color: #666666;
	text-decoration: underline
}


hr {  
	border: dashed;
	width:100px;
	border-width: 1px 0px 0px 0px;
	border-color: #666666
}


.ibouton {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F1f2f3;
	border: 1px #0099cc solid
}


.itexte {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F1f2f3;
	border: 1px #0099cc solid
}


li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-image: url(../images/li.gif)
}


.alignleft {  text-align: left}

