body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(images/fond_beige.jpg);
	background-repeat:repeat-x;
	/*background-color:#c26e6e;*/
	background-color:#FFF6D9;
	overflow-y:auto;
	overflow-x:hidden;
}
body, p, td, input, textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.copy{
	font-size:10px;
}
a.bas:link, a.bas:visited {
	color:#000;
	text-decoration:none;
}
a.bas:hover {
	color:#fff;
	text-decoration:none;
}
a.bas:active {
	color:#FF9900;
	text-decoration:none;
}
a:link, a:visited, a.active {
	color:#3878d8;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
.rouge{
	color:#990000;
}
.bati{
	color:#FE0000;
}
.titre_page{
	color:#585858;
	font-weight:bold;
	font-size:16px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset{
	border:1px solid #d2d2d2;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
fieldset.ad{
	border:1px solid #d2d2d2;
}
.titre{
	color : #000099;
}
li.list{
	list-style-type:none;
	background-image:url(images/icone/fleche.png);
	background-repeat:no-repeat;
	background-position:0% 5%;
	padding-left:15px;
}
input, textarea{
	border:1px solid #C7C7C7;
	color:#000000;
	background:#FFFFFF url(images/fond_select.jpg) repeat-x scroll 0 0; 
	padding:1px 3px;
}
.btn_form:hover{
	cursor:pointer;
	color:#990000;
}
/* style lien menu **/
a.auto:link, a.auto:visited, a.auto:active{
	color:#1174C5;
	height:50px;
}
a.auto:hover{
	color:#990000;
}
a.ss_auto:link, a.ss_auto:visited, a.ss_auto:active{
	font-size:11px;
	color:#565656;
}
a.ss_auto:hover{
	font-size:11px;
	color:#990000;
}
a.const:link, a.const:visited, a.const:active{
	color:#D0511E;
}
a.const:hover{
	color:#000;
}
a.sant:link, a.sant:visited, a.sant:active{
	color:#38A53A;
}
a.sant:hover{
	color:#990000;
}
/** fin style lien menu **/
a.ac:link, a.ac:visited, a.ac:active{
	color:#fff;
	font-weight:bold;
}
a.ac:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
