/*
 * Objets génériques
 */


/*
 * Identifiants (ID)
 */
a:active #pagecontainer
{
	color: rgb(255,0,0);
}

a:link #pagecontainer
{
	color: rgb(0,0,0);
	text-decoration: none;
}

a:visited #pagecontainer
{
	color: rgb(0,0,0);
	text-decoration: none;
}

a:hover #pagecontainer
{
	color: rgb(255,0,0);
}

#adresse
{
	text-align: center;
	font-weight: bold;
}

#collaborateurstitle
{
	margin-top: 20px;
	text-align: left;
}

#formmail
{
	width: 570px;
	font-family: Arial;
	font-size: 1em;
	margin-top: 40px;
	margin-left: 96px;
	background-image: url('../images/main/pages/contact/form_bkg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

#formmailheader
{
	width: 570px;
	height: 31px;
	background-image: url('../images/main/pages/contact/form_header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#formmailbody
{
	margin: 0;
	padding: 1em;
}

#formmailbody p
{
	margin: 0 0 .2em 0;
	padding: .2em 0;
}

#formmailbody label
{
	float: left;
	width: 100px;
	text-align: left;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

#formmailbody label:hover, #formmailfoot img:hover
{
	cursor: pointer;
}

#formmailbody label.oblig
{
	font-weight: bold;
}

#formmailfoot
{
	text-align: left;
	margin-left: 115px;
}

#formmailfooter
{
	width: 570px;
	height: 42px;
	background-image: url('../images/main/pages/contact/form_footer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

/*
 * Classes
 */
.texte
{
	margin-top: 20px;
	text-align: left;
}

#formmailbody .focus
{
	background: beige;
	color: black;
}

#formmailbody .normal
{
	background: white;
	color: black;
}

#formmailbody .alerte
{
	border: 1px solid red;
}

#formmailbody .messageAlerte
{
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('../images/main/pages/contact/icon_alert.gif');
}

