body, html {
	background-color: #EEE6E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3737;
	height: 100%;
}

body, html, div, table, img, form, option, select, input, textarea { border: 0; margin: 0; padding: 0; }
form { display: inline; }
img { border: none; }
img.icon { vertical-align: middle; }
input, select, textarea { vertical-align: middle; font-size: 13px; font-family: Arial; padding: 2px 1px; border: 1px solid #ccc; background-color: #fff; }
label { line-height: 1.8em; }
input.cb, input.rd { border: none; padding: 0; background: none; background-color: transparent; vertical-align: top; }
input.noedit { border: none; cursor: default; }
input.click { cursor: pointer; }
select { font-size: 1em; padding: 1px 1px; }
option { padding: 0px 4px; }

fieldset { margin: 10px; padding: 5px; }
fieldset legend { font-size: 1.1em; font-weight: bold; color: #000; }
fieldset.fs1 { background-color: #F7F7FF; border: 1px solid #CFCFE3; }
fieldset.fs2 { background-color: #F9FBEC; border: 1px solid #DCE0C3; }

h1, h2, h3, h4, h5 { font-family: Trebuchet MS, Verdana, Arial; color: #A0A0A0; margin: 0px; padding: 0px;  padding-bottom: 3px; white-space: nowrap; }
h1 { font-size: 1.8em; height: 1.8em; line-height: 1.8em; color: #A1A1A1; font-weight: 400; }
h2 { font-size: 1.4em; line-height: 1.4em; }
h3 { font-size: 1.3em; line-height: 1.3em; letter-spacing: -0.2px; }
h4 { font-size: 1.1em; line-height: 1.1em; letter-spacing: -0.2px; }
h5 { font-size: 1em; line-height: 1em; letter-spacing: -0.2px; }

ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
ul.img { list-style-image: url(/images/icons/puce.png); }
ul.list, ul.img { padding: 10px 20px; list-style-type: square; }

a, a:hover { cursor: pointer; text-decoration: none; color: #C95B8C; }
a:hover { text-decoration: underline; }
a.bold { font-weight: bold; }

div#global {
	position: relative;
	width: 872px;
	margin: 0 auto;
	padding: 20px 0;
}

div#header {
	width: 850px;
	margin: auto;
}

div#header {
	margin-bottom: 5px;
}

div#mobile-version, div#note-version { text-align: center; padding: 3px; margin: 6px 11px 0px 11px; background-color: #ffffe0; }
div#mobile-version { display: none; }
div#beta-version { text-align: center; padding: 5px; margin: -10px; margin-bottom: 10px; background-color: #FFFF99; border: 1px solid #FF6600; color: #FF6600; }

div#ombre-haut {
	height: 11px; background-image: url(/images/ombre_haut.gif); background-repeat: no-repeat; background-position: bottom; font-size: 0px;
}

div#ombre-bas  {
	height: 11px; background-image:url(/images/ombre_bas.gif); background-repeat: no-repeat; background-position: top; font-size: 0px;
}

div#barre-top-menu {
	position: absolute;
	height: 19px;
	margin-top: -19px;
	padding-left: 20px;
}

div#barre-top-menu div {
	height: 19px;
	width: 126px;
	line-height: 19px;
	background-image: url(/images/ec/onglet_top_site.gif);
}

div#barre-top-menu-flags {
	position: absolute;
	width: 100%;
	height: 24px;
	margin-top: -22px;
	text-align: right;
}

div#barre-top-menu-flags div {
	padding-right: 11px;
}

div#ombre-interne-haut {
	background-image: url(/images/ombre_interne_haut.gif); background-repeat: repeat-x; background-position: top;
}

div#global-menu, div#menu {
	height: 35px;
	line-height: 35px;
	background-image: url(/images/fond_menu.gif);
	background-repeat: repeat-x;
}

div#menu div {
	display: inline;
	height: 35px;
	line-height: 35px;
	margin: 0px 2px;
}

div#center {
	background-image: url(/images/fond_general.gif);
	background-repeat: repeat-y;
	padding: 0px 11px;
}

div#center-pad {
	padding: 20px;
	overflow: auto;
}

div#content {
	float: left;
	width: 615px;
}

div#sidebar {
	float: right;
	width: 175px;
	margin: 0;
	overflow: hidden;
}

div#footer {
	clear: both;
	background-image: url(/images/fond_general.gif);
	background-repeat: repeat-y;
}

div#foot {
	position: relative;
	background-image: url(/images/fond_copyright.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 11px;
	padding: 20px;
	padding-bottom: 26px;
}

div#links div {
	display: inline;
	margin-left: 10px;
}

div#copyright { padding: 5px 0px; }

div#backlinks {
	padding: 4px;
	text-align: center;
	font-size: 0.9em;
}
#backlinks, #backlinks a { color: #8B7C80; }

div#left {
	float: left;
	text-align: center;
}

div#right {
	text-align: right;
}

div.warn, div.error, div.success, div.infos, div.infos1 { text-align: left; font-size: 1.2em; margin: 10px 5px; padding: 5px; }
div.warn { padding-left: 26px; background: url(/images/icons/error.png) no-repeat 5px center; background-color: #FFFF99; border: 1px solid #FF6600; color: #FF6600; }
div.warn a { color: #FF6600; }
div.error { padding-left: 26px; background: url(/images/icons/exclamation.png) no-repeat 5px center; background-color: #FEE2E2; border: 1px solid #FF0000; color: #FF0000; }
div.error a { color: #FF0000; }
div.success { padding-left: 26px; background: url(/images/icons/accept.png) no-repeat 5px center; background-color: #D6FFD7; border: 1px solid #58B75A; color: #259427; }
div.success a { color: #259427; }
div.infos { padding-left: 26px; background: url(/images/icons/information.png) no-repeat 5px center; background-color: rgb(230, 238, 242); border: 1px solid rgb(60, 163, 214); color: rgb(60, 163, 214); }
div.infos1 { background-color: rgb(230, 238, 242); border: 1px solid rgb(60, 163, 214); color: rgb(60, 163, 214); }
div.infos a, div.infos1 a { color: rgb(60, 163, 214); }

div.legend { text-align: right; margin: 10px; font-size: 10px; }
div.submit-button { text-align: center; padding: 15px; }
div.submit-button input { font-weight: bold; padding: 4px 8px; cursor: pointer; }

table.pages { margin-top: 10px; }

div.bloc1 { padding: 6px; background-color: #EEF8FF; border-top: 1px solid #CEE6FC; border-bottom: 1px solid #CEE6FC; }
div.bloc2 { padding: 6px; background-color: #FFFCF0; border-top: 1px solid #F2E8BD; border-bottom: 1px solid #F2E8BD; }

.ombre { text-shadow: 0 -0.1em 0.1em #000000; }
.vamid { vertical-align: middle; }
.nowrap { white-space: nowrap; }
.auto { margin: auto; }
.hidden { display: none; }
.clear { clear: both; }
.left   { float: left; }
.l { text-align: left; }
.right, .r { text-align: right; }
.center, .c { text-align: center; }
.float { float: right; }
.large { width: 100%; }
.small { font-size: 0.9em; }
.big { font-size: 1.2em; }
.abs, .a { position: absolute; }
.upper, .m { text-transform: uppercase; }
.under, .u { text-decoration: underline; }
.bold, .b { font-weight: bold; }
.strike, .s { text-decoration: line-through; }
.italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.pad { padding: 10px; }
input.pad { padding: 5px 10px; }
.padtb { padding: 10px 0px; }
.pad_top { padding: 5px; }

blockquote, .php { border: 1px solid #2c2c2c; background-color: #fff; color: #000; padding: 5px; margin: 5px 2px; }

a.rouge, a:hover.rouge, .rouge { color: #ed1c24; }
a.orange, a:hover.orange, .orange, .new { color: orange; }
a.blanc, a:hover.blanc, .blanc { color: white; }
a.noir, a:hover.noir, .noir { color: black; }
a.rose, a:hover.rose, .rose { color: #C95B8C; }
a.vert, a:hover.vert, .vert { color: #629500; }
a.bleu, a:hover.bleu, .bleu { color: #0981b3; }
a.jaune, a:hover.jaune, .jaune { color: #B38600; }
a.violet, a:hover.violet, .violet { color: #925bae; }
a.classic, a:hover.classic { color: #3A3737; }

div.bulle { position: absolute; top: 35%; left: 35%; width: 230px; z-index: 99; }
div.bulle div { position: relative; }
div.bulle div.part1 { height: 8px; font-size: 0px; }
div.bulle div.part1 div.right { background-image: url(/images/bulle_haut_droit.png); background-position: top right; background-repeat: no-repeat; height: 8px; margin-left: 8px; }
div.bulle div.part2 { background-image: url(/images/bulle_milieu_gauche.png); background-position: center left; background-repeat: repeat-y; padding-left: 8px; }
div.bulle div.part2 div.milieu { background-image: url(/images/bulle_milieu.png); background-position: center right; background-repeat: repeat-y; padding: 4px; padding-right: 12px; }
div.bulle div.part3 { height: 12px; font-size: 0px; }
div.bulle div.part3 div.right { background-image: url(/images/bulle_bas_droit.png); background-position: top right; background-repeat: no-repeat; height: 12px; margin-left: 8px; }

div#loading { padding: 10px; text-align: center; font-size: 1em; }

div#please_wait, div#spec_msg { position: fixed; height: 100%; width: 100%; left: 0px; top: 0px; z-index: 1000000 !important; background-color: #000; opacity: 0.5; filter: alpha(opacity = 50); }
div#please_wait_text { display: block; position: fixed; width: 700px; padding: 5px 0px; top: 50%; left: 50%; margin-left: -350px; margin-top: -15px; z-index: 1000001 !important; background-color: #fff; text-align: center; border: 1px solid black; font-size: 1.2em; }

div#spec_msg_text { display: block; position: fixed; width: 700px; padding: 20px; top: 50%; left: 50%; margin-left: -350px; margin-top: -85px; z-index: 1000001 !important; background-color: #fff; border: 1px solid black; font-size: 1.3em; }