body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	color:#e4e4e4;
	background:#000;
}

form,
fieldset{
	margin:0;
	padding:0;
	border:none;
}

label
{
	width:100px;
	display: block;
	float:left;
}

textarea{
	border:1px solid #333333;
	font-size:12px;
}

input{
	border:1px solid #333333;
	font-size:12px;
	width:200px;
}

input.small{
	width:100px;
}

a, span, #english a:hover, #english a.on
{
	color:#eeb253;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}


p{
	margin:0;
	padding:5px 0 10px 0;	
	line-height: 150%;
}

img{
	border:0;
}


h1, h2, h3, h4, h5
{
	margin:0;
	padding:0;
	
}

h1{
	color:#eeb253;
	font-size:20px;
	background:url("/images/h1.gif") no-repeat;
	width:225px;
	height:42px;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
	margin-top:12px;
}


h2{
	font-size:15px;
	color:#eeb253;
	padding:10px 0;
	
}

h3{
	font-size:15px;
	color:#eeb253;
	margin:30px 0 10px 0;
}

h3 span{
	font-size:11px;
	color:#e4e4e4;
}

h4{
	font-size:11px;
	color:#e4e4e4;
	margin:10px 0;
}

h5{
	font-size:13px;
	color:#eeb253;
	margin:30px 0 0 0;
	font-weight:normal;
}


.noPadTop{
	padding:0 0 45px 0 !important;
}

.floatL{
	float:left;
}

.floatR{
	float:right;
}

.clearB{
	clear:both;
}

.hr{
	margin:20px 0 5px 0;
	background:url("/images/hr.gif") no-repeat;
}

.dep{
	clear:both;
	float:left;
	margin-bottom:20px;
}

.dep p {
	float:left;
	width:280px;
}

*html .dep{
	margin-bottom:10px;
}



/**************************************************************/
/* layout */
/**************************************************************/

#wrap {
  margin: 0 auto;
  width:910px;
  text-align: left;
}

#back{
	background:#5a554f;
	float:left;
	/*padding:0 0 1px 1px;*/
}

#container{
	float:left;
}

#content{
	background:url("/images/back.gif") repeat-y;
	float:left;
}

.page1{
	background:url("/images/back1.gif") repeat-y !important;
}

.page2{
	background:url("/images/back2.gif") repeat-y !important;
}



/**************************************************************/
/* header */
/**************************************************************/

#header{
	height:420px;
	width:900px;
}

#logo{
	width:410px;
	height:85px;
	padding:35px 0 10px 0;
	float:left;
	background:#3f3d3a;
}

#logo img{
	padding:0 25px 0 15px ;
}

#info{
	width:468px;
	height:100px;
	float:left;
	background:#5a554f;
}

#partners{
	float:right;
	background:#3f3d3a;
}


#photo{
	width:656px;
	height:290px;
	float:left;
	background:#3f3d3a;
	margin-right:2px;
}

#photo img{
	float:left;
}

#photo img.big{
	height:290px;
	width:502px;
}

#photo img.small{
	height:290px;
	width:151px;
	margin-right:3px;
}

ul#mainNav{
	width:200px;
	height:275px;
	float:left;
	background:#3f3d3a;
	padding:15px 0 0 20px;
}

ul#mainNav li{
	list-style:none;
	background:url("/images/dot.gif") repeat-x  left 30px;
	width:160px;
	padding:5px 0 10px 10px;
	color:#cbb4a4;
}


ul#mainNav li a{
	color:#cbb4a4;
	text-decoration:none;
	font-size:13px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url("/images/a.gif") no-repeat  left 7px;
	padding:0 0 0 20px;
}

ul#mainNav li.last{
	background:none;
}

ul#mainNav li.on a,
ul#mainNav li a:hover
{
	color:#eeb253;
	background:url("/images/a_o.gif") no-repeat  left 7px;
}

/**************************************************************/
/* left */
/**************************************************************/

#left {
	float:left;
	width:380px;
	background:#3f3d3a;
	padding:15px;
}

.page1 #left{
	width:560px;
}

.page2 #left{
	width:627px;
}

.all #left{
	width:880px;
	background:url("/images/back1.gif") repeat-y;
}

.descpPub{
	float:left;
	width:560px;
	clear:left;
	padding-right:30px;
}

.publicite{
	float:left;
	width:290px;
	padding-top:30px;
	text-align:center;
}


div.news{
	padding:10px 0 10px 0;
	clear:both;
}

div.news img{
	padding:2px;
	background:#747371;
	float:left;
	margin-right:10px;
	width:80px;
	height:70px;
}

div.news p{
	padding:2px 0 2px 0;
}

div.news p.plus{
	text-align:right;
	padding:3px 10px 0 0;
}

.news h3
{
	font-size:12px;
	margin:0;
}

#left ul{
	margin:10px 0 20px 0;
}

#left ul li{
	margin:5px 0;
	padding:0 10px;
	background:url("/images/li.gif") no-repeat left 6px;
}

#left ul li a{ 
	text-decoration:none;
	color:#e4e4e4;
}

#left ul li a:hover{ 
	color:#eeb253;
	text-decoration:underline;
}



/**************************************************************/
/* right */
/**************************************************************/

#right {
	float:left;
	width:445px;
	padding:15px 0 15px 25px;
}

.page1 #right{
	width:250px;
}

.page2 #right{
	width:183px;
}

/**************************************************************/
/* footer */
/**************************************************************/

#footer{
	clear:both;
	float:left;
	font-size:10px;
	color:#e4e4e4;
	padding:5px 0 13px 15px ;
	width:900px;
	background:#1c1c1c url("/images/back_foot.gif") repeat-x bottom;
	
}

*html #footer{
	padding-top:3px;
}

#footer p{
	text-align:right;
	padding:10px 15px 0  0;
}

#footer a{
	text-decoration:none;
}

#copy{
	clear:both;
	
}