@import url(adsense.css);
@import url(box.css);
@import url(menu.css);
@import url(caroussel.css);

body
{
	font-family: verdana, arial, helvetica, sans;
	font-size: 12px;
	text-align: center;
	background: #eef0e5 url(images/back.png) center 0 repeat-y;
	margin-left: -1px !important;
	margin: 0;
	padding: 0;
}

form
{
	padding: 0;
	margin: 0;
}

form,
input
{
	font-family: verdana, arial, helvetica, sans;
}

h1.title,
div.title
{
	clear: both;
	font-family: 'Trebuchet MS',Arial,Verdana,Sans-serif,Helvetica,Sans;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	color: #900;
	background: transparent url(images/h1_title.gif) 0 center no-repeat;
}

h2.title
{
	font-family: 'Trebuchet MS',Arial,Verdana,Sans-serif,Helvetica,Sans;
	font-weight: normal;
	font-size: 18px;
	padding: 0;
	margin: 5px 0 5px 0;
	color: #900;
}

.title a
{
	text-decoration: none;
}

a
{
	color: #900;
}

a.rss
{
	float: left;
	width: 18px;
	height: 18px;
	background: transparent url(images/rss.png) 0 0 no-repeat;
}

a.more
{
	color: #900;
	background: transparent url(images/a_more.gif) 0 center no-repeat;
	padding: 0 0 0 8px;
	text-decoration: none;
}

a.more:hover
{
	color: #000;
	text-decoration: underline;
}

.button
{
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	background: #900 url(images/bt_back.png) 0 0 repeat-x;
	text-decoration: none;
	font-size: 11px;
	padding: 2px 1em 2px 1em;
	cursor: pointer;
}

.button.silver
{
	border-color: #666;
	color: #333;
	background: #ccc url(images/bt_2_back.png) 0 0 repeat-x;
	font-weight: normal;
}

input.text,
textarea.text
{
	background: #fff url(images/bg_input_text.png) 0 0 repeat-x;
	border-top: none;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font-size: 12px;
}

img.antispam
{
	display: block;
	width: 90px;
	height: 30px;
	border: 1px solid #000;
}

form table
{
	margin: 5px 0 5px 0;
}

form label.label
{
	font-size: 12px;
	text-align: right;
	display: block;
	color: #444;
}

form .form_footer
{
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 10px;
	color: #333;
}

form span.form_notice
{
	margin-left: 0.5em;
	font-size: 11px;
	color: #333;
}

span.required
{
	color: #f00;
	margin-left: 0.5em;
}

div.info
{
	clear: both;
	background: #f8f8f8 url(images/bg_div_info.png) 10px center no-repeat;
	padding: 1em 5px 1em 50px;
	margin: 5px 0 5px 0;
	border-left: 2px solid #acf;
}

div.error
{
	clear: both;
	background: #f8f8f8 url(images/bg_div_error_form.png) 10px center no-repeat;
	padding: 1em 5px 1em 50px;
	margin: 5px 0 5px 0;
	border-left: 2px solid #f00;
}

#top
{
	width: 1000px;
	height: 110px;
	margin: 0;
}

#top_wrapper
{
	height: 110px;
}

#top_bar
{
	float: left;
	color: #444;
	line-height: 32px;
	height: 32px;
	background-color: #eef0e5;
	width: 1000px;
}

#document_wrapper
{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 1000px;
}

#document
{
	width: 1000px;
	background-color: #fff;
}

#banner
{
	height: 110px;
	background-color: #fff;
}

#logo
{
	display: inline;
	float: left;
	background: transparent url(images/bg_top_logo.gif) center center no-repeat;
	width: 232px;
	height: 90px;
	margin: 10px 0 0 10px;
}

#banner_advert
{
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
	width: 728px;
	height: 90px;
}

#page
{
	float: left;
	clear: both;
	text-align: left;
	padding: 12px 0 0 0;
	border-bottom: 1px solid #ddd;
	background: #fff url(images/menu_shadow.png) 0 0 no-repeat;
}

#page_body
{
	float: left;
	width: 1000px;
}

#page_body_left
{
	display: inline;
	float: left;
	width: 660px;
	margin: 0 0 10px 10px;
}

#content
{
	font-size: 12px;
	color: #2a3847;
}

#content p
{
	line-height: 18px;
}

#page_body_right
{
	overflow: hidden;
	display: inline;
	float: right;
	width: 300px;
	padding: 0 10px 0 10px;
}

#page_body_right .box,
#page_body_right .mod_script
{
	display: inline;
	clear: both;
	float: left;
	margin-top: 2px;
	margin-bottom: 3px;
}

#page_bottom
{
	float: left;
	clear: both;
}

/* Pied de page */
#footer
{
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	padding: 1em;
	background-color: #eee;
	color: #000;
	font-size: 10px;
}

#footer a
{
	color: #900;
}

#footer_xiti
{
	float: right;
}

/* Fil d'ariane */
#breadcrumbs
{
	clear: both;
	margin: 0 0 5px 0;
	padding: 0.2em;
	color: #000;
	line-height: 24px;
	font-size: 12px;
	color: #99885c;
	font-weight: bold;
}

#breadcrumbs span.separator
{
	margin: 0 0.5em 0 0.5em;
	color: #6f6343;
}

#breadcrumbs a
{
	color: #900;
	text-decoration: none;
	line-height: 24px;
	color: #99885c;
	font-weight: normal;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}

#breadcrumbs a.home
{
	background: transparent url(images/breadcrumbs_home.png) 0 center no-repeat;
	width: 18px;
	height: 24px;
	float: left;
}

div.pagination
{
	clear: both;
	margin: 5px 0 5px 0;
	text-align: right;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
}

div.pagination a
{
	margin: 0 2px 0 2px;
	color: #000;
	border: 1px solid #900;
	padding: 0 4px 0 4px;
	font-size: 10px;
	text-decoration: none;
	color: #666;
}

div.pagination a:hover
{
	color: #fff;
	background-color: #900;
}

div.pagination span
{
	border: 1px solid #900;
	margin: 0 2px 0 2px;
	padding: 0 4px 0 4px;
	font-weight: bold;
	color: #fff;
	background-color: #900;
}

/*  */
.top_separator
{
	float: left;
	margin-top: 5px;
}

.bottom_separator
{
	float: left;
	margin-bottom: 5px;
}

/* Modules */
.mod_login
{
	float: right;
	height: 16px;
	margin: 8px 10px 0 0;
}

.mod_login a
{
	float: left;
	padding: 0 0 0 18px;
	height: 16px;
	line-height: 16px;
	color: #444;
	text-decoration: none;
}

.mod_login a:hover
{
	color: #900;
	text-decoration: underline;
}

.mod_login a.register
{
	border-right: 1px solid #666;
	background: transparent url(images/mod_login_register.png) 0 center no-repeat;
	padding-right: 10px;
	margin-right: 10px;
}

.mod_login a.login
{
	background: transparent url(images/mod_login_connect.png) 0 center no-repeat;
}

/* Publicité */
.advert
{
	display: inline;
	float: left;
	margin: 5px 0 5px 0;
}

.mod_tag_cloud
{
	display: inline;
	float: left;
	width: 100%;
	margin: -15px 0 0 0;
	text-align: justify;
}

.mod_tag_cloud p
{
	padding: 0;
	margin: 5px 5px 0 5px;
}

.mod_tag_cloud a
{
	margin: 1px 0px 1px 0px;
	text-decoration: none;
	line-height: 24px;
}

.mod_tag_cloud a.level1
{
	font-size: 10px;
	color: #000;
}

.mod_tag_cloud a.level2
{
	font-size: 11px;
	color: #777;
}

.mod_tag_cloud a.level3
{
	font-weight: bold;
	font-size: 12px;
	color: #bbb;
}

.mod_tag_cloud a:hover
{
	color: #900;
}

.mod_devis h4
{
	padding: 0;
	margin: 0;
	text-align: left;
	color: #900;
	line-height: 20px;
	font-family: 'Trebuchet MS',Arial,Verdana,Sans-serif,Helvetica,Sans;
	font-size: 14px;
	font-weight: bold;
}

.mod_devis form
{
	margin: 5px 0 5px 0;
	padding: 0;
}

.mod_devis form td
{
	vertical-align: top;
}

.mod_devis form label
{
	font-size: 11px;
	text-align: left;
}

.mod_devis form label.error
{
	color: #f00;
}

.mod_devis form select
{
	font-size: 11px;
}

.mod_devis form .text
{
	width: 160px;
}

.mod_devis form .button
{
	margin: 5px 0 0 0;
	font-size: 12px;
	padding: 5px 2em 5px 2em;
}

.mod_devis #devis_cnil
{
	font-size: 10px;
	padding: 0 10px 0 35px;
	background: transparent url(images/mod_devis_cnil.gif) 10px 5px no-repeat;
}

.mod_devis #devis_cnil p
{
	font-size: 8px;
	padding: 0;
	margin: 5px 0 0 0;
}
