/* @group reset */

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* @end */
body{
	background-color: #0f0f0f;
	color: #ddd;
	font-family: Tahoma, Helvetica, Arial ;
	font-size: 0.8em ;
	font-weight: normal ;
}

a	{
  color: #d61d82 ;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}

p {
	margin-bottom: 10px ;
}

.big	{
	font-size: 1.4em ;
}
.page-small {
	font-size: 0.8em;
}

.reference-sign	{
	font-size: 0.8em;
	font-weight: bold ;
	float: right ;
	border-bottom: 1px solid #222 ;
	padding-bottom: 3px ;
	margin-bottom: 15px ;
}
.reference-quote	{
	clear: both ;
}
.reference-desc	{
	margin-bottom: 3px ;
	padding-left: 10px ;
}

h1 {
  font-size: 1.4em ;
  margin-bottom: 10px ;
}

h2  {
  font-size: 1.2em ;
  margin-bottom: 15px ;
  color: #fff ;
}

h3 {
  font-size: 1.0em ;
}

ul  {
  padding: 10px ;
}

li	{
	list-style-type: none ; 
	list-style-image: url(../images/puce.jpg) ;
}

div.clear{
	clear: both;
}

.button	{
}

.button .left	{
	float:left ;
	background: url(../images/btn_left.jpg) no-repeat ;
	width: 18px ;
	height: 21px ;
}

.button	.right {
	float:left ;
	background: url(../images/btn_right.jpg) no-repeat ;
	width: 2px ;
	height: 21px ;
}

.button .content	{
	float: left ;
	background: url(../images/btn_center.jpg) repeat-x ;
	height: 21px ;
}

.button	input {
	background: none ;
	border: 0 ;
	padding-bottom: 5px ;
	padding-right: 5px ;
	margin: 0 ;
	color: #fff ;
	height: 21px ;
}

div.errors	{
	color: #ff0000 ;
}

label.mandatory	{
	background: url(../images/puce.jpg) no-repeat ;
	padding-left: 20px ;
}

textarea.text, input.text	{
	background-color: #1a1a1a ;
	border: 1px solid #454545 ;
	color: #fff ;
	padding: 3px ;
	width: 140px ;
}

textarea.text	{
	width: 295px ;
	height: 100px ;
}

.profiler	{
	float: right ;
	text-align: right ;
	margin-top: 20px ;
	width: 100% ;
}


#all{
	width: 1166px;
	min-height: 300px;
}

#header{
	width: 1153px;
	height: 70px;
	background-image: url(../images/header.jpg);
}

#language {
	position: absolute ;
	top: 37px ;
	left: 920px ;
	width: 150px ;
	font-size: 0.8em ;
	color: #bbb ;
}

#language a.selected {
	color: #d61d82 ;
}

#language a {
	color: #bbb ;
}

#wrapper_all{
  width: 1153px ;
	background-image: url(../images/background_wrapper.jpg);
}

#back_left{
	float: left;
	display: inline;
	width: 133px;
	height: 388px;
	background-image: url(../images/back_left.jpg);
}

#back_right{
	float: left;
	display: inline;
	height: 388px;
	width: 120px;
	background: url(../images/back_right.jpg) no-repeat;
}

#wrapper{
	width: 900px;
	min-height: 388px;
	height: auto!important;
	height: 388px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#footer{
	width: 1153px;
	height: 117px;
	background: url(../images/footer.jpg) no-repeat ;
	clear: both;
}
#content-footer {
	position: absolute ;
	margin-top: -20px ;
	width: 1000px;
	margin-left: 150px ; 
	font-size: 0.8em ;
  text-align: left ;
}
#copyright {
	float: right ;
	margin-top: 5px ;
	margin-right: 123px ;
	font-size: 0.8em ;
	color: #bbb ;
}

/* logo */
div#logo_wrapper{
	height: 101px;
	width: 262px;
	float: left;
	display: inline;
}
div#logo{
	height: 101px;
	width: 229px;
	background-image: url(../images/logo/logo.jpg);
	float: left;
	display: inline;
}
div#logo_separation{
	width: 33px;
	height: 101px;
	background-image: url(../images/logo/logo_separation.jpg);
	float: left;
	display: inline;
}

/* menu */
div#menu{
	float: left;
	display: inline;
	height: 50px;
	width: 638px;
	background-image: url(../images/menu/menu_back.jpg);
}
#menu	ul, #menu li {
	list-style : none inside none ;
	display: inline ;
}

/* content */
div#content{
	display: inline;
	float: left;
	clear: both;
	margin-left: 43px;
	margin-bottom: 30px ;
	padding-bottom: 30px ;
	width: 310px;
	text-align: justify ;
}

div#content-no-slogan{
	display: inline;
	float: left;
	clear: both;
	margin-left: 43px;
	margin-bottom: 30px ;
	padding-bottom: 30px ;
	width: 810px;
	text-align: justify ;
}

div#image_slogan{
	float: right;
	display: inline;
	margin-top: 0px;
	margin-bottom: 50px ;
  width: 500px ;
  text-align: right;
}


div#contact_address	{
	position:absolute;
	margin-left:350px;
	margin-top:12px;
	font-size: 1.2em;
	
}