@charset "iso-8859-1";
/* auteur: RAZIMBAUD */
/* STYLE DES PAGE PLAN & LIENS */
/* PARTIE COMMUNE */
	/* mise en forme générique */
	body			{
					font-family :			Arial, sans-serif;
					background-color :		#ffffff;
					}
	table			{
					margin :				0px;
					padding	:				0px;
					border-style :			none;
					border-width :			0px;
					}
	td				{
					margin :				0px;
					padding	:				0px;
					}
	h2				{
					font-family :		Comic Sans MS;
					font-size : 		24px;
					font-weight :		normal;
					color : 			#cc0000;
					letter-spacing :	0.2ex;
					word-spacing :		0.1ex;
					margin :			0px;
					padding :			0px;
					}
	h3				{
					font-size : 		18px;
					line-height :		30px;
					font-weight :		normal;
					color : 			#cc0000;
					letter-spacing :	0.2ex;
					word-spacing :		0.1ex;
					margin :			0px;
					padding :			0px;
					}
	p				{
					margin :		 		 0px;
					padding :				 0px;
	 				color:					 #000000;
					font-size:				 14px;
					font-weight:			 normal;
					font-style: 			 normal;
					text-decoration :		 none;
					text-align :			 left;
					}
	/* mise en forme commune au pages "liens et "plan du site" */	
		/* document */
	table.cad		{
					width :					100%;
					}		
	td.cad1			{
					width :					10%;
					background-image :		url(images/motifs/blanc_L40_h20.gif);
					background-position :	top right;
					background-repeat :		repeat-y;
					}
	td.cad2			{
					width :					70%;
					vertical-align :		top;
					text-align:				center;
					background-color :		#ffffff;
					}
	td.cad3			{
					width :					20%;
					background-image :		url(images/motifs/blanc_L40_h20.gif);
					background-position :	top left;
					background-repeat : 	repeat-y;
					}
		/* titres */
	div.titre		{
					width :				680px;
					text-align :		center;
					margin-top :		30px;
					margin-bottom :		30px;
					}
	table.tab		{
					width :				680px;
					margin-bottom :		20px;
					}			
		/* navigation */
	table.nav		{
					width :				680px;
					margin-bottom :		20px;
					}
	td.nav1			{
					vertical-align :	middle;
					text-align :		left;
					}
	td.nav2			{
					width :				33px;
					}
	td.nav3			{
					width :				20px;
					}
	td.nav4			{
					width :				15px;
					}
	address			{
					font-style :		italic;
					font-size :			12px;
					}
/* PARTIE SPECIFIQUE */	
/* PAGE LIENS */
	body#liens		{
					font-family :			Arial, sans-serif;
					background-color :		#CCCCCC;
					}
	h6				{
					font-size : 		16px;
					font-weight :		normal;
					color : 			#cc0000;
					letter-spacing :	0.1ex;
					margin :			0px;
					padding :			0px;
					}
	p#navigation	{
					font-family :			 'Comic Sans MS';
	 				color:					 #990000;
					font-size:				 12px;
					width :					 200px;
					float:					 right;
					}
	p#intro_liens	{
					float :					 left;
					width :					 420px;
					}
	td.site1		{
					height :				60px;
					width :					180px;
					text-align :			center;
					vertical-align :		middle;
					}
	td.site2		{
					height :				60px;
					width :					500px;
					text-align :			left;
					vertical-align :		middle;
					font-size:				14px;
					padding-left :			40px;
					}
	td.site12		{
					height :				40px;
					width :					680px;
					text-align :			left;
					vertical-align :		middle;
					}
/* PAGE PLAN */
	body#plan_site	{
					font-family :			Arial, sans-serif;
					background-color :		#CC9999;
					}
	/* tableau de liens */				
	td.plan			{
					height :			40px;
					text-align :		left;
					vertical-align :	middle;
					}					
	td.niv1			{
					}
	td.niv2			{
					padding-left :		60px;
					}
	td.niv3			{
					padding-left :		120px;
					padding-right :		10px;
					}
	td.com			{
					width :				300px;
					font-size :			12px;
					}
	td.trait		{
					width :				680px;
					height :			24px;
					background-image :		url(images/motifs/trait_plan.gif);
					background-position :	top left;
					background-repeat :		repeat-x;
					}
	/* liens */
	a				{
					font-weight :		normal;
					font-size :			14px;
					}
	a:link			{
					color :				#0000FF;
					}
	a:visited		{
					color :				#993399;
					}
	a:hover			{
					color :				#ff0000;
					}
	a:active		{
					color :				#ff0000;
					}
	
					



