/* -------------------------------------------------  */

*{
	padding:0;
	margin:0;
}

a img{
	border:0;
}

table{
	border:0;
	width:100%;
	padding:0 0 15px 0;
}

table td{
	vertical-align:top;
}

.right{
	float:right;
}


.left{
	float:left;
}

.clear{
	clear:both;
}

/* ------------------------------------------------- TEXT */


body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	background:#3d3d3d url(images/bg2.png) repeat-x top left;
}

a{
	color:#FFF;
}

a:hover{
	color:#333;
}

#content a{
	color:#555;
}

#content a:hover{
	color:#FF7F00;
}

p{
	padding:0 0 15px 0;
}

h1{
	color:#999;
	font-size:24px;
	font-weight:normal;
	padding:0 0 15px 0;
}

h2{
	font-weight:normal;
	font-size:14px;
	padding:10px 0 5px 0;
}

h3{
	color:#FF7F00;
	font-size:14px;
	font-weight:normal;
}

#content h3 a{
	color:#FF7F00;
	text-decoration:none;
}

#content h3 a:hover{
	text-decoration:underline;
	color:#FF7F00;
}

u{
	color:#FF7F00;
	text-decoration:none;
	line-height:200%;
}

.orange{
	color:#FF7F00;
}

.small{
	font-size:10px;
	line-height:140%;
}

/* ------------------------------------------------- PAGES */

.home_l{
	width:230px; 
	height:472px;
}

.home_r{
	width:317px; 
	height:472px; 
	margin:0 0 0 5px;
}

.media{
	width:80px; 
	height:160px; 
	position:relative; 
	display:inline;
	margin: 0 25px 0 0;
	font-size:11px;
	line-height:140%;
}

.media span{
	position:absolute; 
	bottom:0; 
	left:0;
	display:block;
	color:#FF7F00;
}

.info_l{
	width:266px; 
	padding:10px 10px 0 0;
}

.info_r{
	width:266px; 
	padding:10px 0 0 10px;
}

.contact{
	width:552px; 
	border-top:1px solid #FF7F00; 
	padding:30px 0 0 0; 
	margin:60px 0 0 0;
}

#content img{
	border:1px solid #999;
	margin:1px 0 10px 0;
}

#content .contact_img{
	margin:0 15px 0 0;
}


/* ------------------------------------------------- CONTAINER */

#container{
	margin:30px auto 10px auto;
	width:990px;
	height:741px;
	background:#fff url(images/bg.png) no-repeat top left;
	border:1px solid #ccc;
}

#left{
	width:370px;
	height:741px;
	float:left;
}

#logo{
	margin:50px 0 0 55px;
}

#menu{
	margin:18px 124px 0 0;
	width:246px;
	height:324px;
}

#menu ul{
	list-style:none;
	text-align:right;
	text-transform:uppercase;
	font-size:15px;
}

#menu ul li{
	margin:0 0 7px 0;
}

#menu ul li a{
	padding:0 12px 0 0;
	text-decoration:none;
}

#menu ul li.active a, #menu li a:hover{
	color:#333;
	background: url(images/menu.png) no-repeat 2px right;
}

#sub ul{
	list-style:none;
	margin:0 0 0 37px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}

#sub ul li{
	margin:0 0 24px 0;
}

#sub ul li a{
	display:block;
	width:164px;
	height:26px;
	line-height:160%;
	text-decoration:none;
}

#forum a{
	background:url(images/forum.png) no-repeat top left;
}

#forum a:hover{
	background:url(images/forum.png) no-repeat top right;
}

#enquete a{
	background:url(images/enquete.png) no-repeat top left;
}

#enquete a:hover{
	background:url(images/enquete.png) no-repeat top right;
}

#right{
	width:620px;
	height:741px;
	float:left;
}

#mail{
	width:580px;
	height:99px;
	margin:30px 40px 0 0;
	text-align:right;
	color:#fff;
}

#mail a{
	color:#333;
}

#mail a:hover{
	color:#fff;
}

#content{
	width:552px;
	height:472px;
	padding:15px;
	margin:0 38px 0 0;
	line-height:160%;
}

#misc{
	width:580px;
	height:90px;
	margin:20px 40px 0 0;
	text-align:right;
}

#misc img{
	margin:3px 0 0 0;
}

#bgg{
	width:990px;
	height:30px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
	color:#666;
}

#bgg a{
	color:#666;
}

#bgg a:hover{
	color:#999;
}


/* ------------------------------------------------- FORMS */

input{
	display:block;
	margin:0 0 20px 0;
	width:140px;
	padding:5px;
	font-size:12px;
}

input.b, textarea.b{
	border:1px solid #999;
	background:#fff;
	font-size:10px;
	color:#333;
}

form span{
	float:left;
	text-align:right;
	margin:0 10px 0 0;
	width:50px;
}

textarea{
	height:110px;
	width:230px;
	padding:5px;
}

.submit{
	margin:20px 0 0 190px;
	background:url(images/contactform.png) no-repeat top left;
	width:113px;
	height:31px;
	border:0;
}

.submit:hover{
	cursor:pointer;
}

.error{
	margin:20px 0 0 70px;
}


