body 	{	
		font-family: Vernada, Arial;
		font-size: 12px;
		background: #E4EAF2;
		padding: 10px;
		margin: 0; /* pour éviter les marges */
     		text-align: center; /* pour corriger le bug de centrage IE */
     		min-width: 1000px;
	}
.titre
{
	font: 50px Vernada, Arial;
	text-align: center;
	color:#FF0000;
}
.titre_2
{
	font: 20px Vernada, Arial;
	text-align: center;
	color:#FF0000;
}
.intro
{
	font: 16px Comic Sans MS, Arial;
	text-align: center;
	color:#0000FF;
}
.small
{
	font: 10px Arial;
	text-align: center;
	color:#000000;
}
a:link 	{
		color: #000000;
		text-decoration: none;
		border: 0;
	}

a:visited {
		color: #000000;
		text-decoration: none;
}

a:active {
		color: red;
		text-decoration: none;
	}

a:hover {
		color: red;
		text-decoration: none;
	}
	
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 2;
	text-align: left;
	border: 2px solid #220884;	
}

#logo {
	width: 972px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	background : url(images/logo_cs.jpg) no-repeat center top;
	border: 2px solid #000000;
}

#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #E4EAF2;
	float: right;
}
#mainNav li {
	float: left;
}
#mainNav li a {
	display: block;
	padding: 2px 7px;
	line-height: 2.1em;
}
#mainNav li a:hover {
	background-color: #D0D0FF;
}
#mainNav .first a {
	background: none;
}


#content {
	width: 972px;
	border: 2px solid #000000;
	font: 16px Vernada, Arial,Comic Sans MS;
	text-align: justify;
	padding: 10px;
}

#footer {
	clear: both;
	margin: 10px 0px;
	border: 2px solid #000000;
}

DIV.bordure-top {
	BORDER-RIGHT: #6699cc 1px solid; PADDING-RIGHT: 0px; BACKGROUND-POSITION: 50% top; BORDER-TOP: #6699cc 1px solid; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(gag\tvrule.gif); PADDING-BOTTOM: 0px; BORDER-LEFT: #6699cc 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #6699cc 1px solid; BACKGROUND-REPEAT: repeat-x
}
DIV.bordure-bottom {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 50% bottom; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(gag\tvrule.gif); PADDING-BOTTOM: 10px; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-x
}


