body {
	background: black url(../img/univers_contact_global_bg.jpg) no-repeat top center;
}


/***************************************************************/
/*index**********************************************************/
/***************************************************************/

div.block.index {
	height: 750px;
	background: #ffdd00 url(../img/univers_contact_bg.jpg) no-repeat;
	margin-top: 125px;
	padding: 80px 20px 0px 20px;
	width: 910px;
}

div#form {
	float: left;
	padding-left: 15px;
}

div#contact {
	width: 285px;
	float: right;
}
hr {
	line-height: 1px;
	width: 285px;
	color: #cdcdcd;

}

div#contact div.titre {
	width: 285px;
	font-size: 18px;
	color: #1A1A1A;
	margin-top: 12px;
	margin-bottom: 12px;
}
div#contact div.contenu {
	width: 285px;
	font-size: 12px;
	color: #1A1A1A;
	margin-bottom: 12px;
}

div#contact a{
	color: #1A1A1A;
	text-decoration: underline;
}

div#contact a:hover{
	color: #003c9c;
	text-decoration: underline;
}

div#notice {
	width: 550px;
	font-size: 12px;
	color: #1A1A1A;
	padding: 0 0 20px 0;
}

fieldset {
	border: 1px #e7ce19 solid;
	padding: 20px;
	margin-bottom: 20px;
}

div.input {
	width: 100%;
}

fieldset legend {
	font-size: 14px;
	color: #cbb40b;
	font-weight: bold;
}

fieldset label {
	width: 160px;
	display: block;
	float: left;
	text-align: right;
	margin: 4px;
	padding: 2px;
}

fieldset input{
	width: 320px;
	display: block;
	float: left;
	margin: 4px;
	padding: 2px;
}

ul#flux {
	list-style-type:none;
	list-style-image: url(../img/rss.png);
	font-weight: bold;
}

ul#flux a {
	text-decoration: none;
}
