/**************** FEUILLE DE STYLES COMMUNE AUX PAGES DU SITE AUGER GAILLARD- VERSION PC *********************/	
/* GLOBAL */
*						{
						margin:					0px;
						padding:				0px;
						font-size:				10px;
						font-family:			Arial, Helvetica, sans-serif;	
						border-style:			none;
						border-width:			0px;
						outline-style:			none;
						outline-width:			0px;
						border-collapse:		collapse;
						font-style:				normal;
						font-weight:			normal;	
						list-style-type:        none;
						text-decoration:		none; 
						} 
/* CADRAGE */
body.ofond				{
						background-image :		url(image/fond.jpg);
						background-repeat :		repeat;
 						}
div.opartie-fixe		{			/* en-tete standard des pages */
						position:				fixed;
						top:					0;
						left:					0;
						background-image :		url(image/fond.jpg);
						width:					100%;					
						}  
.osaut-partie-fixe		{			 /* saut correspondant à la partie fixe de la page */
						margin-top :			170px; 
						} 
.osaut-apres			{
						margin-bottom :			30px; 
						}

div.opage				{			/* grande division des pages */
						margin-right:			auto;
						margin-left:			auto;
						width:					990px;
						clear:					both;
						position: 				relative;
						}
.oflottement-droit		{
						float:					right;
						} 
.oflottement-gauche		{
						float:					left;
						} 
.oarrondi				{
						border-style:			solid;
						border-color:			transparent;
						border-width:			2px;
						border-radius:			20px;
						-moz-border-radius:		20px;
						-ms-border-radius:		20px;
						-khtml-border-radius:	20px;
						-webkit-border-radius:	20px;
						} 
td.ocentrage-vertical	{
						vertical-align:			middle;
						} 
/* MENUS */			
li.omenu				{
						display:				inline;
						}
li.ointerval			{
						margin-left:			15px; 
						}	
li.osepar				{
						width:					20px;
						text-align:				center;
						padding-left:			3px;
						padding-right:			3px;
						} 
ul.omenu-gen			{		 /* partie droite de l'en-tete fixe */
						float:					right;
						line-height:			50px;
						height:					50px; 
						margin-top:				20px; 
						margin-bottom:			30px;
						/*background-color:		yellow;*/
						}	
div.omenu-gauche		{		  /* partie gauche de l'en-tete fixe */
						float:					left;
						margin-top:				20px; 
						margin-bottom:			30px;
						}				
ul.omenu-chem			{		/* menu chemin figurant dans la partie gauche de l'en-tete fixe */
						/*background-color:		red;*/
						line-height:			20px;
						height:					20px;
						}
/* LIENS */
a.olien:link			{
						text-decoration:		none;
						color:					#FF0000;	
						/*                      */
						border-style:			solid;
						border-color:			transparent;
						border-width:			2px;
						border-radius:			20px;
						-moz-border-radius:		20px;
						-ms-border-radius:		20px;
						-khtml-border-radius:	20px;
						-webkit-border-radius:	20px;
						padding-right:			5px;
						padding-left:			5px;
						padding-top:			3px;
						padding-bottom:			3px;
						}
a.olien:visited			{
						color:					#FF0000;  
						background-color:		transparent;
						border-color:			transparent; /*trait */
						} 
a.olien:hover			{
						color:					#FF0000;   
						background-color:		#FFFFFF;
						font-style:				italic;
						border-color:			#CCCCCC;   /* trait */	  
						} 
/* TITRES */
h3						{
						font-size:				24px;
						color: 					#666666; 	
						font-weight:			bold;
						text-align:				center;
						letter-spacing:			1px;
						clear:					both;
						margin-bottom:			30px;
						line-height:			40px;
						height:					40px;
						} 
h4						{ 
						padding-top:			20px;
						padding-bottom:			20px;
						font-size:				20px;
						line-height:			40px;
						height:					40px;
						letter-spacing:			1px;
						color: 					#666666; 
						font-weight:			bold;
						clear:					both;
						} 						
h5						{
						font-size:				12px;
						color: 					#333333; 
						font-weight:			bold;
						line-height:			20px;
						height:					20px;
						margin-bottom:			10px;
						letter-spacing:			1px;
						/*background-color:		green;*/
						}
/* POLICES */
.opetit					{
						font-size:				12px;
						}
.omoyen					{
						font-size:				16px;
						}
.ogrand					{
						font-size:				20px;
						}
.ogras					{
						font-weight:			bold;
						} 
.oitalique 				{
						font-style:				italic;
						}	
.ocentre 				{
						text-align:				center;
						}
.odroite				{
						text-align:				right;
						} 						
.ojustification			{
						text-align:				justify;
		 				}
.obase					{		
			  			font-size:				16px;
						text-align:				justify;
						line-height:			1.6;
						}
.onote					{
						font-size:				14px;
						text-align:				justify;
						line-height:			1.5;
						}						
cite.odef				{
						color:					#FF0000;
						cursor:					pointer;
						}	
						   
						
						
						
						
						
						
