html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #000;
	margin: 0;
	font-size: 13px;
	font-family: verdana, arial, "sans serif";
	color: #7d8896;
}
h1, h2, h3, h4, p{
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
hr {
	clear:both;
	height: 0px;
	border: none;
	visibility: hidden;
}
a {
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #ff7e00;
}

/****************************************************************************/
/****************************************************************************/
.error_form {
	border: 1px solid  #ff7e00;
}
.quote {
       background:url(./quote.gif) top left no-repeat;
       background-color: #202226;
       padding: 10px;
       padding-top: 30px;
}
.top_center, .bottom_center, .page_center {
	position: relative;
	left: 50%;
	margin-left: -475px;
	width: 950px;
}
.page_center {
	padding-top: 10px;
	padding-bottom: 15px;
}
.bottom_center {
	position: absolute;
}
#top_part {
	background: url(./back.gif) repeat-x;
	background-color: #000;
}
#bottom_part {
	font-size: 10px;
	padding-top: 10px;
	height: 50px;
}

/****************************************************************************/
#header {
	height: 140px;
}
#header h1{
	position: absolute;
	float: left;
}
/****************************************************************************/
.thumb {
	float: left;
	display: block;
	width: 220px;
	text-align: center;
	padding: 5px;
}
.thumb img {
	border: 5px solid #7d8896;
}
img .thumb a:hover {
	border: 5px solid #2c2f36;
}
/****************************************************************************/
#menu_top {
	position: absolute;
	top: 100px;
	right: 20px;
	padding: 0;
	margin: 0;
}
#menu_top li{
	display: inline;
}
#menu_top a{
	padding: 4px 10px 5px 10px;
	display:block;
	float:left;
	font-size: 14px;
	color: #6e7b88;
	font-weight: normal;
	text-decoration: none;
}
#menu_top a:hover, #menu_top a.actif  {
	color: #fff;
	background: url(./back_menu.gif);
}

/****************************************************************************/
#menu_lang {
	position: absolute;
	top: 4px;
	right: 20px;
}
#menu_lang ul{
	list-style: none;
	padding:0;
	margin:0;
	border: none;
}
#menu_lang li {
	margin:0;
	display: inline;
	float: left;
	margin-left:3px;
}
#menu_lang a {
	display: block;
	width: 18px;
	height:11px;
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 4px!important;
	padding-bottom: 3px;
	background: url(./lang_back_off.gif);
}
#menu_lang a:hover,#menu_lang .lang_actif a {
	background: url(./lang_back.gif);
}
/****************************************************************************/
#page {
	background-color: #15171b;
}
#page_small_col {
	padding-left: 9px;
	width: 240px;
	border-left: 1px solid #2c2f36;
	float:left;
}
#page_content {
	width: 690px;
	float:left;
	margin-right: 10px;
}
#page h2{
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	border-bottom: 1px solid #2c2f36;
	font-family: "Times new roman", serif;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
/****************************************************************************/
#my_content {
	float:left;
	margin-left: 5px;
	margin-top: -16px;
}
#my_content h1{
	font-weight:normal;
	font-size: 20px;
	height: 30px;
	margin: 5px 0 5px 0;
}
/****************************************************************************/

/****************************************************************************/

#q {

   width: 180px;

}



fieldset {

	 border-top: 1px solid #2c2f36;

	 border-bottom: 1px solid #2c2f36;

	 background: #22252a;

	 margin: 5px 0 5px 0;

}



.field label{

       display:block;

       float:left;

       width: 200px;

}

.field #c_name, .field #c_mail, .field #c_site, .field #c_content{

       width: 400px;

}

input, textarea{

       background: #15171b;

       border: 1px solid #2c2f36;

       color: #7d8896;

       margin-top: 2px;

}

input:hover, textarea:hover {

	     border: 1px solid #7d8896;

}

input:focus, textarea:focus {

	     border: 1px solid #7d8896;

}
/****************************************************************************/

.block-licence
{
	text-align: justify;
	padding: 5px 0 15px 0;
}

/****************************************************************************/
/****************************************************************************/
#footer {
	clear:both;
	margin-bottom: 5px;
}
#footer a{
	font-size: 10px;
}
