html {
	background-color: #F9F9F9;
}

body {
	margin: 0px;
	text-align: center;
}

#global {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 820px;
	/*height: 100%;*/
	background-color: #FFF;
	background: url('/img_interface/bg.png') repeat-y 0px 0px;
	font-family:  'trebuchet MS', verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
}

a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #AAA;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #64A527;
}
a:active { 
  color: #64A527; 
}

ul, li {
	margin: 10px 0px 5px 20px;
	padding: 0px;
	list-style-image: url('/img_interface/puce-liste.png');
	list-style-position: outside;
	text-align: justify;
	line-height: 3ex;
	color: #535E6B;
}

h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 1.7em;
	letter-spacing: 1px;
	color: #535E6B;
	padding-right: 18px;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #2A2F35;
}
#specialH2 {
	padding-top: 0px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 2.7ex; 
	color: #535E6B;	
	text-align: justify;
	margin-bottom: 5px;
	/* test */
	/*color: #FF7800;*/
}

h3 {
	font-size: 1.35em;
	line-height: 2.5ex;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 22px;
	padding-bottom: 0px;
	margin: 0px;
	color: #3B424B;
	/* test */
	/*color: #507CA5;*/
}

h4 {
	font-size: 1.1em;
	line-height: 2.5ex; 
	font-weight: bold;
	font-style: italic;
	color: #455569;
	margin-bottom: 0px;
	margin-top: 15px;
}
h4:first-letter {
	font-size: 1.3em;
	color: #6AAC2E;
}
h4 span, h3 span, h2 span {
	font-size: 0.95em;
	display: block;
	font-weight: normal;
	color: #535E6B;
}
h3 span {
	font-size: 0.85em;
}
h2 span {
	font-size: 0.85em;
	font-style: italic;
}

.blockH4 {
	margin: 5px 0px 0px 30px;
	padding: 0px;
}
.blockH4 p {
	line-height: 2.5ex;
	font-size: 0.95em;
	padding-top: 1px;
}

p {
	margin: 0px;
	padding-top: 10px;
	text-align: justify;
	line-height: 3ex;
	color: #535E6B;
}

p img {
	padding: 2px;
	clear: none;
	float: right;
	margin: 5px 0px 10px 15px;
}

.specialp {
	padding-top: 0px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 2.7ex; 
	color: #535E6B;	
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 15px;
}

.specialp div {
	float: right;
}

.specialp div img {
	display: block;
	margin: 10px 0px 35px 15px;
	border: 0px;
}

.specialp div a,
.specialp div a:hover {
	text-decoration: none;
	border: 0px;
}

#header {
	width: 820px;
	height: 200px;
	background-color: #E4E7EC;
	background: url('/img_interface/bgHeader.png') repeat-y 0px 0px;
}
* html #header { margin: 0px; text-align: center; }

#body {
	width: 440px;
	float: right;
	padding: 0px 0px 0px 50px;
	margin: 24px 60px 30px 0px;
	border-left: 1px solid #7FC241;
}
* html #body {
	width: 470px;
	margin-right: 30px;
	margin-left: 10px;
	padding-left: 40px;
}

#menu {
	width: 170px;
	float: right;
	text-align: left;
	padding-bottom: 4px;
	margin: 0px 30px 0px 0px;
}
#menu ul {
	margin: 0px;
}
#menu ul li {
	line-height: 1.2em;
	margin: 0px;
	list-style: none;
	padding-top: 1px;
}
* html #menu li { list-style-image: none; }
#menu a {
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #535E6B;
	border: 0px;
	padding-left: 8px;
}
#menu a:hover {
	color: #000;
	text-decoration: none;
	border: 0px;
	padding-left: 5px;
	border-left: 3px solid #7FC241;
}

#ssmenu {
	text-align: right;
	width: 238px;
	float: left;
	margin: 20px 0px 0px 20px;
	
}
* html #ssmenu { margin-left: 10px; }
#ssmenu li {
	line-height: 2.5ex;
	text-align: right;
	list-style: none;
	margin: 0px;
	padding-top: 5px;
}
* html #ssmenu li { list-style-image: none; }
#ssmenu a, #ssmenu a:hover {
	font-size: 1em;
	letter-spacing: 1px;
	text-decoration: none;
	border: 0px;
	color: #000;
	padding-right: 18px;
}
#ssmenu a:hover {
	background: url('/img_interface/puce-off.png') no-repeat right;
}
#ssmenu .onThis {
	background: url('/img_interface/puce-on.png') no-repeat right;
}
#ssmenu li ul {
	margin: 0px;
	font-style: italic;
	font-size: 0.9em;
}
#ssmenu li ul li a {
	color: #666;
}

#footer {
	width:  820px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	padding-bottom: 1px;
	background: url('/img_interface/footer.png') no-repeat bottom;
}
#footer p {
	color: #999;
	font-size: 10px;
	margin-left: 17px;
}
#footer a, #footer a:hover {
	color: #999;
	border: 0px;
}
#footer #w3c img {
	border: 0px;
	margin: 0px 8px 10px 0px;
}

#logo {
	width: 141px;
	height: 54px;
	float: left;
	margin-top: 12px;
	margin-left: 50px;
}
#logo a, #logo a:hover, #logo img {
	border: 0px;
	text-decoration: none;
}
* html #logo { margin-left: 20px; }

#imageTop {
	width: 800px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
* html #imageTop { text-align: center; }
#imageTop img {
	margin: 0;
	padding: 0;
}

#imageTopHomeAsc {
	position: relative;
	top: -93px;
	margin-bottom: -78px;
}

.hidden {
	display: none;
}

#langue {
	text-align: right;
	margin-right: 14px;
	margin-top: 96px;
	color: #777;
}
* html #langue {
	margin-top: 0px;
}
#langue a {
	border: 0px;
	color: #444;
}

img.noBorder {
	border: 0px;
}


/*
 * 
 *		Formulaire de Paiement (07/12/2007)
 *
 */

a#paiement_switch { font-size: 1em }

#form_paiement { margin-top: 20px }
#form_paiement div#error_message { margin: 10px 0; color: red }
#form_paiement div#message_paybox { margin: 10px 0; font-size: 1.2em; color: red }
#form_paiement dl { display: block; width: 400px }
#form_paiement dl dt { float: left; width: 100px; margin: 18px 0 0 }
#form paiement dl dd { float: left }
#form_paiement dl dd input.text { width: 150px; margin: 15px 0 0 }
#form_paiement dl dd input.montant { width: 80px; margin: 15px 0 0 }
#form_paiement dl dd i { margin: 0 0 0 10px }
#form_paiement input#submit_form_paiement { clear: both; margin: 30px 0 0 -5px }
*/

