/* ------------------------------- */
/* -- 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;
}

/* ------------------------------- */
/* -- 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:auto;
	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;
}

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

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

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

div#header {
	background:none;
	color:#000;
	clear:both;
	height:70px;
	padding:15px;
}

div#header h1 {
	color:#000;
	font-size:16px;
	padding:20px 0px 0px 0px;
	margin:0px;
	font-family:Helvetica, sans-serif;
}

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

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

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

div#menu {
	background:#950000;
	background-image:url();
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFF;
	clear:both;
	position:relative;
	height:32px;
	display:none;
}

div#menu ul {
	display:inline;
}

div#menu ul li {
	display:inline;
}

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

div#menu ul li a:hover {
	color:#000;
	background-color:#E0E1E2;
}

div#menu ul li a.home {
	background-image:url();
	background-position:left top;
	background-repeat:no-repeat;
}

div#menu #languages {
	float:right
}

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

div#menu #languages ul li a:hover {
	color:#000;
}

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

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

div#main ul {
	padding-left:15px;
}
	
	/* -------------------- left */
	
	div#main div#left {
		display:table-cell;
		float:left;
		padding:10px;
		width:290px;
		vertical-align:top;
		display:none;
	}
	
	/* -------------------- right */
	
	div#main div#right {
		display:table-cell;
		float:left;
		padding:10px 0px 10px 10px;
		width:auto;
		line-height:16px;
	}
	
	/* -------------------- box */

	div#main .box {
		width:auto;
		margin-left:0px;
		background:none;
		clear:both;
		border-bottom:1px solid #CCC;
		margin-bottom:10px;
		padding-bottom:10px;
	}

	div#main .box .box-top {
		height:8px;
		padding-left:0px;
		margin:0px;
		background:none;
	}
	
	div#main .box .box-middle {
		vertical-align:text-top;
		height:auto !important;
		height:60px;
		min-height:60px;
		padding-left:0px;
	}
	
	div#main .box .box-bottom {
		height:8px;
		line-height:1px;
		font-size:1px;
		padding-left:0px;
		margin-left:0px !important;
		margin-left:3px;
		background:none;
	}

/* ------------------------------- */
/* -- 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:#E0E1E2;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	width:897px;
	display:none
}

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

div#footer div#footer_right {
	float:right;	
}