/* GENERAL TEMPLATE */

*{
	margin:0;
	padding:0;
}

body{
	font-family:"Century Gothic";
	background-color:#fff;
	color:#fff;
	font-size:12px;
}

img{
	border:none;
}

span.blue{
	color:#3e5793;
}

span.name{
	font-weight:bold;
	font-size:16px;
}

span.nom{
	font-weight:bold;
	font-size:14px;
}

a{
	color:#2f4981;
	text-decoration:none;
}

/* INTRO */

#container_intro{
	width:962px;
	margin:50px auto;
}

#logo{
	height:155px;
	background-color:#fff;
	text-align:center;
}

#intro{
	margin-top:20px;
	height:400px;
	background-color:#386ba0;
}

#swf{
	width:800px;
	height:400px;
	margin:0 auto;
}

/* SITE */

#container{
	width:962px;
	margin:20px auto;
}

#header{
	height:146px;
	background:url(../images/header.jpg) no-repeat;
}

#lang{
	height:15px;
	position:absolute;
	margin:70px 0 0 650px;
}

#lang ul{
	list-style-type:none;
}

#lang ul li{
	display:inline;
}

#menu{
	height:52px;
}

#main_content{
	height:303px;
	background:url(../images/main.jpg) no-repeat;
	margin-top:10px;
	padding-top:12px;
}

#content{
	float:left;
	width:530px;
	height:291px;
	margin-left:12px;
}

#content img{
	float:right;
	margin:235px 35px 0 0;
	cursor:pointer;
}

#contenu{
	float:left;
	width:530px;
	height:291px;
	margin-left:12px;
	display:none;
}

#support{
	float:left;
	width:530px;
	height:291px;
	margin-left:12px;
	overflow:hidden;
	position:relative;
}

#page{
	width:530px;
	position:absolute;
}

#page2{
	float:left;
	width:530px;
	height:291px;
	margin-left:12px;
}

#page2 a{
	color:#fff;
}

#page2 a:hover{
	color:#92be05;
}

#fleche{
	margin:120px 0 0 8px;
	width:20px;
	height:15px;
	position:absolute;
}

#contenu p, #page p, #page2 p{
	color:#fff;
	font-size:12px;
	text-align:justify;
	margin:10px 20px;
}

#contenu p.retour{
	text-align:right;
	margin-top:-10px;
	cursor:pointer;
}

#contenu p.back{
	margin:-10px 0 0 40px;
	cursor:pointer;
}

#contact{
	width:385px;
	height:291px;
	background:url(../images/contact.png) no-repeat;
	margin-left:565px;
}

#coordonnees{
	width:335px;
	height:160px;
	position:absolute;
	margin:65px 0 0 25px;
	color:#313131;
}

#ouverture{
	width:335px;
	height:60px;
	position:absolute;
	margin:238px 0 0 25px;
	color:#313131;
}

#coordonnees p, #ouverture p{
	font-size:15px;
}

#bottom{
	margin-top:-12px;
	height:120px;
}

#wrap{
	width:360px;
	height:50px;
	position:absolute;
	margin:53px 0 0 578px;
}

#footer{
	margin-top:10px;
	height:20px;
	line-height:20px;
	text-align:right;
}

#footer img{
	padding-right:30px;
}

/* FREE TAGS */

table.contacts{
	color:#fff;
	font-size:12px;
	width:500px;
	margin:10px 0 10px 40px;
}

table.cont{
	color:#fff;
	font-size:12px;
	margin:10px 0 10px 40px;
}

table.catalogue{
	margin:5px 0 0 15px;
}

table.catalogue img{
	border:2px solid #999;
}

table.catalogue img:hover{
	border:2px solid #92be05;
}

input[type=text]{
	height:20px;
	border:1px solid #699dcd;
	background-color:#f4f4f4;
}

textarea{
	border:1px solid #699dcd;
	background-color:#f4f4f4;
}

input[type=submit]{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_envoyer.jpg) no-repeat;
}

input[type=reset]{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_annuler.jpg) no-repeat;
}

input[type=submit].en{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_envoyer_en.jpg) no-repeat;
}

input[type=submit].nl{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_envoyer_nl.jpg) no-repeat;
}

input[type=reset].reset{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_annuler_lg.jpg) no-repeat;
}

span.star{
	color:#FF0000;
}

