/* 
  ------------------------------------------------

  ------------------------------------------------
*/
html, body, div, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, img { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#outer_wrapper {
	width: 980px;
	margin: 0 auto;
}
#left {
	float: left;
	width: 245px;
}
#center {
	float: left;
	width: 490px;
}
#right {
	float: left;
	width: 245px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.centre {
	text-align: center;
}
h1, h2, h3 {
	font-family: "Tekton Pro Ext";
}
h1 {
	font-size: 130%;
	margin: 40px 0 10px 0;
	text-align: center;
	background-image: url(../illustrations/fond_h_s01.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
h1.court {
	background-image: url(../illustrations/fond_h_s02.gif)!important;
}
.nomargintop {
	margin-top: 0;
}
#left .content {
	padding-top: 0px;
}
#center .content {
	padding: 0 30px;
}
#center .content p {
	font-size: 85%;
}
#center a:link {
	color: #51AC98;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #000000;
}
div#cadre {
	border-bottom: 2px solid ThreedShadow;
	border-left: 1px solid White;
	border-right: 2px solid ThreedShadow;
	border-top: 1px solid White;
	background-image: url(../illustrations/fondMenu.gif);
}
div#cadre p.alphabet {
	letter-spacing: .17em;
	text-align: center;
	margin: 0px 10px 13px 10px;
	font-size: 14px;
	line-height: 1.5em;
}
p.alphabet a:link, p.alphabet a:visited {
	text-decoration: none;
	color: #161763!important;
}
p.alphabet a:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
#left h1, #right h1 {
	font-size: 110%;
}
#left p, #right p {
	font-size: 75%;
	line-height: 1.4em;
}
#right ul {
	margin-left: 1em;
}
#right li a:hover {
	text-decoration: none;
	color: #cc3333;
}

/* les news ----------------------------*/
#news {
	/*background-color: #f0f2f0;*/
	/*border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 0 182px 0 183px;
	padding: 16px 30px;*/
}
#news a:link, 
#news a:visited {
	color: #5A5D40;
	text-decoration: underline;
}
#news a:hover,
#news a:active,
#news a:focus{
	color: #CC3333;
	text-decoration: none;
}
#news h4 a:link, 
#news h4 a:visited {
	color: #000;
	text-decoration: underline;
}
#news h3 {
	font-size: 90%;
	/*text-align: right;*/
	border-top: 1px solid #999;
}
#news h4 {
	margin: 4px 0 1em 0;
	font-size: 90%;
}
#news p {
	line-height: 1.3em;
	font-weight: normal!important;
	margin-bottom: 1em;
}
#news li {
	line-height: 1.3em;
}
#news img {
	float: left;
	margin: 5px 1em 0 0;
}
.nofloat {
	float: none;
}
