/* SIAE Version 1.0 */

html,body{
	padding:0;
	background:#fff;
}

.grostitre{
	font-family:Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#112560;
	/*padding:20px;*/
}

.titre{
	font-family:Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:18px;
	color:#005B9A;
}

.textecourant{
	font-family:Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:12px;
}

.textecourant_bleufonce{
	font-family:Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:12px;
	color:#005B9A;
	font-weight:bold;
}

.textecourant_blanc{
	font-family:Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:10px;
	color:#FFF;
}

.chapeau_bleu{
	font-family:Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:12px;
	color:#80A1CC;
	font-weight:bold;
	vertical-align: middle;
}

.pric_contact{
	font-family:Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
	vertical-align: middle;
}

.menu_essentiels{
	font-family:Trebuchet MS, Verdana, Tahoma, sans-serif;
	color:#3A546F;
	font-weight:bold;
	font-size:11px;
}

p{
display:block;
}

li#puce{
	display:block;
	list-style-type:disc;
	list-style-image:url(puce_rouge.gif);
}

/*pour mettre en évidence un cadre*/
tr#or{
	background-color:#D2B662;
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:underline;
}




/*formulaires*/

.champs-form {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #7da1c1;

}
.justify {
	text-align:justify;
}
.trebuchet {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
}
.taille11 {
	font-size: 11px;
}
.taille10 {
	font-size: 10px;
}
.taille9 {
	font-size: 9px;
}
.taille12 {
	font-size: 12px;
}
.taille13 {
	font-size: 13px;
}
.taille16 {
	font-size: 16px;
}
.rouge {
	color: #e2001a;
}
.italic {
	font-style: italic;
}
.blanc {
	color: #ffffff;
}

.noir {
	color: #000000;
}
.bleu {
	color: #527dff;
}
.gras {
	font-weight: bold;
}
.normal {
	font-weight: normal;
	}
	
.souligne {
	text-decoration: underline;
}


.non-soulign {
	text-decoration: none;
}
.soulign {
	text-decoration: underline;
}
.noir {
	color: #000000;
}
.bt-on {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #bfc0b2;
	background-color: #f6f4e8;
	border: 1px solid #cfcdc0;
}
.bt-off {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.taille24 {
	font-size: 24px;
}
.taille18 {
	font-size: 18px;
}
.taille14 {
	font-size: 14px;
}
a.lien1:link, a.lien1:visited {
	font-family:  Trebuchet MS, Verdana, Tahoma, sans-serif;
	text-decoration: underline;
}

a.lien1:active, a.lien1:hover{
	font-family:  Trebuchet MS, Verdana, Tahoma, sans-serif;
	text-decoration: underline;

}
.fd-tabl {

	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/fd-tabl.gif);
	text-indent: 0px;
	background-repeat: no-repeat;
	}
.fd187-tabl {

	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/fd187-tabl.gif);
	text-indent: 0px;
	background-repeat: no-repeat;
	}

.taille8 {
	font-size: 8px;
}

/* Maj DM */
.gris {
	color: #c0c0c0;
}


table.tabSommaire {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.tabSommaire th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tabSommaire td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}