body {
	margin:0;
	padding:0;
	background-image:url(../../img/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#d9d9d9;
	font-family:Arial;
	font-size:12px;
	color:#000;
	}

a { color:#cc0000; }
a:hover { color:#666; text-decoration:none; }

ul { list-style:square; }

#page_header {
	background:url(../../img/header.gif) no-repeat;
	width:942px;
	height:116px;
	margin:0 auto 0 auto;
	}

#page_header .logo {
	margin:20px 0 0 5px;
	float:left;
	}

#page_header .menu {
	float:right;
	margin-right:10px;
	}

#page_footer {
	background:url(../../img/footer.gif) no-repeat;
	width:942px;
	height:35px;
	margin:0 auto 0 auto;
	}

#page_footer .txt {
	color:#fff;
	font-weight:bold;
	font-family:Tahoma;
	float:right;
	margin:8px 20px 0 0;
	}

#page_footer .txt a { color:#fff; text-decoration:none; }
#page_footer .txt a:hover { color:#fff; text-decoration:underline; }

#page_copyright {
	margin:0 auto 0 auto;
	width:942px;
	text-align:center;
	font-size:10px;
	line-height:30px;
	color:#666;
	}

#page_content {
	background:url(../../img/background_content.gif);
	margin:0 auto 0 auto;
	width:942px;
	}

#page_content .content {
	background:url(../../img/background_header_content.gif) top no-repeat;
	padding:0 6px 10px 6px;
	}

#page_content .row {
	width:900px;
	margin:0 auto 0 auto;
	height:1%;
	overflow:hidden;
	}

/** Onglets **/
.onglet {
	height:1%;
	overflow:hidden;
	padding-left:20px;
	}

.onglet .left, .onglet .right {
	height:23px;
	width:10px;
	background:url(../../img/onglet-gauche.gif) no-repeat;
	overflow:hidden;
	float:left;
	}

.onglet .right {
	background-image:url(../../img/onglet-droite.gif);
	}

.onglet .txt {
	background-image:url(../../img/onglet-fond.gif);
	float:left;
	height:23px;
	line-height:18px;
	overflow:hidden;
	font-size:10px;
	}

.onglet .txt a {
	text-decoration:none;
	padding-left:20px;
	background:no-repeat left center;
	color:#444;
	}

/** Home **/
.home_don, .cadre {
	border:#ccc solid 1px;
	padding:10px;
	margin:10px 10px 0 20px;
	background:url(../../img/background_degrade.gif) top repeat-x;
	}

.cadre {
	padding:0px;
	}

.cadre_home {
	padding:10px 130px 10px 10px;
	background:url(../../img/caddy-home.jpg) no-repeat right center;
	}

.home_fleche {
	margin:10px 0 5px 0;
	padding-left:10px;
	font-size:11px;
	color:#666;
	background:url(../../img/next.gif) center left no-repeat;
	}

.home_select, .home_input {
	font-size:14px;
	width:220px;
	border:1px solid #ccc;
	}

.home_input { width:180px; }
.home_euro { color:#666; font-size:14px; }

.home_cadre_video {
	margin-top:20px;
	background:url(../../img/home_cadre_video.gif) no-repeat;
	width:338px;
	height:298px;
	overflow:hidden;
	}

.home_caddy {
	margin-top:20px;
	}

/** News **/
.news {
	margin:10px 10px 0 20px;
	line-height:18px;
	font-size:12px;
	}

.news h2, .home_don h2, .cadre h2 {
	color:#cc0000;
	margin:0px;
	font-size:14px;
	}

.news h3 {
	color:#666;
	margin:0px;
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal;
	}

/** Content **/
.soon {
	margin:50px 0 50px 0;
	color:#666;
	text-align:center;
	}

.titre {
	background:url(../../img/background_title.gif) no-repeat center;
	width:897px;
	height:57px;
	margin:15px auto 0 auto;
	overflow:hidden;
	}

.titre img {
	position:relative;
	left:-10px;
	}

.sous_titre {
	background:url(../../img/background_under_title.gif) no-repeat center;
	width:797px;
	height:17px;
	margin:0 auto 0 auto;
	padding:2px 40px 0 60px;
	color:#fff;
	font-size:11px;
	overflow:hidden;
	position:relative;
	top:-5px;
	}

.sous_titre a { color:#fff; text-decoration:none; }

.texte {
	margin:0 auto 0 auto;
	width:780px;
	line-height:18px;
	text-align:justify;
	overflow:hidden;
	clear:both;
	height:1%;
	}

.texte h2 {
	color:#cc0000;
	margin:0px;
	font-size:14px;
	}

.texte .img {
	float:left;
	margin:10px 10px 0 0;
	}

.dots {
	background:url(../../img/point.gif);
	height:1px;
	overflow:hidden;
	margin:10px 0 10px 0;
	}

/* Form */
form {
	margin:0px;
	padding:0px;
	}

.form_row {
	height:1%;
	overflow:hidden;
	margin-bottom:5px;
	}

.form_item {
	float:left;
	width:135px;
	line-height:18px;
	color:#666;
	text-align:right;
	padding-right:15px;
	background:url(../../img/next.gif) center right no-repeat;
	margin-right:10px;
	}

.form_data {
	float:left;
	width:250px;
	}

.form_data input, select, textarea {
	border:1px solid #ccc;
	color:#000;
	font-family:Tahoma;
	font-size:14px;
	width:100%;
	}

.submit {
	border:0px;
	background:url(../../img/background_button.gif) center no-repeat;
	width:122px;
	height:24px;
	color:#fff;
	font-family:Tahoma;
	font-size:11px;
	}

.message {
	color:#cc0000;
	border:1px solid #cc0000;
	padding:5px;
	margin-bottom:10px;
	font-family:Tahoma;
	text-align:center;
	}

.info {
	padding-left:15px;
	background:url(../../img/next.gif) center left no-repeat;
	margin-bottom:10px;
	}

/* Lettres d'accréditation */
.accdt_row {
	height:1%;
	width:906px;
	overflow:hidden;
	margin:0 auto 15px auto;
	}

.accdt_type {
	color:#cc0000;
	font-size:20px;
	font-weight:bold;
	margin:20px 0 5px 15px;
	}

.accdt_1, .accdt_2, .accdt_3 {
	border:#ccc solid 1px;
	padding:10px;
	width:270px;
	height:120px;
	margin-right:15px;
	float:left;
	margin-bottom:10px;
	background:url(../../img/background_degrade.gif) top repeat-x;
	}

.accdt_3 { margin-right:0; }

.accdt_1 img, .accdt_2 img, .accdt_3 img {
	float:left;
	margin-right:10px;
	}

.accdt_nom {
	color:#cc0000;
	font-size:14px;
	}

.accdt_titre {
	color:#666;
	font-size:11px;
	margin-bottom:5px;
	}

.accdt_texte {
	font-size:11px;
	line-height:14px;
	}

.accdt_lettre {
	font-size:11px;
	margin-top:5px;
	}