/* CSS Document */
body{
	/*background-image:url(images/fond.jpg);*/
	background-repeat:repeat-x;
	background-color:#D7F65A;
	color:#666666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.rouge{
	color:#BB1629;
}
.vert{
	color:#21901A;
}
.titre{
	font-size : 16px;
	text-decoration:underline;
	color:#C2691B;
}
.aire{
	font-size:14px;
}
p{
	text-align:justify;
}
fieldset{
	-moz-border-radius:5px;
 	border : 1px solid #B7B7B7;
}
legend{
	font-size:16px;
	color:#C36B1D;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
input, textarea{
	border:1px solid #C7C7C7;
	color:#000000;
	background:#FFFFFF url(images/test.jpg) repeat-x scroll 0 0; 
	padding:1px 3px;
}
input[type=radio], input[type=checkbox]{
	border:none;
	background:none;
}
select{
	color:#000000;
	border:1px solid #C7C7C7;
}
.btn_form:hover{
	cursor:pointer;
	color:#990000;
}
a:visited, a:active, a:link{
	color:#274A9F;
	text-decoration:none;
}
a:hover{
	color:#BB1629;
}
a.f_v:visited, a.f_v:active, a.f_v:link{
	color:#000;
	text-decoration:none;
}
a.f_v:hover{
	color:#BB1629;
}
/**************Tableau des prix**********/
.tableau_prix td, .tableau_prix th{
	/*border:1px solid black;*/
	background:#D7F65A;
	border:1px dashed #71890F;
	padding:5px;
}
.tableau_prix .no_top{
	border-top:none;
}
/***************************/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;/*1.2em;*/
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;	
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 12px;
}
.copy {
	font-size: 9px;
}

