body {
	font-size: 12px;
	/*font-family: Trebuchet MS, sans-serif;*/
	font-family: Verdana, Arial, Helvetica;
	text-align: justify;
	color: #666;
}

form input, form select, form textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #26429B;
	/*font-style: italic;*/
	margin-top: 0px;
	margin-bottom: 15px;
	font-variant: small-caps;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #CC4B29;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4198C5;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 15px;
	background: transparent url(../images/content_puce_h3.gif) no-repeat 0px 4px;
}

a {
	text-decoration: underline;
	color: #4198C5;
}
a:hover {
	text-decoration: underline;
	color: #DE8A46;
}

img {
	border: none;
}

ul {
	list-style: square;
	list-style-image:url(../images/content_puce_li.gif);
}

/*
.custombold {
	font-weight: bold;
	color: #4198C5;
}
*/

.smalltxt {
	font-size: 10px;
}

.custombloc {
	text-align: center;
	font-size: 14px;
	padding: 10px;
	color: #4198C5;
	background-color: #FAF4B7;
	border: 1px dotted #BB0A0E;
}

.blocancre {
	background-color: #F4EA73;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	margin-bottom:15px;
}

.linksheader {
	font-size: 9px !important;
	font-weight: bold;
	margin-bottom: 15px;
	border: 1px solid #BB0A0E;
	border-collapse:collapse;
}
.linksheader td {
	border: 1px solid red;
}
.linksheader a {
	text-decoration: none;
	color: #26429B;
}
.linksheader a:hover {
	text-decoration: none;
}

.pagination {
	text-align: center;
	font-size: 10px;
}

.logomembre {
	padding: 20px;
	margin-right: 10px;
	border: 1px dashed #999;
}

.lexique {
	margin-bottom: 20px;
}
.lexiqueterme {
	font-size: 12px;
	font-weight: bold;
	color: #CC4B29;
	padding-left: 15px;
	background: transparent url(../images/content_puce_h3.gif) no-repeat 0px 4px;
}

.faq .theme {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #D04D20;
	margin-top: 0px;
	margin-bottom: 10px;
}
.faq .question {
	font-weight: bold;
}
.faq .reponse {
	padding: 5px;
	margin-bottom: 10px;
	color: #D04D20;
	background-color: #FBF2C9;
	border: 1px dotted #D04D20;
}

#fcontact .fnom, #fcontact .fprenom, #fcontact .femail, #fcontact .frs, #fcontact .fadresse_ligne1, #fcontact .fadresse_ligne2, #fcontact .fcp, #fcontact .fville, #fcontact .ftel  {
	border: 1px solid #D04D20;
	width: 300px;
}
#fcontact .fmessage {
	border: 1px solid #D04D20;
	overflow: auto;
	width: 400px;
}

#fcontact .fsubmit {
	border: 1px solid #D04D20;
	background-color: #FBF2C9;
	color: #D04D20;
	font-weight: bold;
}

