/* CSS Global */
a { 
	color: #66ffff; 
	text-decoration:none; 
	font-weight: bold;
	font-size: 10px;
}
a:hover { 
	color: #66ffff; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}

html {
  height: 100%;
}

body {
  background: #515151;
  color: #ffffff;
  font-family: Verdana;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

hr {
  border: 1px dashed #ffffff;
}

ul {
  margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li {
  list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

blockquote {
  margin: 10px 0px 20px 0px; 
  padding: 2px 20px 0px 20px;
  border-left: 8px solid;
  border-color: #ff0000;
  text-align: justify;
}

p {
  text-align: justify;
}
p .erreur {
  text-align: left;
}

h1 {
  color:#00CCFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 0px;
  padding-bottom: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
}

h2 {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.champs_texte {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #66ffff;
  padding-left: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Tous les conteneurs */

/* Conteneur principal contenant les conteneurs à contenu */
#principal {
  background: #404040;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 975px;
  margin-left: auto;
  margin-right: auto;
}

#menu-identification, #footer {
  background: #FFFFFF url(img_2142/menu.png);
  height: 26px;
  font-size: 94%;
  padding: 10px 21px 0px 19px;
  text-transform: uppercase;
}

#menu-identification {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: right;
}

#footer {
  border-top: 1px solid #000000;
  text-align: center;
}

#logo {
  height: 130px;
  margin-left: auto; 
  margin-right: auto;
  text-align: left;
  width: 975px;
}

/* Conteneurs de contenus et menu de droite */
#secondaire {
  height: auto;
  margin-left: auto; 
  margin-right: auto;
  overflow: hidden;
  padding: 0px;
  width: 975px;
}

#contenu {
  float: left;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 760px;
}

#colonne1 {
  float: left;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-right: 25px;
  width: 350px;
}

#colonne2 {
  float: right;
  height: auto;
  margin-right: 10px;
  margin-top: 10px;
  padding-right: 25px;
  width: 325px;
}

#colonne3 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  width: 700px;
}

table.main {
  border: 1px dashed #ffffff;
  width: 699px;
  margin-left: auto;
  margin-right: auto;
}
table.secondaire {
  border: 1px dashed #ffffff;
  height: 175px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#colonne3 table .unlock-td-png {
  width: 105px;
  height: 35px;
  text-align: center;
}

#colonne3 table .unlock-png-border {
  border: 1px solid #ffffff;
}
#colonne3 table .unlock-text {
  text-align: center;
  width: 105px;
}

/* tout ce qui a rapport aux menus de droite */
#colonne-menu {
  float: right;
  padding-top: 0px;
  width: 210px;
}

.md-header {
  border-top: 1px dashed #ffffff;
  border-left: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
  font-weight: bold;
  height: 25px;
  margin-top: 15px;
  padding-left: 25px;
  padding-top: 8px;
  text-transform: uppercase;
}
.md-content {
  color: #e4e4e4;
  font-size: 11px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*table.secondaire {
  border: 1px dashed #ffffff;
  height: 175px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}*/


.spacer {
  clear: both;
}

/* news */
.news_titre {
	background-image: url(img_2142/entetebf2142.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width:515px;
	padding-left:184px;
	padding-top:3px;
	font-size:18px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
	
}
.news_auteur {
	padding-top:7px;	
	font-size:10px;
}
.justifier {
text-align:justify;
}
.justifier img {
display:block;
margin-left:auto;
margin-right:auto;
}