/* CSS Document */

.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #c7c7c7;
	border-left-color: #c7c7c7;
}
.newBG {
	background-image: url(imgGenerale/br_newsBg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 10px;
	color: #4c5b63;
	}
	
textarea {
	font-family: Tahoma;
	font-size: 10px;
	border: 1px solid #c7c7c7;
	font-weight: bold;
	color: #333333;
}

.bgFormulaire {
	background-image: url(imgGenerale/bg_formulaire.jpg);
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 10px;
	color: #4c5b63;
	padding-top: 5px;
	padding-left: 70px;
	list-style-type: none;
	line-height: normal;
}
input {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #c7c7c7;
	color: #333333;
}
select {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	border: 1px solid #c7c7c7;
}


.MenuBg {
	font-family: Tahoma;
	font-size: 10px;
	background-image: url(imgGenerale/menu_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	color: #c24e00;
	}

a:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #c24e00;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #c24e00;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #c24e00;
}
a:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #c24e00;
	text-decoration: none;
}

