/*---------------- DIV MAIN -------------- */

div.main {
	top:30px;
	
		display:block;
	padding: 20px;
	display:block;
	width: 80%;
	color: #5C514C;
}

div.ask {
	top:0px;
	left:10px;
/*	position:absolute;*/
	padding: 0px;
	display:block;
	border:0px solid #A91111;
/*	background-color: #F0F0F0;*/
	width: 100%;
	height: 160px;
	color: #5C514C;
	background: url(images/bandeau.jpg) bottom right no-repeat;
}

div.ask font.intitule {
	font-style: normal;
/*	text-transform: lowercase;*/
	font-weight: bold;
	text-align : center;
	font-size:140%;
	color:#F5EDA1;
}


div.ask select {
	background-color:#F5F5F5;
	border:none;
	color:#5C514C;
	cursor:pointer;
	width:100%;
	font-size:8pt;
}
div.ask input.search {
	background-color:#F5F5F5;
	width:60%;
	border:1px solid #A91111;
	color:#5C514C;	
	font-size:8pt;
	height:12px;
	padding:2px;
}
div.ask button {
	background-color:#F5EDA1;
	border:1px solid #5C514C;
	color:#A91111;
	cursor:pointer;
}


/* ---------- Table recherche ------------------ */
div.ask table.searchBox {
	border: 0px ;
	border-spacing: 0;
	padding : 0;
	margin: 0;
	table-layout: fixed;
	border-collapse:collapse;
	text-align : left;
	color: #F5EDA1;
	font-size:9pt;
/*	width:800px;
*/}

div.ask table.searchBox td {
	width : 30%;
}



div.ask table.searchBox td.entete {
	height:30px;
}


div.reponse {
	margin-top:20px;
	margin-bottom:20px;
	top:150px;
	left:10px;
/*	position:absolute;*/
	padding: 5px;
	display:block;
	border:1px solid #A91111;
	width: 98%;
/*	max-height:500px;
*/	overflow:auto;
	color: #5C514C;
}

/* ------------------- map ------------------------- */
img.map {
	height:100px;
	width:100px;
}

div.map {
	height:100px;
	width:100px;
	border:1px solid #A91111;
	margin:5px;
	float:left;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
/*	position:absolute;*/
}

/* ------------------- Field ------------------------- */

div.field {
	height:100px;
	width:480px;
	margin:5px;
	float:left;
	top:0px;
	left:120px;
/*	position:absolute;*/
}

/* ------------------ class FONT ------------------- */
div.main font {
	display: block;
	font-family:verdana, helvetica, sans-serif;
	font-size : 8pt;
	color: #5C514C;
/*	background-color: #FFFFFF;*/
}

div.main b {
	font-weight: bold;
}

div.main font.normal {
	font-style: normal;
	text-transform: none;
	text-align : left;
}
div.main font.normal:first-letter {
	text-transform: uppercase;
}

div.main font.intitule {
	font-style: normal;
/*	text-transform: lowercase;*/
	font-weight: bold;
	text-align : left;
}
div.main font.intitule:first-letter {
	text-transform: uppercase;
}

div.main font.intituletab {
	font-style: normal;
/*	text-transform: lowercase;*/
	font-weight: bold;
	text-align : left;
	background-color: #57997D;
	color : #FFFFFF;
}
div.main font.intituletab:first-letter {
	text-transform: uppercase;
}

div.main font.section {
	font-style: normal;
/*	text-transform: lowercase;*/
	font-weight: bold;
	text-align : center;
	font-size : 120%;
	color: #57997D;
	background-color: #FFFFFF;
}
div.main font.section:first-letter {
	text-transform: uppercase;
}

div.main font.titre {
	font-style: normal;
	/*text-transform: lowercase;*/
	font-weight: bold;
	text-align : left;
	font-size : 140%;
}

div.main font.titre:first-letter {
	text-transform: uppercase;
}

div.main font.titreRed {
	font-style: normal;
	/*text-transform: lowercase;*/
	font-weight: bold;
	text-align : left;
	font-size : 140%;
	color:#A91111;
}

div.main font.link {
	font-style: normal;
	text-transform: none;
}

div.main font.alert {
	font-style: normal;
	text-transform: lowercase;
	font-weight: bold;
	text-align : left;
	font-size : 100%;
	color: red;
	background-color: #FFFFFF;
}

/* -------------------- class SPAN ------------------ */
div.main span.attention {
	color: #A91111;
	font-weight: bold;

}
div.main span.up {
	text-transform: uppercase;
}
div.main span.link {
	font-style: normal;
	text-transform: none;
}

font.titreassoc span.sstitre {
	font-size:10pt;
}

/* ------------------- class INPUT ------------------*/
div.main input {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 150px;
	height: 15px;
	color: black;
}
div.main input.moytitre {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 220px;
	height: 15px;
	color: black;
}
div.main input.longtitre {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 350px;
	height: 15px;
	color: black;
}

div.main textarea {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 350px;
	height: 80px;
	color: black;
}

div.main input.checkbox {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 15px;
	height: 15px;
	color: black;
}

/* ------------------- class TABLE ----------------- */

div.main table {
	border: 0px ;
	border-spacing: 0;
	padding : 0;
	margin: 0;
	table-layout: fixed;
	border-collapse:collapse;
	text-align : left;
	color: #57997D;
/*	background-color: #FFFFFF;*/
}

div.main table.ss_tableau {
	border: solid 1px ;
	border-spacing: 0;
	padding : 0;
	margin: 0;
	table-layout: fixed;
	border-collapse:collapse;
	text-align : left;
	color: #57997D;
	background-color: #FFFFFF;
	width: 100%;
}
div.main td {
	vertical-align:top;
}
/*div.action table.afficher_service {
	background:url(images/logo_page.jpg) top right no-repeat;;
}*/


div.afficher_service table.afficher_service {
	border: 0px ;
	border-spacing: 0;
	padding : 0;
	margin: 0;
	table-layout: fixed;
	border-collapse:collapse;
	text-align : left;
	color: #57997D;
	background-color: #FFFFFF;
}

div.afficher_service table.afficher_service td.col1 {
	width : 20%;
}
div.afficher_service table.afficher_service td.col2 {
	width : 80%;
}
/* ------------- Lignes horizontales ----------------- */
td.ligne_horiz {
	height : 7px;
	border-top: dashed 1px ;
	border-color: #5C514C;
	margin-top: 7px;
}
td.ligne_horiz2 {
	height : 4px;
	border-top: solid 1px ;
	border-color: #F5F5F5;
	margin-top: 7px;
}
/* ------------ Span ---------------------------------- */
span.found {
	background-color:#FFFFA5;
}
h1 {
	color:#A91111;
	font-size:16pt;
	font-weight:bold;
}
