/****************************************************************************
	Agestis - Content Management System - http://www.agestis.com
	by ARICIA http://www.aricia.fr
*****************************************************************************
			Version:	20100705.1253
			Coder:	Damien
*****************************************************************************

		Base des styles commun dans Agestis

****************************************************************************/

/**********************************
	GENERAL
**********************************/
	BODY {
		font-size:0.8em;		/* equiv 10pt */
	}
	
	.agestis.error.title { background-color: red !important; margin-bottom:0;}
	.agestis.error.description { border:1px solid red !important; padding:15px;}

/**********************************
	IMAGES 
**********************************/

	IMG.a_PhotoRealiste {
		background:white none repeat scroll 0% 50%;
		border-color:#CCCCCC;
		border-style:solid;
		border-width:0px 1px 3px;
		margin:4px 12px;
		padding:5px;
	}

/**********************************
	BOUTON
**********************************/

	a.button {
		background:transparent url('/Common/images/btn_right.png') top right no-repeat ;
		color: #FFFFFF !important;
			display:block; /*opera*/
			display:inline-block; /*ie*/
			display:-moz-inline-box; /*ff*/    /*font: bold 12px arial, sans-serif;*/
		font: normal 13px arial, sans-serif;
		height: 32px;
		margin-right: 0px; padding-right: 10px;
		text-decoration: none !important; cursor:hand;
	}
	a.button span {
		background:transparent url('/Common/images/btn.png') no-repeat;
		display: inline-block;
		line-height: 21px;
		padding: 3px 20px 8px 30px;
	}
	a.button span img{
		margin:-2px 0 0 -5px;
		padding-right:5px;
	}

	/*HOVER*/
	a.button:hover {
		background-image: url( '/Common/images/btn_hover_right.png' );
		color: black !important;
		outline: none;
	}
	a.button:hover span {
		background-image:url( '/Common/images/btn_hover.png');
	}


/**********************************
	PLAN DU SITE
**********************************/
	.agestis.plan {
		text-align:left;
		background-color: inherit;
	}
	.agestis.plan * {
		background-color:inherit;
	}
	.agestis.plan UL {
		margin-left:26px !important;
		padding:0;
	}
	/*
	.agestis.plan UL, .agestis.plan LI{
		background-color: inherit !important;
	} 
	.agestis.plan UL {
		padding:0px;
		margin:0 0 0 32px !important;
		background:url(/Common/images/plan_line.gif) top left repeat-y;
		background-color:inherit;
	}
	.agestis.plan LI {
		margin: 0;
		list-style:none;
		padding: 0 34px;
		background-color:inherit;
	}
		.agestis.plan LI.node { background:url(/Common/images/plan_node.gif) top left no-repeat; background-color:inherit; }
		.agestis.plan LI.last { background:url(/Common/images/plan_fin.gif) top left no-repeat; background-color:inherit; }

		.agestis.plan LI A { display:block; height:32px; line-height:32px; margin:0; padding:0; }
		.agestis.plan LI SPAN { font-size:75%; }
	*/
