/***********************/
/* contact_bloc_gauche       */
/***********************/
div#contact_bloc_gauche
{
	float:left;
	width:500px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
}
div#contact_bloc_gauche fieldset
{
	margin:0px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #999;
	width:450px;
}

div#contact_bloc_gauche legend 
{
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
	color:#555;	
	font-weight:bold;
	border:0px;
}
div#contact_bloc_gauche fieldset p {	/*** Mise en forme des lignes du formulaire ***/
	clear:both;
	line-height:30px;
}
div#contact_bloc_gauche fieldset label {	/*** Mise en forme des intitulés de champs ***/
	float:left;
	width:150px;
	text-align:right;	
	padding:0 .7em 0 0;
}

span.etoile {	/*** Etoile signalant un champ obligatoire ***/
	padding-left:3px;
	font-size:8pt;
	color:#DAA017;
}

div#crm_photos
{
	float:right;	
	padding-top:25px;
}
div#crm_photos img
{
	border:1px solid <?echo COU_DOMINANTE?>;
}
div#crm_maps
{
	float:left;
	clear:both;
	margin-top:30px;
	padding-left:0px;
}

/***************************/
/*		BLOC DROIT			*/
/***************************/
#contact_bloc_droit
{
	float:right;
	width:455px;
}




/***************************/
/*		CALENDRIER			*/
/***************************/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}
.ds_tbl {
	background-color: #FFF;
}
.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}
.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}
.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

