/* ================================ */
/*    GÃƒÆ’Ã‚Â©nÃƒÆ’Ã‚Â©ral                                              */
/* ================================ */

html {
	font-size: 100%;
}

body {
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #ffffff;
}

img, abbr, acronym {
	border: 0;
}

form, fieldset, p, ul, ol, li, div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

hr {
	display: block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	color: #000000;
	background-color: #000000;
	border: 0;
}

.clearboth:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearboth {
	display: inline-block; 
	width: 100%;
}
	
* html .clearboth {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}



/* ================================ */
/*    Styles                                               */
/* ================================ */

.center {
	text-align: center;
	width: 100%;
}

.left {
	text-align: left;
	width: 100%;
}

.right {
	text-align: right;
	width: 100%;
}

.imgleft {
	float: left;
	padding-right: 20px;
}

.imgright {
	float: right;
	padding-left: 20px;
}



/* ================================ */
/*    Liens                                                 */
/* ================================ */

a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0000ff;
	text-decoration: underline;
}

a.extlink, a.extlink:link, a.extlink:visited {
	color: #000000;
	text-decoration: underline;
	background: url(../uploads/images/css/generique/external.gif) no-repeat 100% 0;
	padding-right: 12px;
}

a.extlink:active {
	color: #0000ff;
	text-decoration: underline;
	background: url(../uploads/images/css/generic/external.gif) no-repeat 100% -100px;
}

a.extlink:hover {
	color: #0000ff;
	text-decoration: underline;
	background: url(../uploads/images/css/generic/external.gif) no-repeat 100% -200px;
}

a.extlinknone, a.extlinknone:link, a.extlinknone:visited, a.extlinknone:active, a.extlinknone:hover {
	text-decoration: none;
	border: none;
}



/* ================================ */
/*    Tables                                               */
/* ================================ */

table {
	border-collapse: collapse;
}

table.tbl100, table.tbl50, table.tbl33, table.tbl25 {
	width: 100%;
}

table.tbl50 td {
	width: 50%;
}

table.tbl33 td {
	width: 33%;
}

table.tbl25 td {
	width: 25%;
}



/* ================================ */
/*    Messages                                           */
/* ================================ */

#debug {
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
	border: 3px solid #000000;
	padding: 10px;
}



/* ================================ */
/*    AccessibilitÃƒÆ’Ã‚Â©                                       */
/* ================================ */

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}