@charset "UTF-8";
body  {
	margin-top: 0px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-position: 200px 450px;
	background-repeat: no-repeat;
	background-image: url(images/logoFons.gif);
}
.peuFoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #35332E;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFix #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.cap {
	margin: 0px;
	float: none;
	height: 100px;
	width: 100%;
	background-image: url(images/capFons.gif);
	background-repeat: repeat-x;
	padding: 0;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin-top: 5px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin-top: 15px;
}
.thrColFix #mainContent {
	margin-bottom: 0px;
	width: 410px;
	margin-top: 35px;
	margin-left: 195px;
}
.imatgeCap  {
	height: 85px;
	width: 900px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-position: outside;
	list-style-type: circle;
	margin-bottom: 4px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #2C1003;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EF9C17;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #EE9403;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0B0A0A;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8C07;
	border-top-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8C07;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: circle;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8C07;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: circle;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8C07;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: circle;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #2C1004;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0B0A0A;
	margin: 0px;
	padding: 0px;
}
