/* ------------------------------- */
/* -- 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 {
	position: relative;
	text-align: left;
	width:auto;
	padding-left:13px;
	padding-right:13px;
	margin:0 auto 0 auto;
}

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

a { 
	color:#006DC0;
	background:#E3FFFA;
	text-decoration:none;
	outline:none;
}

a:hover, .active {
	color:#333;
	background:#FFF;
}

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

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

h3 {
	color:#000;
	text-transform:none;
	font-size:14px;
	margin-bottom:5px;
}

h4 {
	padding:3px;
	font-size:12px;
	background:#0082C8;
	color:#FFF;
}

p {
	margin-bottom:10px;
}

hr {
	border:0px;  
    border-top:1px solid #006DC0;  
    background:#FFF;  
    color:#FFF; 
	margin:5px 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						-- */
/* ------------------------------- */

/* -- input		------- */

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

.auto {
	border:0px;
	width:auto;
}

/* -- select	------- */

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

/* -- textarea	------- */

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

textarea.warning {
	background-color:#FEE;
	border:1px solid #F66;
}

/* -- button	------- */

.disable * {
	color:#CCC;
}

.button div {
	display:inline;
	width:auto;
	display:none
}

	.button-left {
		background-image:url(../images/structure/button-red-left.gif);
		color:#FFFFFF;
		background-position:left top;
		background-repeat:no-repeat;
		padding-top:13px;
		padding-bottom:13px;
		padding-left:6px;
		height:12px;
		width:3px;
	}
	
	.button-right {
		background-image:url(../images/structure/button-red-right.gif);
		color:#FFFFFF;
		background-position:right top;
		background-repeat:no-repeat;
		padding-right:6px;
		padding-top:13px;
		padding-bottom:13px;
		height:12px;
		width:3px;
	}
	
	.button-middle {
		background-image:url(../images/structure/button-red-middle.gif);
		color:#FFF;
		background-position:left top;
		background-repeat:repeat-x;
		padding:6px;
		padding-top:13px;
		padding-bottom:13px;
		height:12px;
		text-transform:uppercase;
	}
	
.grey .button-left { background-image:url(../images/structure/button-grey-left.gif); }
.grey .button-right { background-image:url(../images/structure/button-grey-right.gif); }
.grey .button-middle { background-image:url(../images/structure/button-grey-middle.gif); }
	
.disable .button-left { background-image:url(../images/structure/button-grey-left.gif); }
.disable .button-right { background-image:url(../images/structure/button-grey-right.gif); }
.disable .button-middle { background-image:url(../images/structure/button-grey-middle.gif); }

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

div#header {
	clear:both;
	padding-top:10px;
	height:206px;
	background:#FFF;
	background-repeat:no-repeat;
	background-position:left bottom;
	background:none !important
}

div#header #logo {
	padding-left:10px;
	padding-top:10px;
	display:none
}

div#header #logoprint {
	display:block;
}

div#header #logo a {
	display:block;
	width:200px;
	height:180px;
	background:none;
}

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

div#menu {
	clear:both;
	height:30px;
	padding:5px;
	background:#0082C8;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image:url(../images/structure/nav-backround.gif);
	display:none
}

div#menu ul {
	list-style:none;
	display:inline;
}

div#menu ul li {
	list-style:none;
	display:inline;
}

div#menu ul li a {
	display:block;
	float:left;
	font-size:18px;
	color:#FFF;
	padding:4px 14px;
	background:#0082C8;
	margin-left:20px;
}

div#menu ul li a:hover, div#menu ul li a.active {
	color:#0082C8;
	background:#FFF;
}

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

div#main {
	clear:both;
	height:auto !important;
	height:400px;
	min-height:400px;
	background:#FFF;
	padding-top:20px;
}

/* -- divers	------- */

div#main ul {
	margin-left:20px;
	margin-top:5px;
}

div#main ul li {
	list-style-image:url(../images/structure/blue_arrow.gif);
	margin-bottom:3px;
}

div#main .list li {
	list-style-image:url(../images/structure/gray_square.gif);
	margin-bottom:3px;
}

div#main .extraspace li {
	margin-bottom:10px;
}

.tble td {
	padding:2px;	
}

.line-grey {
	display:block;
	color:#000;
	background:none;
	background-image:url(../images/structure/liner-gray-1line.gif);
	background-repeat:no-repeat;
	height:15px;
	padding:8px 10px;
}

.line-blue {
	display:block;
	color:#FFF;
	background:none;
	background-image:url(../images/structure/liner-blue-1line.gif);
	background-repeat:no-repeat;
	height:15px;
	padding:8px 10px;
}

.lines-grey {
	display:block;
	color:#000;
	background:none;
	background-image:url(../images/structure/liner-gray-4line.gif);
	background-repeat:no-repeat;
	height:73px;
	padding:10px;
}

.lines-grey td {
	padding:4px;
}

.line-grey:hover {
	display:block;
	color:#000;
	background:none;
	background-image:url(../images/structure/liner-gray-1line.gif);
	background-repeat:no-repeat;
	height:15px;
	padding:8px 10px;
}

/* -- left	------- */

div#left {
	display:block;
	float:none;
	width:auto;
	margin-right:10px;
	clear:both
}

/* -- right	------- */

div#right {
	display:block;
	float:none;
	width:auto;
	margin-left:10px;
	background:none;
	height:auto !important;
	height:330px;
	min-height:330px;
	clear:both
}

#box-select select {	
	border:1px solid #000;
	padding:2px;
	font-size:15px;
}

.showmap {
	height:auto !important;
	height:170px;
	min-height:170px;
}

/* -- content	------- */

div#content {
	display:block;
	float:none;
	width:auto;
	margin-right:10px;
	clear:both
}

/* -- sidebar	------- */

div#sidebar {
	display:block;
	float:none;
	width:auto;
	margin-left:10px;
	clear:both
}

/* -- box white	------- */

.box-white-top {	
	background:none;
	height:20px;
	line-height:10px;
}

.box-white-mid {	
	background:none;
	padding:10px;
}

.box-white-btm {	
	background:none;
	height:20px;
	line-height:10px;
}

/* -- box blue	------- */

.box-blue-top {	
	background:none;
	height:5px;
	line-height:1px;
	font-size:2px;
}

.box-blue-mid {	
	background:none;
	padding:10px;
}

.box-blue-btm {	
	background:none;
	height:5px;
	line-height:1px;
}

.box-blue-title {
	background:#0082C8;
	color:#FFF;
	font-size:22px;
	padding:5px;
}

.cible {
	background:none;
	background-position: 420px;
	background-repeat:no-repeat
}

/* -- box grey	------- */

.box-grey-top {	
	background:none;
	height:30px;
	padding:10px;
	font-weight:bold;
	font-size:15px;
}

.box-grey-mid {	
	background:none;
	padding:10px;
}

.box-grey-btm {	
	background:none;
	height:5px;
	line-height:1px;
}

/* -- box blueright	------- */

.box-blueright-top {	
	background:none;
	height:30px;
	padding:10px;
	font-weight:bold;
	font-size:15px;
}

.box-blueright-mid {	
	background:none;
	padding:10px;
}

.box-blueright-btm {	
	background:none;
	height:5px;
	line-height:1px;
}

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

div#footer {
	clear:both;
	padding:8px;
	font-size:11px;
	background-image:url(../images/structure/footer.gif);
	background-repeat:no-repeat;
	color:#FFF;
	margin-bottom:10px;
	display:none
}

.footer_right {
	float:right;
}

div#footer a {
	color:#FFF;
	background:#000;
}