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

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

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

html {
	height:100%;
}

body {
	color:#666;
	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;
}

div#website {
	position: relative;
	text-align: left;
	width:auto;
	margin:0 auto 0 auto;
}

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

p { 
	line-height:1.3em;
}

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

a.more {
	text-transform:uppercase
}

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:#999;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
	padding-top:5px;
	margin-top:15px;
	border-top:2px solid #999;
}

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

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

input {
	border:1px solid #CCC;
	padding:2px;
}

/* ------------------------------- */
/* -- TOPMENU					-- */
/* ------------------------------- */

div#topmenu {
	background-image:url(../images/top.gif);
	background-repeat:repeat-x;
	clear:both;
	height:35px;
	padding:0px 5px 0px 5px;
	text-transform:uppercase;
	text-align:center; 
	display:none;
}

div#topmenu #topmenu_content{
	width:845px;
	margin:0 auto 0 auto;
}

div#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div#topmenu ul li {
	display:inline;
	color:#FFF;
}

div#topmenu ul li a {
	display:inline-block;
	color:#C00;
	padding:10px 15px 8px 15px;
	font-weight:bold;
	font-size:15px;
}

div#topmenu ul li a:hover, div#topmenu ul li a.active {
	color:#000;
	background-image:url(../images/arrow_topmenu.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

div#topmenu #lex {
	float:right
}

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

div#header {
	background:#FFF;
	clear:both;
	height:50px;
	padding:15px 0 5px 0;
}

div#header #logoprint {
	display:block;
}

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

div#header h1 {
	padding:15px 0px 0px 30px;
	font-size:12px;
	float:left;
}

div#header #language {
	float:right;
	padding:15px 0px 0px 0px;
	font-size:12px;
	color:#666;
	display:none
}

div#header #language a:hover, div#header #language a.active {
	color:#666;
}

div#flash {
	display:none;
}

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

div#main {
	clear:both;
	text-align:justify;
}
	
	/* -------------------- right */
	
	div#main div#right {
		clear:both;
		padding:10px 0px 40px 30px;
		width:auto;
		vertical-align:top;
		text-align:left
	}
	
	.home div#right {
		width:340px !important;
	}
	
	/* -------------------- left */
	
	div#main div#left {
		padding:10px 20px 40px 0px;
		width:auto;
		line-height:16px;
	}
	
	.home div#left {
		width:450px !important;
	}

div#main h1 {
	float:left;
	padding-top:10px;
}

div#main .box {
	margin-left:105px;
}

div#main .boxgray {
	background-image:url(../images/box_grad_top.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:7px;
	margin-top:150px;
}

div#main .big {
	margin-left:10px;
}

div#main .side {
	margin-left:0px;
	margin-top:50px;
}

div#main .box .box-top {
	border-left:2px solid #666;
	height:8px;
	padding-left:10px;
	background-image:url(../images/bracket_gray.gif);
	background-repeat:no-repeat;
	margin:0px;
}

div#main .box .box-middle {
	border-left:2px solid #666;
	vertical-align:text-top;
	height:auto !important;
	height:60px;
	min-height:60px;
	padding-left:10px;
}

div#main .box .box-simpletext {
	padding-left:10px;
	padding-top:10px;
}

div#main .box .box-simpletext ul {
	list-style:none;
}

div#main .box .box-bottom {
	border-left:2px solid #666;
	height:8px;
	line-height:1px;
	font-size:1px;
	padding-left:10px;
	background-image:url(../images/bracket_gray.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-left:0px !important;
	margin-left:3px;
}

div#main .red .box-top {
	border-left:2px solid #C00;
	background-image:url(../images/bracket_red.gif);
	background-repeat:no-repeat;
}

div#main .red .box-middle {
	border-left:2px solid #C00;
}

div#main .red .box-bottom {
	border-left:2px solid #C00;
	background-image:url(../images/bracket_red.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

div#main .blue .box-top {
	border-left:2px solid #005696;
	background-image:url(../images/bracket_blue.gif);
	background-repeat:no-repeat;
}

div#main .blue .box-middle {
	border-left:2px solid #005696;
}

div#main .blue .box-bottom {
	border-left:2px solid #005696;
	background-image:url(../images/bracket_blue.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

div#main .side .box-middle {
	font-style:italic;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#main .box-middle ul {
	margin-left:15px;
}

div#main .box-middle ul.references {
	margin-left:0px;
}

div#main .box-middle ul.references li {
	margin-left:0px;
	width:116px;  
	margin-right:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	display:inline;
}

div#main .box-middle ul.references li img {
	padding-bottom:5px;
}

div#main blockquote {
	margin:0px;
	margin-left:30px;
	padding-left:10px;
	padding-top:10px;
	background-image:url(../images/blockq_top.gif);
	background-repeat:no-repeat;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left
}

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

div#footer {
	clear:both;
	font-size:11px;
	padding:20px 15px 15px 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 bottom;
	display:none
}

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

div#footer #footer_content{
	width:845px;
	margin:0 auto 0 auto;
}

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

div#footer div#footer_right ul {
	list-style:none;
}

div#footer div#footer_right ul li {
	list-style:none;
	display:inline;
	text-transform:uppercase
}

div#footer div#footer_right ul li a {
	color:#000;
	text-transform:uppercase
}

div#footer div#footer_right ul li a:hover {
	color:#C00;
}
