body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	color: #FF0000;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 926px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	padding: 0 20px 0 20px;
	background-color: #151515;
}
#navigation {
	background-color:#383838;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	height:32px;
	margin-bottom:20px;
	padding-left:10px;
}
#navigation a {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	height:20px;
	line-height:30px;
	margin:0 5px 0 0;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
}
#navigation a.selected {
	background-color: #BD0100;
}
#navigation a:hover {
	background-color: #BD0100;
}
#navigation a#mainShare {
	display:block; 
	float:right; 
	margin-right:0; 
	margin-top:-29px;
}
#navigation a#mainShare:hover {
	background:none;
}
#header {
	height: 95px;
	position: relative;
}
#header img {
	margin: 20px;
}
#header #topLink {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0;
}
#header #topLink a {
	text-decoration: underline;
	color: #FFFFFF;
}
#header #topLink a:hover {
	text-decoration: none;
}
#global h1 {
	background-image:url(../img/bg_title.gif);
	background-repeat:repeat-x;
	font-size:21px;
	font-weight:normal;
	height:27px;
	margin:0 0 9px 0;
	padding:8px 0 2px 12px;
}
.static {
	margin-top: 30px;
	padding-right: 28px;
	padding-left: 20px;
}
.static p .question {
	font-size: 14px;
	font-weight: bold;
	color: #e00000;
}
#diaporama {
	height: 325px;
	border: 1px solid #666666;
	margin-bottom: 25px;
	position: relative;
}
#diaporama .tagCloud {
	background-color:#000000;
	height:273px;
	opacity:0.75;
	padding:18px;
	position:absolute;
	right:9px;
	text-align:center;
	top:7px;
	width:236px;
	z-index:200;
}
#diaporama .tagCloud h2 {
	border-bottom:1px solid #999999;
	font-size:18px;
	font-weight:bold;
	margin:0 0 8px 0;
	padding-bottom:8px;
}
#diaporama .tagCloud .size9 {
	font-size: 24px;
	color: #cc0000;
	font-weight: bold;
}
#diaporama .tagCloud .size8 {
	font-size: 18px;
	color: #cc0000;
	font-weight: bold;
}
#diaporama .tagCloud .size7 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
#diaporama .tagCloud .size6 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#diaporama .tagCloud .size5 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
#diaporama .tagCloud .size4 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
#diaporama .tagCloud .size3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
#diaporama .tagCloud .size2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#diaporama .tagCloud .size1 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
#diaporama .tagCloud .size0 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
#diaporama #pager {
	position: absolute;
	left: 19px;
	top: 280px;
	z-index:10;
}
#diaporama #pager a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#diaporama #pager #prev {
	background-image: url(../img/diapo_pager_prev.png);
	_background-image: url(../img/diapo_pager_prev.gif);
	display: block;
	height: 26px;
	width: 14px;
	border: none;
	padding-left: 10px;
	float: left;
	line-height: 26px;
}
#diaporama #pager #prev:hover {
	background-image: url(../img/diapo_pager_prev_sel.png);
	_background-image: url(../img/diapo_pager_prev_sel.gif);
}
#diaporama #pager #next {
	line-height: 26px;
	background-image: url(../img/diapo_pager_next.png);
	_background-image: url(../img/diapo_pager_next.gif);
	display: block;
	float: left;
	height: 26px;
	width: 14px;
	padding-right: 10px;
	text-align: right;
}
#diaporama #pager #next:hover {
	background-image: url(../img/diapo_pager_next_sel.png);
	_background-image: url(../img/diapo_pager_next_sel.gif);
}
#diaporama #pager span {
	line-height: 16px;
	background-image: url(../img/diapo_pager.png);
	_background-image: url(../img/diapo_pager.gif);
	background-repeat: repeat-x;
	display: block;
	height: 16px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#diaporama #pager span a {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
}
#diaporama #pager span .activeSlide {
	color: #BD0100;
	background-image: url(../img/diapo_pager_sel.png);
	_background-image: url(../img/diapo_pager_sel.gif);
	margin-right: 3px;
	margin-left: 3px;
	background-position: center;
	background-repeat: no-repeat;
}
#diaporama #pager span a:hover {
	color: #BD0100;
}
.contentList h2 {
	background-image: url(../img/bg_contentTilte.gif);
	height: 38px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bd0100;
	margin: 0;
	padding-left: 20px;
	line-height: 38px;
	color: #333333;
}
select {
	background-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	background-image: url(../img/select_itemsPerPage.gif);
}
.contentList .pixList {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#view .pixList .pixListContainer {
	margin-bottom: 20px;
}
#view .pixList .pixListContainer .pixBloc {
	float:left;
	margin-right:59px;
	overflow:hidden;
	text-align:center;
	width:130px;
}
#view .pixList .pixListContainer .last {
	margin-right: 0px;
}
#view .pixList .pixListContainer .pixBloc .title a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#view .pixList .pixListContainer .pixBloc p {
	margin: 5px 0;
}
#view .pixList .pixListContainer .pixBloc .resume a {
	color:#CCCCCC;	font-size:11px;	text-decoration:none;}
#read .search {
	height: 21px;
	padding-top: 17px;
	padding-bottom: 19px;
	padding-left: 20px;
}
.inputLeft {
	margin-right: 15px;
	float: left;
}
a.redBtn {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    display: block;
    float: left;
    height: 21px;
    margin-right: 15px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}
h2 a.redBtn {
	float: right;
	margin-top: -29px;
	margin-right: 10px;
}
a.redBtn span {
	background:transparent url(../img/bg_button_span.gif) no-repeat scroll 0 0;
	display:block;
	_display:inline;
	height:21px;
	line-height:21px;
	_padding:4px 0 4px 12px;
	padding-left:12px;
	cursor: pointer;
	font-size: 11px;
	color: #FFFFFF;
}
a.redBtn:hover span {
	cursor: pointer;
  color: #000000;
} 
a.redBtn:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
a.redBtn:active span {
  background-position: bottom left;
	padding-left: 12px;
	cursor: pointer;
  color: #000000;
} 
#read .textBloc {
	border-top:1px solid #999999;
	padding:16px 0 15px 26px;
	position:relative;
	_padding-left:20px;
}
#read .textBloc .cmd {
	float: left;
	padding-top: 5px;
}
#read .textBloc .cmd a {
	color: #151515;
}
#read .textBloc .cmd a img {
	display: block;
	margin-bottom: 21px;
}
#read .textBloc .cmd .gold {
	background-image: url(../img/star.gif);
	background-position: top;
	display: block;
	height: 18px;
	width: 18px;
}
#read .textBloc .cmd .gold:hover {
	background-position: bottom;
}
#read .textBloc .cmd .grey {
	background-image: url(../img/star.gif);
	background-position: bottom;
	display: block;
	height: 18px;
	width: 18px;
}
#read .textBloc .cmd .grey:hover {
	background-position: top;
}
#read .textBloc .textContent {
	padding-left: 20px;
	float: left;
	width: 862px;
}
#read .textBloc .textContent h3 {
	margin:0;
	padding:0;
	width:670px;
	_width:640px;
}
#read .textBloc .textContent h3 a {
	font-size: 18px;
	text-decoration: none;
	color: #E00000;
}
#read .textBloc .textContent h3 a:hover {
	text-decoration: underline;
}
#read .textBloc .textContent .date {
	color: #999999;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width:670px;
	_width:640px;
}
#read .textBloc .textContent .unreadBox {
	float:left;
	font-size:11px;
	margin-right:15px;
	padding:4px 0 0;
}
#read .textBloc .minimize {
	padding-right:20px;
}
#read .textBloc .maximize {
	display:none;
}
#read .textBloc .textContent .textLeft {
	float:left;
	padding-right:20px;
	width:702px;
}
#read .textBloc .textContent .textLeft p {
	padding: 0px;
	color: #F5F5F5;
}
#read .textBloc .textContent .textLeft .bookmarks {
	float: right;
}
#read .textBloc .textContent .textLeft .bookmarks img {
	margin-left: 15px;
}
#read .textBloc .textContent .pixRight {
	float:left;
	margin-left:10px;
	overflow:hidden;
	text-align:center;
	width:130px;
}
#read .textBloc .textContent .pixRight .title a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#read .textBloc .textContent .pixRight p {
	margin: 5px 0;
}
#read .textBloc .textContent .pixRight .resume a {
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}
#read .search {
	height: 21px;
	padding-top: 17px;
	padding-bottom: 19px;
	padding-left: 20px;
}
#read .textBloc .src {
	position: absolute;
	right: 0px;
	_right: 21px;
	top: 18px;
	text-align: right;
	color: #CCCCCC;
}
#footer {
	padding-top: 21px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 36px;
	padding-bottom: 40px;
	font-size: 11px;
	position: relative;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer .bottomLink {
	position: absolute;
	top: 21px;
	text-align: right;
	right: 0px;
	_right: 20px;
}
#footer .bottomLink a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .bottomLink a:hover {
	text-decoration: underline;
}
#backgroundPopup{
	background:#000000;
	border:1px solid #cecece;
	display:none;
	height:100%;
	width:100%;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	left:0;
	top:0;
	z-index:201;
}
.popupContainer{
	background-image:url(../img/bg_popup.gif);
	background-repeat:repeat-x;
	color:#333333;
	font-size:11px;
	height:196px;
	padding:18px 20px 17px 20px;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:365px;
	z-index:202;
	display: none;
}
.popupContainer .textInput {
	background-image:url(../img/bg_textInput.gif);
	background-repeat:repeat-x;
	border:1px solid #666666;
	font-size:11px;
	padding:2px 4px 2px 4px;
	width:163px;
}
.popupContainer .textArea {
	background-image:url(../img/bg_textArea.gif);
	background-repeat:repeat-x;
	border:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height:56px;
	margin:13px 0 11px;
	padding:2px 4px 2px 4px;
	width:354px;
}
#popupAddTag .textArea {
	height:49px;
}
.popupContainer h1{
	background-image:none !important;
	background-repeat:no-repeat !important;
	border-bottom:1px solid #666666;
	color:#333333;
	font-size:21px !important;
	font-weight:bold !important;
	height:20px !important;
	margin:0 0 15px !important;
	padding:0 0 5px !important;
}
.popupContainer p{
	margin:0 0 5px 0;
}
.popupClose{
	color: #333333;
	display:block;
	font-size:11px;
	position:absolute;
	right:22px;
	top:22px;
}
.popupClose img{
	vertical-align:text-bottom;
}
.popupContainer .sendCopy {
	color:#333333;
	float:left;
	padding:4px 0;
}
.popupContainer .contactBtn {
	float: right;
}
.popupContainer .tagField {
	margin:15px 0;
}
.error
{
	visibility:hidden;
}
#slideshow img
{
	display:none;
}