/* ------------------------------- */
/* -- CSS By Prezenz			-- */
/* -- http://www.prezenz.com	-- */
/* -- Copyright 2009			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	background-color:#FFF;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page {
	/* Tous les browsers */
	height: auto !important; 
	/* Pour IE */
	height: 100%; 
	/* Tous les browsers */
	min-height: 100%; 
	position: relative;
	text-align: left;
	width:928px;
	margin:0 auto 0 auto;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a { 
	color:#830004;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#666;
}

h1 {
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
}

h2 {
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
	padding-top:2px;
}

h3 {
	color:#000;
	font-size:13px;
	margin:0px;
}

h4 {
	color:#444;
	font-size:12px;
	margin:0px;
}

blockquote {
	padding-left:40px;
	font-style:italic;
	color:#666;
}

.alignleft {
	float:left;
	padding-top:2px;
	margin-right:5px;
	margin-bottom:1px;
}

.alignright {
	float:right;
	padding-top:2px;
	margin-left:5px;
	margin-bottom:1px;
}

.aligncenter {
	text-align:center
}

/* ------------------------------- */
/* -- FORM						-- */
/* ------------------------------- */

th {
	font-weight:bold;
	width:100px;
}

input {
	border:1px solid #CCC;
	padding:2px;
	width:140px;
	margin-bottom:4px;
}

textarea {
	border:1px solid #CCC;
	padding:2px;
	width:140px;
	margin-bottom:4px;
}

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	color:#FFF;
	clear:both;
	height:85px;
	padding:0px 15px;
}

div#header h1 {
	color:#FFF;
	font-size:16px;
	padding:15px 0px 0px 20px;
	margin:0px;
	font-family:Helvetica, sans-serif;
	letter-spacing:2px;
}

div#header h2 {
	color:#FFF;
	font-size:10px;
	padding:0px 0px 0px 70px;
	margin:0px;
	font-family:Helvetica, sans-serif;
}

div#header #logo {
	padding-left:0px;
}

/* ------------------------------- */
/* -- MENU						-- */
/* ------------------------------- */

div#menu {
	background:#950000;
	background-image:url(../images/menu_red_middle.gif);
	background-position:right top;
	background-repeat:repeat-x;
	color:#FFF;
	clear:both;
	position:relative;
	height:34px;
}

div#menu ul {
	display:inline;
}

div#menu ul li {
	display:inline;
}

div#menu ul li a {
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	color:#FFF;
	display:block;
	float:left;
	padding:10px 8px;
	font-weight:normal;
}

div#menu ul li a:hover, div#menu ul li a.active {
	background-image:url(../images/menu_gray_middle.gif);
}

div#menu ul .left a {
	background-image:url(../images/menu_red_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

div#menu ul .left a:hover, div#menu ul .left a.active {
	background-image:url(../images/menu_gray_left.gif);
}

div#menu #languages {
	float:right;
	background-image:url(../images/menu_red_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

div#menu #languages ul li a {
	font-size:11px;
	text-transform:capitalize;
	color:#FFF;
	display:block;
	float:left;
	padding:10px 5px;
	font-weight:normal;
	background:none;
}

div#menu #languages ul li a:hover, div#menu #languages ul li a.active {
	text-decoration:underline
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	clear:both;
	padding-top:20px;
}

div#main ul {
	padding-left:20px;
}

* html div#main .box ul {
	padding-left:15px;
}

*:first-child+html div#main .box ul {
	padding-left:15px;
}

div#main .box ul li {
	list-style-image:url(../images/arrow-new.gif);
}

div#main .box .bullet li {
	list-style:square;
}

* html div#main .box ul li {
	list-style-image:url(../images/arrow.gif);
	padding-left:5px;
}

*:first-child+html div#main .box ul li {
	list-style-image:url(../images/arrow.gif);
	padding-left:5px;
}

#links {
	list-style: none;
	margin:0px !important; 
	padding: 0px !important;
}

#links ul {Êmargin-bottom: 10px !important; padding-bottom: 10px !important; }

.choice {
	list-style: none;
}

.choice .choicelink {
	display:block;
	padding:2px;
	background: #EEE;
	border:1px solid #CCC;
	list-style: none;
	margin-bottom:5px;
}
	
	/* -------------------- left */
	
	div#main div#left {
		display:table-cell;
		float:left;
		padding:10px;
		width:290px;
		vertical-align:top;
	}
	
	/* -------------------- right */
	
	div#main div#right {
		display:table-cell;
		float:left;
		padding:10px 0px 50px 10px;
		width:608px;
		line-height:16px;
	}
	
	div#main div#right .text {
		text-align:justify
	}
	
	/* -------------------- box */

	div#main .box {
		float:right;
		width:195px;
		margin-left:55px;
		background:#E0E1E2;
	}

	div#main .box .box-top {
		height:7px;
		padding-left:10px;
		margin:0px;
		background-image:url(../images/box_top.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	div#main .box .box-middle {
		vertical-align:text-top;
		height:auto !important;
		height:40px;
		min-height:40px;
		padding:10px;
	}
	
	div#main .box .box-bottom {
		height:7px;
		line-height:1px;
		font-size:1px;
		padding-left:10px;
		background-image:url(../images/box_bottom.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

div#footer {
	clear:both;
	font-size:11px;
	padding:10px 15px 25px 15px;
	height:5px;
	margin:-40px auto 0 auto;
	position:relative;
	bottom:0px;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:898px;
}

* html div#footer {
	margin-top:-49px;
}

div#footer div#footer_right {
	position: absolute;
	right:15px;	
}