@charset "windows-1252";
body {
    background-color:ffffff;
    margin: 0px;
    padding: 0px;
    }
	h1 {
		margin:.1em 0 .2em 0;
		padding:0;
		font-family:Times New Roman;
		text-align:center;
		font-size:25;
		font-style: italic; 
	}
	h2 {
		margin:.1em 0 .2em 0;
		padding:0;
		font-family:Times New Roman;
		font-size:15;
		text-align:center;
		line-height:1;
	}
	h3 {
		margin:.1em 0 .2em 0;
		padding:0;
		font-family:Times New Roman;
		font-size:15;
		text-align:left;
		line-height:1;
	}

	
	h5 {
		margin:.1em 0 .2em 0;
		padding:0;
		font-family:Times New Roman;
		font-size:20;
		color:000000;
		text-align:center;
	}
	

div#annonce2 {
     width: 90%;		
}
	
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
	border-bottom:0px solid #000;
	}
	#header p,
	{
		padding:.4em 15px 10 15px;
		margin:0;
	}
	
	
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colleft {
		float:left;
		width:100%;
		position:relative;
		border-right:3px solid #C5C5C4;
	}
	.col1,
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#ffffff;
		width:1030px;
		border-right:3px solid #B0B973;
		border-top:1px solid #ffffff;	
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#B0B973;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
	
	a:link {
font-family:Times New Roman;
font-size:18;
color:#222A11;
background-color:transparent;
text-decoration:none;
}
a:visited {
font-family:Times New Roman;
font-size:18;
color:;
background-color:transparent;
text-decoration:none;
}
a:hover {
font-family:Times New Roman;
font-size:18;
color:#3b481d;
background-color:transparent;
text-decoration:underline;
}
div#foot {
border-top:1px solid #ffffff;
clear:both;
}












