body
{
	background-color: #FFFFFF;
	background-image: url('../graphix/cmcs.jpg');
	background-repeat: no-repeat;	
	margin: 0px;
	padding-left: 1634px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	scrollbar-base-color: #EAEAEA;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #666666;
	scrollbar-highlight-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
}

h1
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: 900;
	color: #990000;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.guest
{
	color: #ff0066;
}

.Content>p
{
	margin: 0px;
}

.Content>p+p
{
	text-indent: 30px;
}

hr
{
	border: 1px dashed black;
}

a
{
	color: #000000;
	font-size: 12px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	font-weight: 600;
	text-decoration: none;
}

a:link
{
	color: #990000;
}

a:visited
{
	color: #666666;
}

a:hover
{
	background-color: #EAEAEA;
}

  	/* All the content boxes belong to the content class. */
.content
{
	position: relative;
	/* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	top: 10px;
	min-width: 120px;
	margin: 0px 190px 10px 165px;
	border: 1px solid black;
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#menu
{
	background-image: url('../graphix/Ouest4a.gif');
	background-repeat: no-repeat;
 	position: absolute;
	color: #444444;
	width: 279px;
	height: 408px;
	top: 1077px;
	left: 10px;
	border: 0px solid black;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	padding: 0px;
	z-index: 6;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
 	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
 	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
 	declaration. The incorrect IE5/Win value is above, while the correct value is
 	below. See http://glish.com/css/hacks.asp for details.*/
 	voice-family: "\"}\"";
	voice-family: inherit;
	width: 279px;
}
#menu 
a
{
   font-size: 0px;
    color: #ffffff;
}
	/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
 	length values to user agents that exhibit the parsing error exploited above yet get
 	the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
	a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#menu
{
	width: 179px;
}

#menu2
{
	position: absolute;
	width: 190px;
	top: 10px;
	right: 10px;
	font-size: 0px;
	border: 0px dashed black;
	background-color: #ffffff;
	padding: 10px;
	z-index: 1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 168px;
}
#menu2
h2
{
   font-size: 0px;
}
	/* Again, "be nice to Opera 5". */

body>#menu2
{
	width: 168px;
}