@charset "iso-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:20;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #542B0B;
	font-size: 14px;
}

body a {
	color:#000;
	text-decoration:underline;
}

body a:hover {
	color:#000;
	text-decoration:none;
	
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#droite {
	float: left;
	width: 300px;
}
#gauche {
	float: right;
}
#texte {
	float:left;
	width: 860px;
	padding: 20px;
}
h1 {
	text-align: center;
	margin-top: 100px;
	display: block;
}
h2 {
	font-size:12px;
	text-decoration: underline;
	color: #542B0B;
	padding-bottom: 15px;
}
p {

}

#texte ul {
	padding-left: 50px;
	font-weight: bold;
	list-style-type: square;
}
#texte p {
	margin-left: 50px;
}
#texte .souligne,#texte2 .souligne  {
	text-decoration: underline;
}
#texte2 ul {
	padding-left: 50px;
	list-style-type: disc;
}
#texte2 ul li {
	list-style-type: disc;
}
#texte2 ul li {
	list-style-type: circle;
}
#menu {
	display: block;
	float: left;
	width: 890px;
	padding-left: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#menu ul li {
	display: block;
	float: left;
	width: 110px;
	list-style-type: none;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #552B13;
}
#menu ul li a {
	color: #542B0B;
	text-decoration: underline;
	font-weight: normal;
}

#menu ul li a:hover {
	color: #542B0B;
	text-decoration:none;
	font-weight: normal;
}

#texte ul li a {
	font-weight: normal;
	text-decoration: underline;
}

#texte ul li a:hover {
	font-weight: normal;
	text-decoration: none;
}
#container #texte ul li {
	font-weight: normal;
}
h3 {
	text-decoration: underline;
	font-size:14px;
	color: #542B0B;
}
#col_g {
	float: left;
	width: 150px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 8px;
}
#col_g ul {
	padding-left: 8px;
}
#col_g p {
	padding-top: 20px;
	padding-bottom: 10px;
}
#menu2 {
	font-size:12px;
	display: block;
	float: left;
	width: 760px;
	padding-left: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu2 ul li {
	line-height:25px;
	height:25px;
	background-color:#c6d202;
	display: block;
	float: left;
	width: 110px;
	list-style-type: none;
	text-align: center;
	
	margin-right:3px;
}
#menu2 ul li a {
	color: #542B0B;
	text-decoration:none;
	
	font-weight: normal;
}

#menu2 ul li a:hover {
	color: #542B0B;
	text-decoration: underline;
	font-weight: normal;
}
