
body.mceContentBody{
margin:0;
padding:0;
text-align: left;
background: #0c0101;
background-image: none;
}

* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #fff; 
font-family: Verdana, Arial, Tahoma, sans-serif;
height: 100%;
background:#000 url(../images/fond-janvier09.jpg) top center no-repeat;
  /*** This is the left column background "faked" with an image. The 100px is added to have control of where the vertically repeating starts. The background color #fff (white) will be the background color for our content area ***/
}
body {
font-size: 11px;
line-height:16px;
}
.clear { clear: both; }
#mainContainer {
width:1000px;
margin-left:auto;
margin-right:auto;
background:#0c0101;
background: url(../images/border_d1.png) repeat-y top right; /*** This is the right column background "faked" with an image.  The 100px is added to have control of where the vertically repeating starts. ***/
}
* html #mainContainer {
height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background:transparent;
/* background:url(../images/top.gif) repeat-x top; */
height:103px;
}
#header1{
	float:left;
	display: block;
	width:280px;
	height:103px;
	background:transparent;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
#header2{
	text-align:center;
	margin: 0px 230px 0px 280px;
	padding:0;
	height:103px;
	background:transparent;
	background-image:url(../images/top.png);
	background-repeat:repeat-x;
}
#header3{
	float:right;
	width:230px;
	height:103px;
	background:transparent;
	background-image:url(../images/recherche.png);
	background-repeat:no-repeat;
}
#banner{	
	margin-left: auto;
	margin-right:auto;
	width:468px;
	padding-top:10px;
	overflow:hidden;
}
#banner_in{
	height:60px;
	border:#723c3c solid 1px; 
	overflow:hidden;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
background:#0c0101;
background: url(../images/border_g1.png) repeat-y top left;
padding-left: 282px; /*** Same width as margin-left for the float-wrap div ***/
padding-right: 230px; /*** Our right column width ***/
}
.inner {
background:#0c0101;
width: 100%;
padding-bottom: 111px; /*** Padding-bottom value is the same value as the total height of the footer ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -282px; /*** Same length as .outer padding-left but with negative value ***/

}
#content 
{
background:#0c0101;
float: right;
margin-right: -282px; /*** Same length as .outer padding-left but with negative value ***/
width: 100%;
position: relative; /*** IE needs this  ***/
}
.contentWrap{
padding: 15px;
background:#0c0101;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 265px;
padding: 0px 0px 0px 17px;
position: relative; /*** IE needs this  ***/

}
.bloc_gauche {
	text-align:left;
	width:238px;
	color:#c3b1b1;
	margin-left:17px;
	padding: 5px 0px;
/*	border-right: 1px dotted #422323; */

}
/*************************
RIGHT COLUMN
**************************/
#right {
	float: right; 
	width: 230px;
	padding :9px 0px 0px 0px;
	position: relative; /*** IE needs this  ***/
	margin-right: -230px; /** This negative margin-right value is the same as the right column width (width + padding). ***/
	position: relative; /*** IE needs this  ***/
/** le bg est sur le body ;) ***/

}
.bloc_droite {
	text-align:left;
	padding :5px 0px 0px 0px;
	margin-left:17px;
	width:185px;
	color:#c3b1b1;
	padding: 5px 0px;


}
/**************************
FOOTER
**************************/
#footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height: 111px; /*** The drawback with this solution is that the height of the footer can't have a flexible height. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin-top: -111px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	background:transparent;
	background:url(../images/bottom.png) repeat-x top left;
	text-align:center;
}
#border_g2{
	float:left;
	width: 21px;
	height:87px;
	background:transparent;
	background:url(../images/border_g2.png) no-repeat top left;
}
#border_d2{
	float:right;
	width: 21px;
	height:87px;
	background:transparent;
	background:url(../images/border_d2.png) no-repeat top right; 
}
#copyright{
	clear:both;
	text-align:center;
	width:100%;
	height:24px;
	background:#000;
	font-size: 9px;
	color: #341b1b;
	vertical-align:top;
}
#copyright a:link{
	font-size: 9px;
	color: #341b1b;
}
#copyright a:hover{
	font-size: 9px;
	color: #341b1b;
	text-decoration:underline;
}
.copy a { font-size:10px; font-weight:normal; text-decoration:none;}
.copy  { vertical-align: middle;}
.copy img { border:none}
/* -----------------------------------------------------------------------*/
/* AUTRES DIV IMPORTANTES */

.bloc_rechercher {
	float:right;
	text-align:left;
	padding-right:10px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:22px;
	margin-top:5px;
	margin-bottom:5px;
	width:155px;
	color:#616060;
	font-size:11px;
	overflow: auto;

}
.bloc_titre {
	clear:both;
	padding-left:25px;
	text-align:left;
	line-height:25px;
	height:25px;
	width:100%;
	background-color:#eeeeee;
	background-image:url(../images/etoileg_titre.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#ca1717;
	font-size:13px;
}
.bloc_texte {
	clear:both;
	padding-left:0px;
	margin-top:15px;
	text-align:left;
	height:auto;
	width:100%;
	color:#c3b1b1;
	font-size:11px;
	font-weight:normal;
	overflow:hidden;

}
.etoile_g{
	position:relative;
	float:right;
	margin-top:-25px;
	width:25px;
	height:25px;
	background-image:url(../images/etoileg2_titre.gif);
	background-repeat:no-repeat;
}
.bloc_menu {
	margin-bottom:15px;
	text-align:left
}

/* -----------------------------------------------------------------------*/
	
/* MENU */

		ul#mainlevel-nav {
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				overflow: hidden ;	/* Création du contexte de formatage */
				}
			ul#mainlevel-nav li {
				margin: 0 ;
				padding: 0 ;
				float: left ;
				width: auto ;
				line-height:20px;
				font-size : 12px;
				font-weight: bold;
				white-space: nowrap;
				height: 20px;
				border-right: 1px dotted #ca1717;
				
				}
			ul#mainlevel-nav li a, ul#mainlevel-nav li a:link {
				display:block;
				font-size : 13px;
				height:20px;
				padding: 3px 10px 3px 10px;
				text-decoration: none;
				color : #fff;
				font-family: Arial, Tahoma, sans-serif;
				background: transparent;
				text-decoration: none ;
				text-transform:uppercase;
				}
			ul#mainlevel-nav li a:active, ul#mainlevel-nav li a:hover  {
				display:block;
				color: #eeeeee;
				background: #ca1717;
				}
				
/* -----------------------------------------------------------------------*/
/* TEXTES */
.h1 {
	vertical-align : middle;
	font-size : 11px;
	font-weight: bold;
	color:#FFFFFF;
	background-color : transparent;
}
.h2 {
	vertical-align : middle;
	font-size : 11px;
	font-weight: bold;
	color : #000000;
	background-color : transparent;
}
.h3 {
	vertical-align : middle;
	font-size : 15px;
	font-weight: bold;
	color : #ca1717;
	background-color : transparent;
}
.noir {
	color : #000000;
	background-color : transparent;
}
.noirb {
	color : #000000;
	background-color : transparent;
	font-weight : bold;
}
.noirp {
	font-size : 10px;
	color : #000000;
	background-color : transparent;
}
.rouge1 {
	color : #ca1717;
	background-color : transparent;
}
.rougeb {
	color : #ca1717;
	background-color : transparent;
	font-weight : bold;
}
.rougep {
	font-size : 10px;
	color : #ca1717;
	background-color : transparent;
}
.blanc {
	color : #c3b1b1;
	background-color : transparent;

}
.blancb {
	color : #c3b1b1;
	font-weight : bold;
	background-color : transparent;

}
.blancp {
	color : #c3b1b1;
	background-color : transparent;

}
a {
	color : #000000;
	text-decoration : none;
	background-color: transparent;
}
a:link {
	font-weight:bold;
	color : #ca1717;
	text-decoration : none;
	background-color : transparent;
}
a:visited {
	font-weight:bold;
	color : #ca1717;
	text-decoration : none;
	background-color : transparent;
}
a:hover {
	color : #ca1717;
	background-color : transparent;
	text-decoration : underline;
	font-weight:bold;
}
a:active {
	font-weight:bold;
	text-decoration : none;
	color : #ca1717;
	background-color : transparent;
}
/* -----------------------------------------------------------------------*/

.back_button {
float:left;
margin-top:30px;
text-align:center;
color:#FFF;
margin: 5px 5px 5px 0px;
cursor: pointer;
font-size:9px;
text-transform: uppercase;
font-family: Verdana, Arial, Tahoma, sans-serif;
}

.pagenav {
  text-align: center;
  color:#999999;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}
ul
{
margin: 0;
padding: 0;
list-style: none;
}
li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}
td {
	text-align: left;
	font-size: 11px;
}
/* Joomla core stuff */

.button {
background: url(../images/button.png) transparent no-repeat top left ;
text-align:center;
color:#000;
width:106px;
margin: 5px 0px 10px 0px;
cursor: pointer;
font-size:8px;
height:15px;
text-transform: uppercase;
font-family: Verdana, Arial, Tahoma, sans-serif;
}
.button:hover {
   background-position: 0px -15px;
   color:#fff;
}

.button {
margin-left:8px;
}
.button[name="option"] {
   margin-left: 3px;
}
.inputbox {
	margin-top:5px;
	border:dotted 1px #422323;
	color:#ede1e1;
	background-color: #100303;
}
#lm_subscribe,#lm_unsubscribe{
	border:none;
	background-color: transparent;
}

.componentheading {
	background: url(../images/etoiler.gif) #fff no-repeat 0px 3px;
	text-align: left;
	padding-top: 4px;
	padding-left: 25px;
	margin-bottom:15px;
	width: 100%;
	height: 20px;
	color: #ca1717;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.contentheading {
	text-align:left;
	text-transform:uppercase;
	width: 100%;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color : #fff;
	border-bottom: 1px dotted #422323;
}
table.contentpaneopen td .contentheading { 
	width: 100%;
 }
.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.moduletable th, div.moduletable h3 {
/*	background: url(../images/subhead_bg.png) repeat-x; */
	background:transparent;
	color: #fff;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

table.pollstableborder td {
  padding: 2px;
}
.poll{
  margin-left:18px;
  width:167px !important;
}
.poll div{
  margin-left:-18px;
}
.small {
	color: #999999;
}

.createdate {
	height: 15px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #4d3434;
	background:url(../images/weblink.png) top left transparent no-repeat;
	padding-left:20px;
	text-transform:uppercase;
}

.modifydate {
	height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top: 10px;
	color: #4d3434;
	float:right;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  	color: #ca1717;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: transparent;
	vertical-align: middle;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #ca1717;
	text-transform:uppercase;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 167px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	background-color:#ec7879;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#ca1717;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #ca1717;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  width:auto;
  padding: 5px;
}

.mosimage {
  padding: 0px;
}

.mosimage_caption {
  margin-top: 2px;
  text-align:center;
  color: #ca1717;
  font-size: 10px;
}

.article_seperator { 
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	height:15px;
	width:100%;
	background: transparent url(../images/hr-red.png) repeat-x top left ;
	}
/* -----------------------------------------------------------------------*/

#right .moduletable h3{
	height:20px;
/*	background-image:url(../images/fond_titre_d.png); */
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	background:#ca1717;
	font-weight:bold;
	color:#fbfbfb;
	font-size:11px;
	text-align: center;
	vertical-align:middle;
}
#right .moduletablelogin h3{
	height:20px;
/*	background-image:url(../images/fond_titre_d.png); */
	background-repeat:no-repeat;
	background:#ca1717;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fbfbfb;
	font-size:11px;
	text-align: center;
	vertical-align:middle;
}
#right div.moduletable td{

}

#left .moduletable h3{
/*	background-image:url(../images/fond_titre_g.png); */
	background-repeat:no-repeat;
	background:#ca1717;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fbfbfb;
	font-size:11px;
	text-align: center;
	vertical-align:middle;
}


/* -----------------------------------------------------------------------*/
/* recherche */
.search{
	margin-left:15px;
	margin-top:8px;
}
#mod_search_searchword{
	margin-bottom: 5px;
}
#mod_search_searchword{ width: 152px !important;}
/* -----------------------------------------------------------------------*/
/* identification */
div.moduletableidentify {
	margin-bottom: 5px;
}
.moduletableidentify h3 {
	height:20px;
/*	background-image:url(../images/fond_titre_d.png); */
	background-repeat:no-repeat;
	background:#ca1717;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fbfbfb;
	font-size:11px;
	text-align: center;
	vertical-align:middle;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.moduletableidentify form table{
	margin-left: 15px;
}
#mod_login_username, #mod_login_password{ width: 152px !important;}
#mod_login_remember {
	border: none;
	background-color: transparent;
	margin-top:5px;
}
/* -----------------------------------------------------------------------*/
/* newsletter */
.moduletablenewsletter h3 {
	height:20px;
/*	background-image:url(../images/fond_titre_d.png); */
	background-repeat:no-repeat;
	background:#ca1717;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fbfbfb;
	font-size:11px;
	text-align: center;
	vertical-align:middle;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.moduletablenewsletter p, .moduletablenewsletter form table{
	margin-left: 15px;
}
#subscriber_name, #lm_email{
	margin-top:5px;
	width: 152px !important;
	height:15px;
}
/* -----------------------------------------------------------------------*/
/* qui est en ligne */
.moduletablewho h3 {
	height:20px;
/*	background-image:url(../images/fond_titre_d.png); */
	background-repeat:no-repeat;
	background:#ca1717;
	font-weight:bold;
	color:#fbfbfb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	vertical-align:middle;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	margin: 0 -18px 0px -18px;
	
}
.moduletablewho  {
margin: 0 18px 0px 18px;
}

/* -----------------------------------------------------------------------*/
/* lien lire la suite actu */
a.readon {
	float:right;
	font-size:9px;
	font-weight:normal;
}
a.readon:link {}
a.readon:hover {
	text-decoration:underline;
}
a.readon:visited {}
/* -----------------------------------------------------------------------*/
/* lien des categories */

a.category {
	font-size:12px;
	height:30px;
	font-weight:bold;
	line-height:30px;
	padding-left:30px;
	padding-top:2px;
	vertical-align:baseline;
	background: url(../images/folder.png) no-repeat 0px 0px;
}
a.category:link {}
a.category:hover {
	text-decoration:underline;
}
a.category:visited {}

.sectiontableentry1 a.category, .sectiontableentry2 a.category {
	background: transparent;
	padding-left:0px;
}
.sectiontableentry1 a.category:link, .sectiontableentry1 a.category:link {}
.sectiontableentry1 a.category:hover, .sectiontableentry1 a.category:hover {
	text-decoration:underline;
}
.sectiontableentry1 a.category:visited, .sectiontableentry1 a.category:visited {}
/* -----------------------------------------------------------------------*/
/* syndication */
.syndicate {
	margin-top: 5px;
	text-align:center;
}
.syndicate div {
	float:left;
	width:70px;
	display:block;
	margin-bottom: 10px;

}
/* -----------------------------------------------------------------------*/
/* table */
.sectiontableheader td, .sectiontableentry1 td, .sectiontableentry2 td {
	padding:4px ;
}
.sectiontableheader, td.sectiontableentry2, td.sectiontableentry1{
width:auto !important;
}
.sectiontableheader {
	padding:4px;
	border-bottom:solid transparent 5px;
	border-top:solid #ffffff 5px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#ca1717
}
tr.sectiontableentry2  {
	background:transparent;
}
	tr.sectiontableentry1:hover,
	tr.sectiontableentry2:hover,
	tr.sectiontableentry2 a:hover,
	tr.sectiontableentry1 a:hover  {
	background:#000;
	color:#FFFFFF
}
.sectiontablefooter {
	text-align:center;
}

/* -----------------------------------------------------------------------*/
/* style de table pour le shopping */
table.tableshop	{
	border:solid #e5e5e5 1px;
	margin-bottom:10px;
}
td .tableshop 	{}
.tableshop td {
	background-color:#e5e5e5;
	padding:4px;
}
/* -----------------------------------------------------------------------*/
/* editeur de texte administration */
.mceContentBody {}

.png { behavior: url(../css/iepngfix.htc) }
