@charset "utf-8";
/* CSS Document */

body {
	background-color:transparent;
	background-image:none;
	margin: 0; padding: 0;
	}

BODY, INPUT, OPTION, TEXTAREA, TABLE, TD, TR {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #626262;
	}

TABLE { width: 100%; }
TABLE TABLE { background-color: #efefef; border: 1px solid #cccccc; }
TABLE TABLE TD { padding: 0 !important; }
TABLE TABLE TABLE { background-color: #FFFFFF; border: none; border-top: 1px solid #cccccc; margin-top: 15px; }
TABLE TABLE TABLE TD { padding: 5px 2px !important; }
TABLE TABLE TABLE TD:first-child { padding-left: 25px !important; width: 35%; }

TEXTAREA {
	border:1px solid #d5d4d4;
	font-weight: normal;
	width: 665px !important;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
INPUT{
	border:1px solid #d5d4d4;
	font-weight: normal;
} 

INPUT[type=button] {
	font-size: 12px; text-transform: uppercase; text-align: left;
	background: url(http://www.berubetoutant.com/images/form-button.png) no-repeat 0 0;
	width: 206px; height: 25px; margin: 20px 12px;
	border: none; cursor: pointer;
}
INPUT[type=button]:hover { color: #FFFFFF; background-position: 0 -25px; }

.errorMsg {
	color:#CC0033;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	}

.sectionTitle { 
	font-size: 16px;
	color: #505052;
	line-height: 18px;
	border-bottom: none;
	padding: 20px 20px 5px 20px !important;
}

.sectionRed { 
	font-size: 13px;
	color: #6278b3;
	line-height: 15px;
	padding: 0 20px 0 20px !important;
}

form{
	margin-bottom:0px;
	}

td {
	font-family: Arial, sans-serif;
	font-size: 13px; font-weight: bold;
	color: #7f8084;
	line-height: 20px;
	padding: 0;
	vertical-align: top;
	}

/*lien général*/

a:link{
	color: #626262;
	text-decoration:none;
	}
	
a:visited{
	color: #626262;
	text-decoration:none;
	}
	
a:hover{
	color: #000000;
	text-decoration:underline;
	}
	
a:active{
	color: #626262;
	text-decoration:none;
	}