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

body, html {
	color: #000;
	margin: 0;
	padding: 0;
	height: auto;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	background-color: #e1d9d2;
	background-image: url(../images/fond-body.png);
	background-repeat: no-repeat;
	background-position: center 50px;
}

a img:link {border:none; background-color: transparent;} 
a img:visited {border:none; background-color: transparent;} 
a img:hover {border:none; background-color: transparent;} 
a img:hover {border:none; background-color: transparent;} 
a:link img {border: none; background-color: transparent;} 
a:visited img {border:none; background-color: transparent;} 
a:hover img {border:none; background-color: transparent;} 
a:hover img {border:none; background-color: transparent;}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#content {
	width: 1000px;
	height: auto;
	min-height: 855px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#info-left {
	width: 270px;
	min-height: 300px;
	height: auto;
	float: left;
}

#logo {
	width: 280px;
	height: 273px;
	background-image: url(../images/fond-logo.png);
	background-repeat: repeat-x;
	padding-top: 7px;
	background-color: #E1D9D2;
}

#menu {
	width: 300px;
	height: 250px;
	background-image: url(../images/fond-menu.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: -268px;
}
#menu ul {
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-align: right;
	color: #FFF;
	width: 300px;
	padding: 0;
	height: auto;
	margin: 0;
}
#menu ul ul {
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-align: left;
	color: #FFF;
	width: 170px;
	position: absolute;
	top: -1px;
	left: 300px;
	background-image: url(../images/fond-ss-menu.png);
	background-repeat: repeat-y;
	margin-top: 1px;
	display: none;
	height: auto;
}
#menu ul li {
	position: relative;
	list-style: none;
	height: 41px;
}
#menu ul ul li {
	position: relative;
	list-style: none;
	height: 30px;
}
#menu li:hover {
    background: #882c1f;	
}
#menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: auto;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-top: 0px;
	line-height: 41px;
}
#menu ul li li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	line-height: 20px;
	height: 24px;
}
#menu ul.col1 li.smenu:hover ul.col2 {
    display: block;
}
.sepa-menu {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	vertical-align: top;
}
#main {
	width: auto;
	height: auto;
	min-height: 320px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #FFF;
	overflow: hidden;
}

#page {
	height: auto;
	float: right;
	width: 640px;
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #882c20;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #882c20;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 0px;
}

.chapo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #62416F;
	text-align: left;
}

.subtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #882c20;
	font-weight: bold;
}

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

h2 {
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #afa9a1;
}

h2 a, h2 a:visited {
	color: #882B20;
	text-decoration: none;
}
h2 a:hover {
	color: #882B20;
	text-decoration: underline;
}

ul a, ul a:visited {
	color: #882B20;
	text-decoration: none;
}
ul a:hover {
	color: #882B20;
	text-decoration: underline;
}
