
/* ---------------------------------------------------- */
/* General						*/
/* ---------------------------------------------------- */

body {
	margin : auto;
	padding : 0;
	color : #333;
 	BACKGROUND: #C0B4AB url('../img/view_desertdraw.gif') top  repeat-x;
	font : 12px "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
}

table { font-size : 1em; }
p { margin : 1em 0; }
q { font-style : italic; }
ul { list-style-type : square; list-style-position : outside; }

table.fred { font-size : 1em; }


pre { 
	width : 95%;
	padding-bottom : 0.5em;
	background: white;
	white-space : normal;
	/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
	overflow : auto;
	white-space : pre;
	/* Fin hack Ne pas supprimer cette ligne */
}
code { width : 100%;}
img { 
     padding-right : 1px; 
}
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 1.6em;  margin : 0.67em 0; color:#414141 ; }
h2 { font-size : 1.4em;   margin : 0.83em 0 0 0; font-family : "Arial",sans-serif; color : #4364a1;  font-weight: bold; font-style : italic; }
h3 { font-size : 1.1em;   margin : 0.9em 0 0 0; color:#414141 ; font-family : "Arial",sans-serif; color : #4364a1; font-style : italic; }
h4 { font-size : 1 em; margin : 0; color:#414141; }
h5 { font-size : 0.83em;  margin : 1em 0; }
h6 { font-size : 0.67em;  margin : 1em 0; }

em { 
	text-decoration: underline;
	font-weight: bolder;
	color: #414141
}


a:link 	  { color : #6E6D8F; text-decoration : none; }
a:visited { color : #cc9900; text-decoration : none; }
a:hover   { color : #cc0000; text-decoration : none;  }
a:active  { text-decoration : none; }
a:focus   { text-decoration : none;}

a[href^='http://']{
	PADDING-RIGHT: 14px; BACKGROUND: url('../img/external-link.png') no-repeat right center
}
a[href$='.JPG']{
	PADDING-RIGHT: 1px;  BACKGROUND: none 
}
a[href$='.jpg']{
	PADDING-RIGHT: 1px;  BACKGROUND: none 
}
a.extlink {
	PADDING-RIGHT: 14px; BACKGROUND: url('../img/external-link.png') no-repeat right center
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
}
.clear {
	clear : both;
	display : block;
	height : 1px;
	margin : 0;
	padding : 0;
}

/* ---------------------------------------------------- */
/* Layout		#94a9c6				*/
/* ---------------------------------------------------- */
#page {
	width : 812px;
	margin : 0px auto;
	padding : 0px;
	border : 0px solid #000;
	background-image: url(../img/fondpage.gif);
	text-align : left;
}
#main {
	width : 812px;
	padding : 4px 0px 0px 0px;
	border : 0px solid #000;
	background: url(../img/fondpage_top.gif) no-repeat ;
	margin : auto;
	text-align : left;
}
#wrapper {
	float : right;
	width : 798px;
	border-bottom: 1px solid #CCC;
	margin : auto;
	padding : 2px 4px 0px 0px;
	text-align : left;
}
#content {
	float : left;
	width : 602px;
	margin : 0;
	padding : 0px;
	text-align : left;
}
#sidebar {
	float : right;
	width : 188px;
	padding : 0 0 10 0;
	margin : 0 1 1 3;
	border: 1px solid;
	border-color: #CC9900;
	background-color:#f6f6f6;
	text-align : left;
}

.titrezik {  
	BORDER-BOTTOM: #cc9900 1px solid; 
	font-size: 12px; 
	font-weight: bolder; 
}
.ombreCadre {  
	text-align: right; 
}

/* ---------------------------------------------------- */
/* Block "Top"						*/
/* ---------------------------------------------------- */
#top {
	margin : 0;
	padding : 0px 0px 0px 0px;
	text-align : center;
   height: 152px;
   background-image: url(../img/desertdraw_top.gif);
   background-repeat: no-repeat;
}

#top a:link {
	color : #FFFFFF;
	text-decoration : none;
}

#top h1 {
	float : absolute;
	margin : 0;
	padding : 0;
	
}
#navbar-top {
	padding : 134 0 0 0;
	text-align: center;
	margin : 0;
}

.navbar {
	text-align : right;
}



/* ---------------------------------------------------- */
/* Block "Navigation"					*/
/* ---------------------------------------------------- */

.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #F4EACF;
	color: black;
	padding:2px;
	border: 1px solid #CC9900;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#5D5D5D;
	border: 1px solid #CC9900;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}

/* ---------------------------------------------------- */
/* Block "Footer"					*/
/* ---------------------------------------------------- */
#footer {
	clear : both;
	width: 780px;
	margin : 0 10 0 10;
	padding : 0px 0px 0px 0px;
	background-color:#FFFFFF
	
}
#credit {
	width : 25%;
	float : left;
	margin : 0;
	padding : 0;
}
#navbar-bottom {
	width : 75%;
	float : right;
	margin : 0;
	padding : 0;
	color : #FFFFFF;
}
.clear {
	clear : both;
	margin : 0;
	padding : 0;
	height: 1px;
}

/* ---------------------------------------------------- */
/* Block "Sidebar"					*/
/* ---------------------------------------------------- */
#sidebar h2 {
	padding : 0;
}
#sidebar h3 {
	padding : 0;
}
#sidebar ul {
	list-style-type : none;
	padding-left: 16px;
	margin-top : 0.1em;
}
#sidebar li {
	list-style : square;
	padding-left: 0px;
	color : #999;
}
#sidebar li:hover {
	color : #333;
}



/* Search form box ----------------------------------- */
#search {
	margin : 0;
	padding : 0;
}
#search h2 {
}

/* Categories box ------------------------------------ */
#categories {
	margin : 0;
	padding : 0;
}
#categories h2 {
}


/* Links box ----------------------------------------- */
#links {
	margin : 0;
	padding : 0;
}
#links h2 {
}

#links h3 {
}


/* ---------------------------------------------------- */
/* Post							*/
/* ---------------------------------------------------- */

.post {
	padding : 5px;
	background-color:#f6f6f6;
	border: 1px solid;
	text-align: justify;
	border-color: #CC9900;
	margin : 1 1 12 2;
}
.post-title {
	color : #036;
	margin : 0;
	padding : 1px;
	background-color:#FFFAF4;
	
}
.post-info {
	color : #666;
	margin : 0;
	padding : 0;
}
.post-info a {  }

.post-chapo {
	margin : 0;
	padding : 0;
}
.post-content {
	margin : 0;
	padding : 0;
	text-align : justify;
}
.post-info-co {
	padding : 0;
	text-align : right;
}
.post-info-co a {  }


/* ---------------------------------------------------- */
/* Form							*/
/* ---------------------------------------------------- */
#add-comment, #change-comment {
	margin : 0;
	padding : 0;
}
#comment-form {
	margin : 0;
	padding : 0;
}
#dcwikibar {
	margin : 0;
	padding : 0;
	padding : 2px;
}
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}
input, textarea {
}
input[type], textarea[name] {
}
input[type=submit], input[type=reset] {
}
input[type=submit]:hover {
}
textarea {
	margin : 0;
	padding : 0;
}
p.field {
	margin : 0;
}
p.field label {
	display : block;
}
.form-help {
}
input.preview {
}
input.submit {
}
#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}

/*
    Autres
*/
TD.tab3D {
	BORDER-RIGHT: #CC9900 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #FFF7EB 1px solid; 
	PADDING-LEFT: 1px; 
	PADDING-BOTTOM: 4px; 
	BORDER-LEFT: #FFF7EB 1px solid; 
	COLOR: #003366; 
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; 
	font-size: 12px; 
	text-align: justify;
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #CC9900 2px solid; 
	BACKGROUND-COLOR: #D2CAC4
}
/*
	BACKGROUND-COLOR: #F4EACF ou #D2CAC4
*/
TD.tab3Dimg {
	BORDER-RIGHT: #CC9900 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: #FFF7EB 1px solid; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	BORDER-LEFT: #FFF7EB 1px solid; 
	COLOR: #003366; 
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; 
	font-size: 12px; 
	text-align: center;
	PADDING-TOP: 10px; 
	BORDER-BOTTOM: #CC9900 2px solid; 
	BACKGROUND-COLOR: #D2CAC4
}
td.tab_transp	{
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #eeeeee #999999 #999999 #eeeeee;
	color:#003366;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	padding-top: 1px
	}

IMG {
	BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-COLOR: #666666; BORDER-TOP-COLOR: #cccccc; 
BORDER-RIGHT-COLOR: #666666
}
.tit1 {  
	PADDING-TOP: 20px; PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 2px; BORDER-BOTTOM: #666000 1px solid; 
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; color: #000666; 
	font-size: 18px; 
	text-transform: capitalize;
	letter-spacing: 2px;
	word-spacing: 4px;
	font-weight: bolder 
}
.tit2 {  
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; color: #0562A6; 
	text-align: center;
	font-size: 14px; 
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: bolder 
}
.tit3 {  
	PADDING-TOP: 5px; PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 2px; BORDER-BOTTOM: #CECECE 1px solid; 
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; color: #000666; 
	font-size: 14px; 
	text-transform: capitalize;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: bolder 
}
table.tbx {
  background-color: transparent;
  font-size: 11px;
  width: 590px;
  border: 1px solid #8F8F8F;
}

.tabtitle {
  font-size: 11px;
  font-weight: bold;
  background-color: #A49D73;
  color: #FFFFFF;
  word-spacing: 2px;
  text-transform: capitalize;
  border-left: 1px solid #C0A363;
  border-bottom: 1px solid #414141;
  padding:4px;
}
.tdhilite {
  border-bottom: 1px solid #CCCCCC;
  padding-left:2px;
  padding-right:1px;
  padding-top:0px;
  padding-bottom:0px;
}
.tdhilitecenter {
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  padding-left:2px;
  padding-right:1px;
  padding-top:0px;
  padding-bottom:0px
}
.tdhilite:hover{
  padding-left:2px;
  padding-right:1px;
  padding-top:0px;
  padding-bottom:0px;
	background-color: #D9D19C;
}
.tdlolite {
  padding:2px;
  border-bottom: 1px solid #CCCCCC;
  background-color: #ECECEC
}

li.album {
	padding-top:3px;
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; 
	font-size: 14px; 
	list-style-type:none;
	font-weight: bolder;
	text-transform: capitalize;
	padding-left:2px;
} 
li.track {
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; 
	list-style-type:none;
	font-style: italic;
	padding-left:2px;
	padding-bottom:2px;
} 
li.track:before { 
	content: "Ze track: ";
	font-style: normal;
	font-weight: bolder;
	color: grey
}
li.url {
	color: black;
	list-style-type:none;
	background-image:url(../../img/icon-url.gif);
	background-repeat:no-repeat;
	background-position:0% 65%;
	padding-left:35px
} 

li.comment {
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; 
	list-style-type:none;
	padding-left:2px;
} 
li.commentit {
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; 
	list-style-type:none;
	font-style: italic;
	font-weight: bolder;
	padding-left:2px;
} 

.titcine {  
	font-family: Copperplate, Georgia, verdana, serif; text-align: center; color: #333333; font-size: 16px; 
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: bold
}

.titartist {  
	PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-BOTTOM: #666000 1px solid; 
	font-family: "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif; font-size: 12px; 
	font-weight: bolder; 
}
.limitwidth {  
	width : 70px;
	float : left;
	text-decoration: underline;
	font-weight: bolder;
	margin : 0;
	padding : 0;
	color : #414141;
}
/* Formulaire */

.inputSmallForm{
	border: 1px solid #CDBFB1;
	background-color: #CDBFB1;
	width:60px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#5C4334;
	height: 15px;
}
.inputQteForm{
	border: 1px solid #CDBFB1;
	background-color: #CDBFB1;
	width:20px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#5C4334;
	height: 12px;
}
.inputQteFormOver{
  border:1px solid #BEA68D;
  background-color: #BEA68D;
	width:20px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#5C4334;
   height: 12px;
}
.inputSmallFormOver{
  border:1px solid #BEA68D;
  background-color: #BEA68D;
	width:60px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#5C4334;
   height: 15px;
}

.inputMedForm{
	border: 1px solid #CDBFB1;
	background-color: #CDBFB1;
	width:238px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#5C4334;
	height: 15px;
}

.inputMedFormOver{
  border:1px solid #BEA68D;
  background-color: #BEA68D;
	width:240px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#5C4334;
   height: 15px;
}

.inputForm{
	border: 1px solid #CDBFB1;
	background-color: #CDBFB1;
	width:340px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#5C4334;
	height: 15px;
}

.inputFormOver{
  border:1px solid #BEA68D;
  background-color: #BEA68D;
	width:340px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#5C4334;
  height: 15px;
}


.button{
  background-color: #C0A363;
  border-right: 3px solid #805E42;
	border-bottom: 3px solid #805E42;
  border-top: 3px solid #9A8979;
	border-left: 3px solid #9A8979;
	color:#000000;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-align: center;
  height: 22px;
}

.buttonOver{
  background-color: #BEA68D;
  border-left: 3px solid #805E42;
	border-top: 3px solid #805E42;
  border-bottom: 3px solid #9A8979;
	border-right: 3px solid #9A8979;
	color:#6C4E36;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-align: center;
  height: 22px;
}

