/********************/
/*  Fichier CSS
/*	policy.css
/*	défini le style des pages de mentions légales (CGU/CGV)
/********************/

#info_menu {
	height:35px;
	border-bottom: solid 1px #cfcfcf;
}

#info_menu ul {
	height:35px;
	margin-left:-2px;
}

#info_menu ul li {
	float:left;
	height:35px;
	padding:0;
}

#info_menu ul li.current {
	float:left;
	height:35px;
	margin:0 1px 0 0;
}

#info_menu ul li a {
	background: url(../images/bg/bg_left_tab.png) no-repeat bottom left;
	float:left;
	color:#999;
	height:35px;
	padding:0 0 0 15px;
	text-decoration:none;
	margin:0;
	font-weight:bold;
}

#info_menu ul li.current a {
	background: url(../images/bg/bg_left_tab_cur.png) no-repeat bottom left;
	color:#fff;
}

#info_menu ul li a span.tab_content {
	float:left;
	display:block;
	padding:0 15px 0 0;
	height:35px;
	line-height:40px !important;
	line-height:35px;
	cursor: pointer;
	background: url(../images/bg/bg_tab.png) no-repeat right bottom;
}

#info_menu ul li.current a span.tab_content {
	background: url(../images/bg/bg_tab_cur.png) no-repeat right bottom
}

#info_menu ul li a:hover {
	color:#9BB6C7;
} 

#info_menu ul li.current a:hover {
	color:#fff;
} 

/* containers */

#bottom_container {
	clear:left;
	background: url(../images/bg/bg_mod_ext_bottom.png) no-repeat top left;
	width: 800px;
	height:10px;
	margin-bottom:5px;
}

#middle_container {
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	width: 798px;
}

#right_menu_info {
	float:right;
	margin-bottom:10px;
}

#right_menu_info div.module {
	margin-bottom:5px;
	width:300px;
	padding-top:2px;
	background: url(../images/bg/bg_module_top_visio.png) no-repeat top left;
}

#right_menu_info div.module div {
	width:300px;
	background: url(../images/bg/bg_module_visio.png) no-repeat bottom left;
}

#right_menu_info div.module p {
	padding:10px 10px 5px 10px;
}

/* col contenu */

#info_content {
	padding-top:10px;
	height:100% !important;
	height:350px;
	margin:0 20px;
	min-height: 350px;
}

#contact_data {
	color:#666;
}

#contact_data form {
	margin-right:310px;
}

#contact_data form input {
	width: 300px;
	border-right:solid 1px #dfdfdf;
	border-bottom:solid 1px #dfdfdf;
	border-top:solid 1px #aaa;
	border-left:solid 1px #aaa;
	color:#666;
}

#contact_data form select {
	width: 300px;
	border-right:solid 1px #dfdfdf;
	border-bottom:solid 1px #dfdfdf;
	border-top:solid 1px #aaa;
	border-left:solid 1px #aaa;
	color:#666;
}

#contact_data form textarea {
	width: 300px;
	height:210px;
	border-right:solid 1px #dfdfdf;
	border-bottom:solid 1px #dfdfdf;
	border-top:solid 1px #aaa;
	border-left:solid 1px #aaa;
	color:#666;
}

#contact_data .form_line {
	padding:2px 5px;
	margin:3px 0;
	padding-left:130px;
	color:#666;
}

#contact_data .form_line label {
	margin-left:-130px;
	float:left;
	width:110px;
	color:#fff;
	background-color:#999;
	padding:2px 5px;
	font-weight: bold;
	margin-top:2px;
}

#contact_data  .sep {

}

#bug_explain {
	padding:5px;
	margin:2px 0;
	background-color: #fbfbd2;
	color: #666;
}

#faq_data {
	color:#666;
}

#faq_menu ul li {
	margin:0;
	background-color:#f7f7f7;
	padding:5px;
	margin-bottom:2px;	
}

#faq_menu ul li a {
	text-decoration: none;
	display: block;
	padding-left:17px;
	background:url(../images/puce.png) no-repeat left;
}

#faq_menu ul li a:hover {
	color:#d00e65;
}

h2.faq {
	padding:10px 10px 5px 0;
	border-bottom:dotted 1px #cfcfcf;
	margin:0 0 10px 0;
	color:#666;
	font-size:16px;
	font-weight: bold;
}

.subtitle {
	padding:10px 10px 5px 0;
	border-bottom:dotted 1px #cfcfcf;
	margin:0 0 10px 0;
	color:#d00e65;
	font-size:17px;
	font-weight: bold;
}