#content {
	margin-right: 20px;
	text-align: right;
}

#bandeau {
	float: right;
	width: 740px;
	height: 154px;
	margin-bottom: 32px;
}

#bandeau img {
	display: block;
}

#content-v {
	float: right;
	width: 740px;
	height: auto;
	margin-top: 42px;
	display: inline;
	text-align: left;
}

#content-v h3 {
	margin-bottom: 16px;
	padding-top: 2px;
	padding-left: 10px;
	background: url(../images/fond-h2.gif) bottom repeat-x;
	color: #FFFFFF;
	font-size: 0.88em;
	font-weight: normal;
	text-transform: uppercase;
}

#content-v form {
	width: 600px;
	margin-top: 30px;
	margin-left: 50px;
	color: #1B6FB4;
	font-size: 0.83em;
	text-align: left;
}

#content-v form p {
	color: #1B6FB4;
}

#content-v label {
	float: left;
	width: 200px;  
	margin: 0;
	padding: 0;
	display: block;
}

#content-v label.checkbox {
	float: left;
	width: 550px;  
	margin-bottom: 7px;
	padding: 0;
}

#content-v input {
	width: 170px;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	vertical-align: middle;
}

#content-v input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 0;
}

#content-v input[type="submit"], input[type="reset"] {
	width: 100px;
	margin: 5px 20px 0px 20px;
	padding: 0;
	font-size: 0.92em;
}

#content-v textarea {
	float: left;
	width: 370px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 1.03em;
	font-family: Arial, Helvetica, sans-serif;
}

#content-v select {
	color: #333333;
	font-size: 0.92em;
}

#content-v p {
	margin-top: 10px;
}

.bleu {
	color: #1B6FB4;
}

.gris {
	color: #333333;
}

.style1 {
	color: #333333;
	font-style: italic;
	font-size: 0.92em;
}

.style2 {
	font-weight: bold;
	text-decoration: underline;
}

.style3 {
	color: #1B6FB4;
	font-size: 0.82em;
}

a.normal, a.normal:link, a.normal:visited, a.normal:active {
	color: #333333;
}

a.normal:hover {
	color: #1B6FB4;
}

a.lien-v, a.lien-v:link, a.lien-v:visited, a.lien-v:active {
	padding-left: 10px;
	background: url(../images/puce.gif);
	background-repeat: no-repeat;
	color: #1B6FB4;
	font-weight: normal;
}

a.lien-v:hover {
	padding-left: 10px;
	background: url(../images/puce.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-weight: normal;
}

