/**********************************************************
	Style pour le site Lous Seurrots
	Crée par Carine LAVAL le 13/03/2006 10:20
**********************************************************/

body, p, div, form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
    font-size: 0.7em;
	background-color: #FFFFFF;
}
table {
    font-size: 1em;
}

body, table, td, p, div, span, select, input, textarea {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #4A73A4;
}

A, A:LINK, A:VISITED {
	text-decoration : underline;
	color : #3B80C2;
}
A:HOVER { 
	text-decoration : none;
}

/***
	Styles pour du texte
***/
.titPage {
	font-family: Baskerville Old Face, Times New Roman, Arial, sans-serif;
	font-size: 1.7em; 
	color: #4A73A4;
}
.titBlc {
	font-family: Baskerville Old Face, Times New Roman, Arial, sans-serif;
	font-size: 2.2em; 
	color: #FFFFFF;
}
.titBleu {
	font-size: 1.1em; 
	font-weight: bold;
	color: #3B80C2;
}
.titBleuClr {
	font-size: 1.1em; 
	font-weight: bold;
	color: #AABCDE;
}
.titVert {
	font-size: 1.1em; 
	font-weight: bold;
	color: #8AB145;
}

.txtBleu { color : #3B80C2; }
.txtBleuClr { color : #AABCDE; }
.txtVert { color: #8AB145; }
.txtMarine { color : #4A73A4; }
.txtOrange { color : #FF7E01; }
.txtJaune { color : #FFE315; }
.txtRge { color : #DD1704; }
.txtNoir { color : #000000; }
.txtBlanc { color : #FFFFFF; }

.trePtiBleu {
	font-size: 0.8em;
	color: #3B80C2;
}
.ptiBleu {
	font-size: 0.9em;
	color: #3B80C2;
}
.ptiBleuClr {
	font-size: 0.9em;
	color: #AABCDE;
}
.ptiVert {
	font-size: 0.9em;
	color: #8AB145;
}
.ptiMarine {
	font-size: 0.9em;
	color: #4A73A4;
}
.ptiNoir {
	font-size: 0.9em;
	color: #000000;
}
.ptiBlc {
	font-size: 0.9em;
	color: #FFFFFF;
}
/*
	Fin Styles pour texte
*/


/***
	Styles pour lien hypertexte
***/
A.lnkMarine, A.lnkMarine:LINK, A.lnkMarine:VISITED {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration : none;
	color : #4A73A4;
}
A.lnkMarine:HOVER { 
	text-decoration : underline;
}


A.lnkVert, A.lnkVert:LINK, A.lnkVert:VISITED {
	text-decoration : none;
	color : #8AB145;
}
A.lnkVert:HOVER { 
	text-decoration : underline;
}

A.lnkBlc, A.lnkBlc:LINK, A.lnkBlc:VISITED, A.lnkBlc:HOVER {
	text-decoration : none;
	color : #FFFFFF;
}

A.lnkPtiBlan, A.lnkPtiBlan:LINK, A.lnkPtiBlan:VISITED {
	font-size: 0.8em;
	text-decoration : none;
	color : #FFFFFF;
}
A.lnkPtiBlan:HOVER { 
	text-decoration : underline;
}

A.lnkPtiBleu, A.lnkPtiBleu:LINK, A.lnkPtiBleu:VISITED {
	font-size: 0.8em;
	text-decoration : none;
	color : #C1D8EE;
}
A.lnkPtiBleu:HOVER { 
	text-decoration : underline;
}

A.lnkPtiBlc, A.lnkPtiBlc:LINK, A.lnkPtiBlc:VISITED {
	font-size: 0.8em;
	text-decoration : none;
	color : #FFFFFF;
}
A.lnkPtiBlc:HOVER { 
	text-decoration : underline;
}


.lnkPlan, .lnkPlan2 { 
	padding: 2px;
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
}
A.lnkPlan, A.lnkPlan:LINK, A.lnkPlan:VISITED {
	text-decoration : none;
	color : #3B80C2;
	background-color: #B1CCE7;
}
A.lnkPlan2, A.lnkPlan2:LINK, A.lnkPlan2:VISITED {
	text-decoration : none;
	color : #3B80C2;
	background-color: #DAE7F3;
}
A.lnkPlan:HOVER, A.lnkPlan2:HOVER { 
	text-decoration : none;
	color : #8AB145;
	background-color: #F0FADF;
}
/*
	Fin Styles pour lien hypertexte
*/


/***
	Styles pour les couleurs de fond et bordures
***/
.bgBleu 				{ background-color: #3B80C2; color: #FFFFFF; }
.bgBleuClr 				{ background-color: #B1CCE7; }
.bgVert 				{ background-color: #8AB145; }
.bgOrange				{ background-color: #FB8300; }
.bgVertInterm			{ background-color: #C4D8A2; }
.bgVertClr 				{ background-color: #F0FADF; }
.bgOffre	 			{ background: #FFFFFF url("/img/fdOffre.gif") no-repeat left top; }
.bgOffre2	 			{ background: #FFFFFF url("/img/fdOffre2.gif") no-repeat left top; }

.cadreBleu 		{ background-color: #6299CF; color: #FFFFFF; height:360px; width:230px;	padding: 2px 15px 10px 15px; }
.cadreVert	 	{ border : 1px solid #8AB145; background-color: #FFFFFF; }
.cadreGris 	 	{ border : 1px solid #AFB0AD; background-color: #F0FADF; padding:8px; }.bordBleuClr	{ border-color: #AABCDE; }
.bordBleuClr 	{ border-color: #AABCDE; }
.traitVertTop	{ border-top : 1px solid #8AB145; }
.traitVertTop2	{ border-top : 1px solid #8AB145; background-color: #F0FADF; }
.pointille 		{ border: 1px dotted #8AB145; margin: 15px; padding: 10px; }
/*
	Fin Styles pour les couleurs de fond
*/