@charset "UTF-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	min-width: 1000px;
}

body {
	background: #d0d0d0 url('../images/bg_main.gif') repeat-y center;
	margin: 0;
	padding: 0;
}

img {
	border: 0px solid white;
}

a {
	color: #e0001c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #e0001c;
}

.mask {
	display: none;
}

.clear {
	clear: both;
}

#container {
	position: relative;
	background: #d0d0d0 url('../images/bg_main.gif') repeat-y center;
	width: 1000px;
	margin: 0 auto;
}

#bg_logo {
	position: absolute;
	width: 748px;
	height: 879px;
	background: #d0d0d0 url('../images/bg_logo.gif') no-repeat;
	margin: 20px 0 0 -173px;
	z-index: 0;
}


/* HEADER */
#header {
	position: relative;
	right: 40px;
	top: 20px;
	width: 1000px;
	height: 224px;
	z-index: 5;
}

#logo {
	position: absolute;
	right: 0;
	top: 0;
}

#menu {
	list-style: none;
	background: url('../images/bg_menu.gif') no-repeat;
	width: 501px;
	height: 40px;
	padding: 33px 0 20px 16px;
	
	position: absolute;
	left: 316px;
	bottom: 0px;
}

#menu li {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	width: 80px;
}

#menu li a {
	padding: 17px 30px;
	margin: 0;
	color: #e0001c;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li a.select, #menu li a.select:hover {
	background: url('../images/menu_bg_select.png') no-repeat center;
	color: white;
	text-decoration: none;
	font-weight: normal;
}


ul#lang {
	position: absolute;
	bottom: 46px;
	right: 740px;
	list-style: none;
}

ul#lang li {
	display: inline;
	border-right: 1px solid white;
}

ul#lang li:last-child {
	border-right: 0px solid white;
}

ul#lang li a, ul#lang li .select {
	padding: 3px 6px 3px 5px;
	color: white;
}

ul#lang li .select {
	font-weight: bold;
	text-decoration: none;
}

/* CONTENT */

#content {
	position: relative;
	float: right;
	right: 36px;
	top: 60px;
	width: 670px;
	z-index: 10;
}

div.cont_r, div.cont_l {
	position: relative;
	width: 660px;
	background: url('../images/bg_cont_r_vert.png') repeat right;
	padding-right: 36px;
	margin-bottom: 50px;
}

div.cont_text {
	padding: 20px;
}

div.cont_l {
	background: url('../images/bg_cont_l_vert.png') repeat-y left;
	padding-left: 36px;
	margin-left: -36px;
}

div.cont_r .cont, div.cont_l .cont {
	position: relative;
	width: 660px;
	padding: 0;
	overflow: auto;
}

div.cont_r .cont img, div.cont_l .cont img {
	float: left;
	width: 180px;
	position: relative;
	z-index: 1;
}

div.cont_l .cont img {
	float: right;
}

div.cont_r .cont .txt, div.cont_l .cont .txt {
	float: right;
	position: relative;
	width: 410px;
	padding: 0 30px 20px 20px;
}

div.cont_l .cont .txt {
	float: left;
	padding: 0 20px 20px 30px;
}

div.cont_r h2, div.cont_l h2 {
	margin: 16px 0 10px 0;
}

div.cont_r .boxTp, div.cont_l .boxTp {
	clear: both;
	position: absolute;
	top: -42px;
	right: 0;
	background: url('../images/bg_cont_r_top.png') no-repeat top right;
	padding: 0 42px 42px 0;
	width: 660px;
}

div.cont_l .boxTp {
	left: 0;
	background: url('../images/bg_cont_l_top.png') no-repeat top left;
}

div.cont_r .boxBtm, div.cont_l .boxBtm {
	clear: both;
	position: absolute;
	bottom: -42px;
	right: 0;
	background: url('../images/bg_cont_r_bottom.png') no-repeat bottom right;
	padding: 0 42px 42px 0;
	width: 660px;
}

div.cont_l .boxBtm {
	left: 0;
	background: url('../images/bg_cont_l_bottom.png') no-repeat bottom left;
}

div.halfBlock {
	position: relative;
	float: left;
	width: 50%;
}

/* SIDEBAR */

#sidebar {
	position: relative;
	float: left;
	top: 60px;
	width: 241px;
	padding: 0;
}

#sidebar img.box {
	position: relative;
	padding: 0 20px;
	margin-bottom: 35px;
}

#sidebar div.box {
	position: relative;
	padding: 10px 30px;
	background: url('../images/box_sidebar_vert.png') repeat-y center;
	margin-bottom: 35px;
}

#sidebar div.box div.boxTp {
	position: absolute;
	width: 100%;
	top: -15px;
	padding-top: 15px;
	height: 15px;
	margin: 0 0 0 -30px;
	background: url('../images/box_sidebar_top.png') no-repeat top center;
}

#sidebar div.box div.boxBtm {
	position: absolute;
	width: 100%;
	bottom: -15px;
	padding-top: 15px;
	height: 15px;
	margin: 0 0 0 -30px;
	background: url('../images/box_sidebar_bottom.png') no-repeat bottom center;
}

#sidebar div.box h3 {
	margin: 0;
	font-size: 1.1em;
}

#sidebar div.box ul, #sidebar div.box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar a {
	color: black;
}

#sidebar div.box ul, #sidebar div.box form {
	margin: 5px 0;
}

#sidebar div.box img{
	margin:0 0 8px 0;
}

#sidebar div.box div.moreLink{
	
	margin:5px 0 0 0;
	text-align:right;
	
}


#sidebar div.box .boxImg{
	display:block;
	position:relative;
	left:-8px;
	margin:0;
	padding:0;
		
}

#sidebar div.box .boxImg img{
	margin:0;
	padding:0;
	
}

/* formulaire */

input {
	background: white;
	border: 1px solid #d0d0d0;
	padding: 2px 4px;
	height: 14px;
}

#sidebar input {
	background: white;
	border-right: 0px solid #d0d0d0;
	width: 152px;
}

a.button {
	background: white;
	padding: 2px 4px;
	margin: 10px 0;
	text-decoration: none;
	border: 1px solid #e0001c;
	height: 14px;
}

#nlSubmit {
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	background: white url('../images/form_submit.gif') no-repeat 50% 50%;
	border: 1px solid #e0001c;
	text-decoration: none;
	padding: 2px;
}

#nlSubmit:hover {
	background: white url('../images/form_submit_on.gif') no-repeat 50% 50%;
}

/* FOOTER */
#footer {
	float: right;
	position:relative;
	margin: 50px 0 0 0;
	width: 1000px;
	font-size: 0.9em;
	color: #d0d0d0;
	z-index: 3;
}

#logo_artcontacts{
	position:absolute;
	top:665px;
}

#signature, #sponsors {
	float: right;
	width: 700px;
	border-top: 1px solid #d0d0d0;
	padding: 10px 30px;
	text-align: center;
}

#signature a {
	color: #999;
	text-decoration: none;
}

#signature a:hover {
	text-decoration: underline;
}

#sponsors li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}
