/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

h1 {
	margin: 5px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	font-size: large;
}

h2 {
	margin: 0px;
	color: #AF5700;
	font-size:14px;
	margin-bottom: 5px;
}

h3 {
	margin: 0px;
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 {
	margin: 0px;
	color: #AF5700;
	font-size:small;
	
}
h5, h6 {
	margin: 0px;
}
/** TEXTS */

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

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
}

.ul1 li {
}

.ul1 a {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat left center;
}

.ul2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFD6BF;
}

.text2 {
	text-align: center;
	font-size: 12px;
	color: #8D8D8D;
}



/** LINKS */

a {
	color: #DF7000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	float: right;
	padding-left: 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	background: url(images/homepage16.gif) no-repeat left center;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #613B00;
}

a.link2:hover {
	text-decoration: underline;
}


a.linkmenu {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #AF5700;
	

}
a.linkmenu:hover {
	color: #999999;
}

a.linksubmenu {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #AF5700;
	

}

a.linksubmenu:hover {
	color: #999999;
	font-size: 14px;
}
a.linksubmenu:active {
	color: #669900;
	font-size: 14px;
}
/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg02.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/homepage14.gif) repeat-y left top;
}

.bg3 {
	background: url(images/homepage17.jpg) no-repeat left top;
}

.menu {
	text-align: left;
	font-weight: bolder;
	margin-top: 50px;
	margin-left: 80px;
	color: #AF5700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 31px;
	background: url(images/homepage15.gif) repeat-x left center;
}


#content {
	padding: 10px;
	float: left;
	/*border: thin dotted #FFFFFF;*/
	vertical-align: top;
	display: block;
	margin: 10px;
	width: 500px;
	overflow:hidden;
}

#photo_gauche {
	position:absolute;
	top: 340px;
	background-position: left top;
	overflow: hidden;
	visibility: inherit;
	z-index: auto;
	height: auto;
	width: auto;
	font-style: normal;
}


#submenu {
	padding: 2px;
	float: left;
	/*border: thin dotted #FFFFFF;*/
	vertical-align: top;
	display: block;
	margin: 2px;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	color: #AF5700;
}

#submenu_p {
	padding: 2px;
	float: left;
	/*border: thin dotted #FFFFFF;*/
	vertical-align: top;
	display: block;
	margin: 2px;
	width: 500px;
	font-size: 14px;
	color: #AF5700;
	font-weight: bold;
}




.foot {
	background-image:url(images/homepage-16.jpg);
	vertical-align: top;
}

.lienfoot {
	margin-top: 35px;
	text-align: center;	
}

input {
	background-color:#FF9900;
	color: #000000;
}
textarea {
	background-color:#FF9900;
	color: #000000;
