/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #A63A30 url(images/bg01.jpg) repeat left top;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** TABLES */

.table1 {
	width: 100%;
}

.boite {
	background-color: #C4CDEE;
	margin: 15px 0px 5px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.boite_petit {
	background-color: #C4CDEE;
	margin: 15px 5px;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 11px;
	text-indent: -10px;
	font-style: italic;
}

.table1 td {
	padding: 5px;
	font-size: 10px;
}

.table1 a {
	color: #65533E;
}

.table1 .dark {
	background: url(images/homepage07.gif) repeat-x left top;
}

.table1 .light {
	background: url(images/homepage08.gif) repeat-x left top;
}
.sans_indent {
	padding-left: 0px;
}


/** HEADINGS */

h1 {
	margin: 25px 0px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	font-style: normal;
	text-transform: uppercase;
	color: #00297B;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #95332B;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	line-height: 135%;
}
.sans_espace_avant {
	margin-top: 0px;
	padding-top: 0px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00297B;
	line-height: 135%;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.h2_accueil {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 145%;
}


.h3 {/** h3 sans espace au-dessus */

	margin: 0px 30px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00297B;
	line-height: 135%;
}

h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
	font-style: italic;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/**	color: #65533E;*/
}

p, ol, dl {
	margin-top:  5px;
	margin-bottom:  10px;
	text-align: left;
	line-height: 135%;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top:  10px;
	margin-bottom:  15px;
	text-align: left;
	font-style: italic;
	margin-right: 0px;
	margin-left: 12px;
	list-style-type: none;
	text-indent: -12px;
	line-height: 135%;
}

.text1 {
	color: #000000;
}

.text2 {
	margin-bottom: 15px;
	padding: 0px 0px 4px 0px;
	text-transform: none;
	font-size: 12px;
	color: #00297B;
}
.sans_espace_apres {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/** LISTS */

/**ul {
	margin: -5px 0px 10px 12px;
	list-style: circle url(none) inside;
	background-position: left;
	text-indent: -12px;
}*/

ul {
	margin: -5px 0px 10px 12px;
	list-style-type: circle;
	list-style-position: outside;
	line-height: 135%;
}

li {
}

.li_espace_apres {
	padding-bottom: 2px;
	padding-top: 5px;
}

/** LINKS */

a {
	color: #238887;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: inherit;
	padding-right: 5px;
	/**	background: url(images/homepage03.gif) no-repeat center right;*/
	text-align: right;
	text-decoration: none;
	text-transform: none;
	font: bold 12px Times, serif"Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom-color: #6C95E7;
	border-bottom-style: solid;
	padding-bottom: 8px;
	border-bottom-width: thin;
}

.link1:hover {
	text-decoration: underline;
	color: #B3C8F2;
}

.link2 {
	display: block;
	margin-right: 5px;
	padding-right: 20px;
	background: url(images/homepage10.gif) no-repeat right center;
	text-align: right;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg02.jpg) repeat-x left top;
}
.bg2 { background: url(images/bg03.jpg) no-repeat left top; }
.bg3 { background: url(images/bg04.jpg) repeat-y left top; }
.bg4 {
	background: url(images/bg05.jpg) no-repeat left bottom;
	overflow: auto;
}
.bg5 { background: url(images/bg06.jpg) no-repeat left top; }
/**.bg6 { background: url(images/homepage02.gif) repeat-x left top; }*/
.bg7 {
	background: url(images/homepage05.gif) repeat-x left bottom;
	list-style-type: circle;
}
/** html .bg4 {
overflow: auto;
width:100%;
width: expression(document.body.offsetWidth - (document.body.offsetWidth - 795));
}*/


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.image_droite {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.img3 {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
}

