@charset "UTF-8";
/* CSS Document 
	-->	Vert 		- Mairie : 				77A41C
		Bordeau		- Démarches : 			872E2A
		Orange 		– Vivre à St Cloud : 	EE7F00
		Rouge 		– Temps libre : 		C1002B
		Bleu 1		– Petit enfance : 		0087C1
		Rose 		– À l ‘école… : 		E08095
		Bleu marine – Economie : 			04266D
		Vert 2 		– Solidarité : 			ADCE77
		Bleu clair 	– Handicap : 			8193B6	
*/

body
{
	color: #000000; 
	line-height: 1.4; /* À adapter au design. (4) */ 
	background-image:url(grad_bg_main.gif); 
	background-repeat:repeat-x;
	background-color:#E5E3EE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
.vert, .vert A { color:#88B929; }
.bordeau, .bordeau A { color:#E590A4; }
.orange, .orange A {color:#CB003B;}
.rouge2 .rouge2 A { color:#F18F00;}
.bleu, .bleu A { color:#08357E;}
.rose, .rose A { color:#009ECB;}
.bleu2, .bleu2 A { color:#92A2C1;}
.vert2, .vert2 A { color:#973E39;}
.bleu3, .bleu3 A { color:#B9D688;}
.bk  { color:#000000;}

.SubMainMenu
{
	background-image:url(arr_submenu.gif);
	background-repeat:no-repeat;
	height:22px;
	padding-left:12px;
	color:#595959;
	margin-left:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:1px dashed #CCCCCC;
}

.SubMainMenu:hover, .SubMainMenuON
{
	background-image:url(arr_submenu_on.gif);
	background-repeat:no-repeat; 
	height:22px;
	background-color:#F6FAF0;
	padding-left:12px;
	color:#77AD1C;
	margin-left:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:1px dashed #CCCCCC;
}

.SubMainMenuON A:link		{color:#000; text-decoration:none;}
.SubMainMenuON A:visited 	{color:#000; text-decoration:none;}
.SubMainMenuON A:hover 		{color:#000; text-decoration:underline;}

/* Zone de contenu hors titre de rubrique */
.CorpsMainTxt
{
	font-family:Trebuchet MS, Geneva, serif;
	font-size:12px;
	color:#595959;
}
.CorpsMainTxt h2
{
	font-size:14px;
	margin:0; 
	padding:0; 
}
.CorpsMainTxt h2 A:link	{ text-decoration:none; color:#77A41C;}
.CorpsMainTxt h2 A:hover  { text-decoration:underline; color:#77A41C;}
.CorpsMainTxt img 		{ padding:0 7px; }
.CorpsMainTxt A:link 	{ text-decoration:underline; color:#77A41C;}
.CorpsMainTxt A:visited 	{ text-decoration:underline; color:#77A41C;}
.CorpsMainTxt A:hover 	{ text-decoration:underline; color:#77A41C;}

.titRub
{
	font-size:19px;
	border-bottom:dotted 1px #4B474C;
	color:#77A41C;
}

#BlocContent h1
{
	padding-top:0px; 
	margin-top:0px; 
	width:595px; 
	padding-left:20px;
	background-image:url(puce.png); 
	background-position: left; 
	background-repeat:no-repeat; 
	font-size:19px;
	font-weight:normal;
	color:#77A41C;
	border-bottom:dotted 1px #4B474C;
}

/* ------------------------------------------------------------------------------ */ 