body {
  background: #000000;
}

input {
	border : 1px solid #262521;
}

a{
	color: #A90101;
}

input , textarea{
	background: #21211F;
	color: #999999;
	border:1px solid #999999;
}

div.ensemble, div#content, div#footer2 {
  width:1050px;
  background: #000000;
  border:3px solid #262521;
  margin: 20px auto;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  -moz-border-radius: 15px;
  padding: 2px 8px 2px 8px;
}

/* Header */

#header {
	width: 1050px;
	border:3px solid #262521;
	-moz-border-radius: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 170px;
	margin: 20px auto;
	padding: 2px 8px 2px 8px;
}

/* Menu */

#menu { 
    float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
    color: #999999;
}

#menu li {
	display: inline;
}

#menu li span{
    color: #999999;
    padding: 8px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    float: left;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

#menu a:hover {
	text-decoration:underline;
}

/* Search */

div.search {
	float: right;
	height: 20px;
	margin: 0;
	padding: 9px 25px 0 0;
	font-size: 10px;
}

.search #input1 {
	width: 150px;
	padding: 2px 25px 0 0;
	background: #21211F;
	border:1px solid #999999;
	color: #999999;
}

.search #input2 {
	height: 20px;
	background: #21211F;
	font-weight: bold;
	color: #999999;
	border:1px solid #999999;
}

/* Colonne gauche */

#colOne {
	float: left;
	width: 300px;
	margin-left:5px;
	margin-top:5px;
}

#colOne .pub {
	/*padding: 10px 20px 10px 0px;*/
}

div.menu_g{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #262521;
	-moz-border-radius: 15px 15px 0px 0px;
}

div.menu_g div.nom_menu{
	padding: 6px 5px 5px 25px;
	font-weight: bold;
	background: #000000;
	color : #999999;
    font-size: 13px;
    -moz-border-radius: 15px 15px 0px 0px;
}

div.menu_g div.nom_menu a{
	color : #999999;
    font-size: 13px;
}

div.menu_g a{
    color: #999999;
    font-size: 13px;
    text-decoration: none;
}

div.menu_g a:hover {
	text-decoration: underline;
}

div.menu_g table {
	width:100%;
}

div.menu_g td.paire {
	background: #21211F;
	padding-left: 25px;
}

div.menu_g td.paire a {
    color : #999999;
    font-size:12px;
}

div.menu_g td.impaire {
	background: #21211F;
	padding-left: 25px;
}

div.menu_g td.impaire a{
	color : #999999;
    font-size:12px;
}

.newsletter {
	width: 150px;
	background: #21211F;
	color: #999999;
	border:1px solid #999999;
}

.submit {
	background: #21211F;
	font-weight: bold;
	color: #999999;
	border:1px solid #999999;
}

/* milieu */

#colTwo {
	float: right;
	width: 725px;
	padding: 0px 0px 0 10px;
	color: #999999;
}

#colTwo strong{
	color : #A90101;
}

#colTwo h1 {
	margin-top: 0;
	font-size: 22px;
	color:#A90101;
}

div.news{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #262521;
	-moz-border-radius: 15px 15px 0px 0px;
}

div.news p{
	margin: 0px 15px 0px 15px;
}

div.news td{
	padding-left: 15px;
}

div.news a{
	color: #A90101;
    text-decoration:underline;
}

div.news div.nom_news{
	padding: 6px 5px 5px 15px;
	background: #262521;
	margin-bottom: 2px;
	-moz-border-radius: 15px 15px 0px 0px;
}

div.news div.nom_news span.titre a.ltitre, div.news div.nom_news span.titre a{
        color : #999999;
        text-align:right;
        font-size: 13px;
        font-weight:bold;
}

div.news div.nom_news span.titre a:hover, div.news span.coms a:hover{
        text-decoration:none;
}

div.news span.date{
        color : #999999;
        text-align:right;
       	font-size: 11px;
}

div.news span.coms {
	color : #262521;
}

div.news span.coms a{
        color : #999999;
        font-size: 11px;
        text-align:right;
        font-weight:bold;
        text-decoration:none;
}

div.news table td.td3, div.news table td.td4{
	background-color : #EEEEEE;
}

div.news table td.td2, div.news table td.td4{
	color : #999999;
	background-color : #21211F;
}

div.news table td.td1, div.news table td.td3{
	color : #999999;
	background-color : #21211F;
}

div.news div.infos{
    margin-left:5px;
    margin-right:5px;
	padding-left:10px;
	border-bottom : 1px dashed #262521;
}

a.ltitre {
	color:#000000;
}

/* milieu */

#colThree {
	width: 1040px;
	padding: 0px 10px 0 10px;
	color: #999999;
}

#colThree a{
	color:#A90101;
}

#colThree strong{
	color : #A90101;
}

#colThree h1 {
	margin-top: 0;
	font-size: 13px;
	color:#FFF4E2;
}

/* PAGINATION */

div.pagination{
   color : #999999;
   border : 1px solid #262521;
   display : inline;
   margin-left : 5px;
   margin-right : 5px;
   padding:0px 4px 0px 4px;
   background : #000000;
}

div.pagination a, div.pagination1 a, div.pagination2 a{
   color : #999999;
   text-decoration:none;
}

div.pagination1{
   border : 1px solid #262521;
   display : inline;
   margin-left : 5px;
   margin-right : 5px;
   padding:0px 4px 0px 4px;
   color : #A90101;
}

div.pagination2{
   border : 1px solid #262521;
   display : inline;
   margin-left : 5px;
   margin-right : 5px;
   padding:0px 4px 0px 4px;
   background : #000000;
}

/* Footer */

#footer2, #footer p, #footer p a {
	margin: 0;
	text-align: center;
    color: #999999;
}

/** AFFILIATION **/

div.entoure,div.entoure2 {
	border:1px solid #A90101;
}

table.colpre {
	width:275px;
	height:165px;
	color:#FFFFFF;
	font-weight:bold;
}

table.colpre div.pres{
	text-align:center;
}

ul.liste {
	margin: 0;
	padding: 0;
	text-align:left;
	border-top:1px dotted #262521;
}

ul.liste li {
	line-height: 14pt;
	font-weight: bold;
	list-style-type: none;
	background: url("images/arrow.gif") no-repeat 0% 65%;
	padding-left: 20px;
}

ul.liste li  a {
	color:#A90101;
}

div.entoure2 {
	height:315px;
	width:135px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 3px 3px 3px;
	text-align:center;
}

span.etoile {
	color:#A90101;
}

table.triage {
	background: #141311;
}

table.triage td.criter1{
	width:150px;
}

table.triage td.criter2{
	width:300px;
}

table.triage td.criter3{
	width:250px;
}
