@charset "utf-8";
/* CSS Document */

A { outline:none; }

BODY {
  padding:0px;
  margin:0px;
  background:#000000;
  overflow-x: hidden;
  /*background:url("images/fond3.jpg") 40% top no-repeat #000000;*/
}

/*
 * Ajoute par J. BRACONNIER
 */
DIV.csc-default {
	border: 0px solid black;
	clear: both;
}

DIV.csc-textpic-imagewrap {
	margin-bottom: 15px; margin-right: 15px;
}
/*
 * Fin de l'ajout
 */
 
DIV#fond {
  position:absolute;
  width:2300px;
  height:1226px;
  margin:0px;
  padding:0px;
  top:0px;
  left:50%;
  margin-left:-1085px;
  background:url("images/fond3.jpg") no-repeat;
  overflow-x: hidden;
}
 
 
DIV#calle {
  position:absolute;
  margin:0px;
  padding:0px;
  top:0px;
  left:50%;
  width:1px;
  height:1000px;
}


H1 {
  font-family:Verdana;
  font-weight:bold;
  font-size:20px;
  color:#000000;
  margin:0px;
  padding:0px;
  margin-top:25px;
}


P.bodytext,
P.align-right,
P.align-center {
  font-family:Verdana;
  font-weight:normal;
  font-size:12px;
  color:#000000;
  text-align:justify;
}




P.align-right { text-align : right; }
P.align-center { text-align : center; }


P.bodytext A,
P.align-center A,
P.align-right A {
  font-family:Verdana;
  font-weight:bold;
  font-size:12px;
  color:#FE38EF;
  border-bottom:1px dotted #FE38EF;
  text-decoration:none;
  outline:none;
}

P.bodytext A:hover,
P.align-center A:hover,
P.align-right A:hover {
  text-decoration:none;
  outline:none;
}


DIV#menuGauche {
  position:absolute;
  display:block;
  margin:0px;
  padding:0px;
  width:218px;
  height:98px;
  left:50%;
  margin-left:-490px;
  top:275px;
  border:0px solid green;
}

DIV#menuGauche IMG {
  margin-bottom:5px;
}



DIV#contenu {
  position:absolute;
  border:0px solid green;
  margin:0px;
  padding:0px;
  width:360px;
  height:505px;
  top:215px;
  left:50%;
  margin-left:-245px;
  /*overflow:hidden;*/
}



DIV#colDroite {
  position:absolute;
  border:0px solid green;
  margin:0px;
  padding:0px;
  width:325px;
  height:505px;
  top:215px;
  left:50%;
  margin-left:130px;
  /*overflow:hidden;*/
  border:0px solid red;
}


/* Rubrique dessins */
.titreDessin,
.texteNavig {
  font-family:Verdana;
  font-weight:bold;
  font-size:11px;
  color:#020202;
  margin:0px;
  padding:0px;
  margin-left:7px;
}

.texteNavig { margin-left:0px; }

#tabDessins {
  padding:0px;
  margin:0px;
  margin-top:10px;
}


#liens {
	position:absolute;
	margin:0px;
	padding:0px;
	width:140px;
	z-index:100;
	left:50%;
	/*background:#FF0000;*/
	margin-left:-445px;
	top:575px;

}


A.navig:link,
A.navig:active,
A.navig:visited,
A.navig:hover {
  font-family:Verdana;
  font-weight:bold;
  font-size:11px;
  color:#020202;
  margin:0px;
  padding:0px;
  text-decoration:none;
  outline:none;
}

A.navig:active,
A.navig:hover {
  text-decoration:underline;
  outline:none;
}

#tabUne {
	width:271px;
	height:127px;
	margin:0px;
	padding:0px;
	border:0px solid red;
	margin-left:22px;
	margin-top:45px;
}

#enteteune {
	position: absolute;
	width:149px;
	height:71px;
	border:0px solid red;
	z-index:200;
	background:url("images/enteteune.png");
}

