@charset "utf-8";
/* CSS Document */

html {
	font-size: 0.8em;
	background-color: #1C2103;
	min-width: 499px;
	color: #FFFFFF;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
	width: 499px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #283010;
	border-top-width: 50px;
	border-right-width: 1px;
	border-bottom-width: 50px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F99816;
	border-right-color: #F99816;
	border-bottom-color: #F99816;
	border-left-color: #F99816;
} 

#maincontent {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #1C2103;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6910B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: -20px;
	font-weight: normal;
	font-size: 1.6em;
	background-color: #BBC2A0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
}

h2 {
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.5em;
}

p {
	line-height: 1.7em;
	color: #CED2BD;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.2em;
}

h3 {
	color: #CED2BD;
	margin-top: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom: 1px dotted #AB6505;
	border-top: 1px dotted #AB6505;
	background-color: #556826;
	margin-left: -20px;
	padding-right: 0px;
	margin-right: -20px;
	font-size: 1.3em;
	font-weight: normal;
}

.h3profil {
	color: #AB6505;
	margin-top: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px dotted #AB6505;
/*	border: 1px dotted #AB6505; */
}

ul {
	color: #AB6505;
	padding: 0;
	position: relative;
	left: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}

li {
	color: #CED2BD;
	padding: 0;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	list-style-type: square;
	line-height: 1.4em;
	font-weight: bold;
}
ul ul li {
	margin-right: 40px;
	font-weight:normal;
}


.logoprofil {
	display: block;
	float: right;
	position: relative;
	top: -65px;
	right: -21px;
	height:270px;
	width:180px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F99816;
	border-left-color: #F99816;
	border-top-width: 26px;
	border-right-width: 1px;
	border-top-color: #1C2103;
	border-right-color: #1C2103;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	background-color: #1C2103;
	margin: 0px;
}


.retour {
	display: block;
	background-repeat: no-repeat;
	background-image:url(../images/button_small.jpg);
	vertical-align: middle;
	text-align:center;
	color:#1B2203;
	text-decoration: none;
	width: 125px;
	height:40px;
	line-height:40px;
	margin-bottom:5px;
	position:absolute;
	top:240px;
	left:380px;
}

.retour:hover {
	color:#FFFFFF;
	background-position:-125px;
	}

.print, .print2 {
	display:none;
	visibility:hidden;

}

/*.logoprofil {
	position:relative;
	left:170pt;
	display:block;
	height:200px;
	width:300px;
}*/