/* GENERAL */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	background-color: #111111;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	padding: 0;
	width: 905px;
	margin: auto;
}
table, tr, td, th {
	border: none;
}
table {
	width: auto;
}
p, div, h1, h2, ul {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #444;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}

/* HEADER */
#header {
	height: 230px;
	margin-top: 25px;
	background: url(../images/header.png) center top no-repeat;
	line-height: 39px;

}
#header ul {
	float: left;
	background: url(../images/bg_menu.gif) repeat-x;
	margin-left: 5px;
}
#header li {
	display: inline;
}
#header li a {
	padding: 12px 12px;
	font-weight: bold;
	margin-right: 1px;
	text-decoration: none;
	background: #fff;
}
#header .side a {
	border: none;
	margin-right: 0;
}
#header li a:hover {
	text-decoration: none;
	color: #FF9933;
	border-top: 5px solid #FF9933;
	border: none !ie;
}
#header li a.active {
	text-decoration: none;
	color: #FF9933;
	border-top: 5px solid #FF9933;
	border: none !ie;
}
#header img {
	float: right;
	margin: 8px 25px 0 0;
	border: none;
}

/* CONTENT */
#content {
	background-color: #fff;
	padding: 15px;
	min-height: 250px;
}

/* LEFT */
#left {
	float: left;
	width: 605px;
}
#left h1 {
	float: left;
	font-style: italic;
	font-size: 18px;
	color: #333;
}
#left .lang {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}
#left h2 {
	margin-left: 15px;
	margin-right: 15px;
	background: url(../images/puce_white.png) no-repeat #ccc;
	background-position: 5px center;
	color: #666;
	margin-bottom: 5px;
	padding: 3px 3px 3px 23px;
	font-size: 13px;
}
#left h3 {
	float: left;
	width: 605px;
	margin: 3px 0 0 3px;
	font-style: italic;
	font-size: 12px;
	color: #ff9933;
}
#left .small {
	clear: both;
	padding-left: 15px;
	text-align: justify;
	font-size: 10px;
	font-style: italic;
}
#left .article {
	clear: both;
	padding: 15px;
	text-align: justify;
	voice-family: "\"}\""; 
	voice-family: inherit;
}
#left .article ul {
	list-style-type: none;
	text-align: justify;
	width: auto;
	margin: 0 0 5px 0;
	padding: 0;
}
#left .article li {
	list-style: none;
	background: url(../images/puce_orange.png) no-repeat;
	background-position: 5px 7px;
	margin: 0 -5px 0 -5px;
	padding: 5px 5px 5px 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#left .article li:hover {
	background-color: #dfdfdf;
}
#left .article table {
	width: 575px;
	margin: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
#left table.cf {
	width: 575px;
	margin: auto;
	margin-top: 10px;
	margin-left: 15px;
	border: 1px solid #ccc;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;
}
#left table.cf .presse {
	background: url(../images/puce.png) no-repeat 8px 8px;
	padding-left: 25px;
}
#left table.cf a {
	text-decoration: none;
}
#left table.cf a:hover {
	color: #fff;
	text-decoration: underline;
}
#left table.cf tr {
	border: none;
	border-bottom: 1px solid #ccc;
	height: 30px;
}
#left table.cf tr:hover {
	background: #ffaa55;
	color: #fff;
}
#left table.cf tr:hover a {
	color: #fff;
}
#left table.cf td {
	height: 20px;
	padding: 4px;
	border: none;
}
#left table.cf th {
	height: 25px;
	border: none;
	background-color: #ccc;
	padding: 4px;
	color: #333;
	text-align: left;
}
#left .address {
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-left: 1px solid #ccc;
	padding-left: 5px;
}
#left table.icons {
	margin: auto;
	width: 300px;
	text-align: center;
	//font-weight: bold;
	font-size: 11px;
}
#left table.icons img {
	margin-bottom: 5px;
}

/* RIGHT */
#right {
	float: left;
	padding-left: 20px;
	width: 240px;
}
#right .quote {
	font-style: italic;
	text-align: justify;
}
#right .quote .open {
	display: block;
	float: left;
}
#right .quote .close {
	display: block;
	float: right;
}
#right .quote .sign {
	clear: both;
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	font-style: normal;
}
#right .indicator {
	font-size: 10px;
}
#right .indicator a.download {
	display: block;
	width: 240px;
	height: 40px;
	background: url(../images/button_blue.png) no-repeat;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#right .indicator a.download:hover {
	font-size: 20px;
	background: url(../images/button_blue_h.png) no-repeat;
}
#right .indicator ul {
	margin-top: 10px;
	margin-bottom: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px 5px 10px;
	background: #efefef;
}
#right .indicator li {
	list-style: none;
	background: url(../images/puce.gif) no-repeat;
	background-position: 0 4px;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 19px;
}
#right .indicator li:hover {
	background-image: url(../images/puce_orange.png);
}
#right .indicator ul a {
	text-decoration: none;
	color: #444;
	font-size: 11px;
}
#right .indicator ul a:hover {
	background: transparent;
	text-decoration: underline;
	font-size: 11px;
}

/* TEAM */
#team {
	float: left;
	width: 860px;
}
#team table {
	border: none;
	padding: 0;
	border-collapse: collapse;
	margin-left: 13px;
	margin-bottom: 20px;
}
#team table tr {
	border: none;
}
#team table:hover h2 {
	background-color: #ffaa55;
	color: #fff;
}
#team table:hover h2 strong {
	color: #fff;
}
#team table td {
	vertical-align: top;
	border: none;
	width: 590px;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 10px;
}
#team table td h2 {
	/*margin-top: 5px;
	font-weight: normal;
	font-size: 12px;
	background-color: #efefef;
	padding: 3px;
	color: #666;
	margin-left: 15px;
	margin-right: 15px;*/
	font-weight: normal;
	background: url(../images/puce_white.png) no-repeat #ccc;
	background-position: 5px center;
	color: #666;
	margin-bottom: 5px;
	padding: 3px 3px 3px 23px;
	font-size: 13px;
}
#team table td h2 strong {
	color: #666;
	font-size: 12px;
}
#team table .img {
	vertical-align: middle;
	text-align: center;
	width: 285px;
}
#team table .img img {
	border: 1px solid #000;
}

/* CLEAR FLOATING */
.clear {
	clear: both;
}

/* CARROUSEL */
#carrousel {
	margin: auto;
	width: 550px;
}

/* RSS */
.titleRss {
	margin: 0 0 15px 0;
	padding: 3px 0 3px 23px;
	font-size: 12px;
	background: url(../images/mini_rss.jpg) no-repeat #efefef 0 0;
	display: block;
	color: #444;
}
.titleRss a:hover {
	color: #444;
}
.titleRss a {
	text-decoration: none;
}
.rssBlog {
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
}
.rssBlog li {
	margin-bottom: 10px;
	text-align: justify;
	color: #444;
	font-size: 11px;
	padding: 5px 5px 0 5px;
}
.rssBlog li:hover {
	background: #efefef;
	cursor: pointer;
	border-bottom: 10px solid #efefef;
	margin-bottom: 0;
}
.rssBlog li h3 {
	color: #FF9933;
	text-align: left;
	background: url(../images/puce_orange.png) no-repeat;
	background-position: 0 2px;
	text-indent: 16px;
}
.rssBlog li:hover h3 {

}
.rssBlog h3 {
	font-size: 12px;
	margin: 0 0 2px 0;
}

/* IMPROMPTU */
.jqifade{
      position: absolute; 
      background-color: #111; 
}
div.jqi{ 
	width: 700px;
	font-family: Arial, sans-serif; 
	position: fixed; 
	background-color: #fff;
	font-size: 12px; 
	text-align: justify; 
	border: solid 1px #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
div.jqi .jqicontainer .content{ 
	max-height: 550px;
	overflow: auto;
	padding: 10px;
}
div.jqi .jqicontainer .content .bottom{ 
	display: block;
	background: #efefef;
	padding: 3px;
}
div.jqi .jqicontainer .content p{ 
	line-height: 16px;
	margin-bottom: 15px;
}
div.jqi .jqicontainer ul{ 
	padding-left: 15px;
}
div.jqi .jqicontainer h1{
	background: url(../images/puce_orange.png) no-repeat #efefef;
	background-position: 5px 8px;
	text-indent: 20px;
	padding: 3px;
	font-size: 14px;
	color: #FF9933;
	margin: 0;
}
div.jqi .jqicontainer h2 {
	margin: 0 0 5px 0;
	padding: 3px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 21px; right: 12px; 
	width: 18px; 
	cursor: default; 
	color: #999; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}

/* FOOTER */
#footer {
	height: 17px;
	padding: 23px 5px 0 5px;
	background: url(../images/footer.jpg) repeat-x;
	color: #fff;
	font-size: 10px;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
