* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: Helvetica;
}
a:hover {

}
.bold {
	font-weight: bold;
}
#container {
	width: 828px;
	margin: 40px auto;
	border: #943092 1px solid;
}
#header {
	position: relative;
	height: 235px;
	background: url(../img/header.jpg) repeat;
	text-transform: uppercase;
	font-size: 12px;
}
#header_menu1  {
	position: absolute;
	top: 90px;
	left: 290px;
	line-height: 47px;
	list-style-type: none;
}
#header_menu2 {
	position: absolute;
	top: 130px;
	left: 290px;
	list-style-type: none;
}
#header_menu1 li {
	display: inline;
	margin: 0 6px;
}
#header_menu2 li {
	display: inline;
}

#header_menu1 a, #header_menu2 a:hover {
	color: #943092;
	text-decoration: none;
}
#header_menu1 a:hover, #header_menu2 a {
	color: #fff;
	text-decoration: none;
}
#header_menu2 li a{
	display: block;
	float: left;
	padding-left: 4px;
	padding-right: 20px;		
}
#menu_pna {
	position: absolute;
	top: 172px;
	right: 120px;
	width: 170px;
	height: 36px;
}
#menu_pna a{
	display: block;
	text-decoration: none;
	width: 170px;
	height: 36px;
	background: url(../img/menu_pna.jpg) no-repeat;
}
#menu_pna a:hover{
	background: url(../img/menu_pna_up.jpg) no-repeat;
}
.li_stxt {
	margin-top: 16px;
}
#li_ltxt {
	font-size: 10px;
	margin-top: 10px;
}
#content {
	background: url(../img/contentleft_bg.jpg) bottom left no-repeat #fff;
	width: 828px;
	overflow: hidden;
}	
#left {
	float: left;
	width: 401px;
}
#left_img {
	overflow: auto;
	margin: 0;
	padding-top: 25px;
}
#left p {
	color: #943092;
	text-align: right;
	margin-right: 13px;
	font-size: 10px;
}

/* menu secondaire */

#left ul {
	border-top: 1px dashed #f1a62a;
	border-bottom: 1px dashed #f1a62a;
	width: 250px;	
	margin-left: 40px;
	list-style-type: none;
	padding: 4px 0 6px 0;
}

#left ul li {
	border-top: #fff 2px solid;
}

.pair, .impair {
	width: 240px;
	height: 34px;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 34px;
	padding-left: 10px;
}

.pair {
	background-color: #f1a62a;
}

.impair {
	background-color: #ee8e2b;
}

.pair:hover, .impair:hover {
	color: #943092;
}

#right {
	background-color: #f5eef6;
	float: left;
	width: 406px;
	min-height: 473px;
	font-size: 12px;
}
#right a{
	color: #943092;
	text-decoration: none;
	border-bottom: 1px dashed #f1a62a;
}
#right a:hover {
	color: #f1a62a;
}
#right h2 {
	color: #f1a62a;
	text-transform: uppercase;
	margin-top: 53px;
	margin-left: 16px;
	font-size: 21px;
}
#right p {
	color: #943092;
	
	margin: 18px 25px 0 16px;
	text-align: justify;
}
#footer { 
	background-color: #942e91;
	height: 44px;
	clear: both;
	color: #fff;
}
#footer img {
	border-right: 1px solid #fff;
	float: left;
}
#footer_left {
	margin-top: 8px;
	margin-left: 10px;
	float: left;
	font-size: 11px;
}
#footer_right {
	float: right;
	margin-right: 16px;
	color: #dac2de;
	font-size: 10px;
	line-height: 44px;	
	letter-spacing: -0.5px;
}
#footer_cn {
	float: left;
	border-right: 1px solid #fff;
	background-image: url(../img/footer_cn.jpg);
	width: 193px;
	height: 44px;
	text-decoration: none;
}
#footer_cn:hover{
	background-image: url(../img/footer_cn_up.jpg);
}
.pinkpam {
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
}
.pinkpam a, #footer_left a:hover {
	color: #dac2de;
	text-decoration: none;
}
.pinkpam a:hover, #footer_left a {
	color: #fff;
	text-decoration: none;
}

.thumbnail
{
	position:relative;
	border:1px solid #000000;
	background-color:#FFDDDD;
	float:left;
	/*height:96px;*/
	cursor:pointer;
	margin-left:10px;
	margin-top:5px;
	padding:5px 5px 5px 5px;
	font-size:9px;
}