@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	font-style:normal;
	border:none;
	text-decoration:none;
	color:#6895c0;
}

#prive_entete {

}

	#prive_baniere {
		width:100%;
		height:89px;
		background-image:url(images/baniere.jpg);
		background-position:right top;
		background-repeat:no-repeat;
	}

	#prive_masque_baniere{
		background-image:url(images/fond_baniere.gif);
		background-position:left top;
		background-repeat:repeat-x;
		height:9px;
		width:100%;
	}

		#prive_btn_masque_baniere {
			display:block;
			margin-left:auto;
			margin-right:auto;
			width:62px;
			height:9px;
			background-image:url(images/btn_masque_entete.gif);
			background-position:left top;
			background-repeat:no-repeat;
		}

		#prive_sous_baniere {
			padding-left:10px;
		}
		
			#prive_arianne {
				float:left;
			}
	
			#prive_deconnection {
				width:600px;
				margin-right:0px;
				margin-left:auto;
			}
	
				#prive_deconnection p {
					text-align:right;
					margin-right:125px;
					font-weight:bold;
					margin-top:-2px;
				}
				
				#prive_deconnection a {
					display:block;
					float:right;
					width:93px;
					height:27px;
					background-image:url(images/deconnection.gif);
					background-position:center center;
					background-repeat:no-repeat;
					margin-top:-23px;
					font-size:x-small;
					font-weight:bold;
					color:#f29400;
					padding-right:30px;
					padding-top:9px;
					text-align:right;
				}
				
					#prive_deconnection a:hover {
						text-decoration:underline;
					}

#prive_menu_gauche {
	float:left;
	clear:both;
	width:181px;
	background-image:url(images/menu_gauche_fond.gif);
	background-position:right top;
	background-repeat:repeat-y;
	background-color:#b3cadf;
}
	
	#prive_menu_gauche_accueil {
		background-image:url(images/menu_gauche_haut.gif);
		background-position:left top;
		background-repeat:no-repeat;
		width:114px;
		padding-right:67px;
		height:38px;
		text-align:center;
	}
	
		#prive_menu_gauche_accueil a {
			line-height:34px;
			font-weight:bold;
			color:#f29400;
		}
		
		#prive_menu_gauche_accueil a:hover {
			text-decoration:underline;
		}

	#prive_menu_gauche_contenu {
		width:181px;
	}
	
		#prive_menu_gauche_contenu ul {
			padding-right:20px;
			list-style-type:none;
			padding-bottom:30px;
		}
		
			#prive_menu_gauche_contenu li {
				text-align:left;
				padding-left:10px;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #FFFFFF;
				padding-top:5px;
				padding-bottom:5px;
			}
			
				#prive_menu_gauche_contenu li.prive_class_dernier_lien {
					border:none;
				}
		
				#prive_menu_gauche_contenu a {
					color:#FFFFFF;
				}
				
					#prive_menu_gauche_contenu a:hover {
						text-decoration:underline;
					}
	
	#prive_menu_gauche_bas {
		background-image:url(images/menu_gauche_bas.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
		width:181px;
		height:10px;
	}
	
#prive_menu_haut {
	clear:right;
	background-image:url(images/fond_menu_haut.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#b3cadf;
}
	
	#prive_menu_haut_gauche {
		float:left;
		background-image:url(images/gauche_menu_haut.gif);
		background-repeat:no-repeat;
		background-position:left top;
		height:37px;
		width:22px;
	}
	
	#prive_menu_haut_contenu {
		line-height:35px;
		height:37px;
		overflow:auto;
	}

#prive_contenu {
	margin-left:195px;
}

	#prive_contenu_vue {
		background-image:url(images/fond_contenu.gif);
		background-position:left bottom;
		background-repeat:repeat-x;
		padding:10px;
		padding-bottom:60px;
		overflow:auto;
	}


#prive_pied p {
	clear:both;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	color:#a6a8a9;
	font-size:xx-small;
}

	#prive_pied p a {
		color:#f29400;
		font-size:xx-small;
	}
	
		#prive_pied p a:hover {
			text-decoration:underline;
		}
