
/* --------------------------------------- COMMUN --------------------------------------- */
body{
	background-image: url(../images/DES_fond.png);
	margin:0px;
	color:#999999;
	overflow-y:auto;
}

body,tr,td,div,span{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
}

a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;   
	color:#ACC5FC;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.pagination{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;   
	color:#ffffff;
	text-decoration:none;
}

h1 {
	font-weight:bold;
	font-size:14px;
	color:#666666;
	display:inline;	
}

h2 {
	font-weight:bold;
	font-size:12px;
	color:#666666;
	display:inline;	
}

font.pagination{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;   
	color:#FF5D4C;
	text-decoration:none;
}

#bookmark {
	position:absolute;
	right:150;
	top:130px;
}
#rss {
	position:absolute;
	right:350;
	top:130px;
}

#bookmark_accueil {
	position:absolute;
	right:150;
	top:130px;
}
#bookmark_content a,
#rss_content a{
	font-size:10px;
	color:#BD2901;
}
#bookmark_content {
	color:#333333;
	font-size:10px;
	background-image:url(../images/bulle_favoris.png);
	background-repeat:no-repeat;
	width:201px;
	height:45px;
	padding-top:12px;
	padding-left:17px;
}
#rss_content {
	color:#333333;
	font-size:10px;
	background-image:url(../images/bulle_rss.png);
	background-repeat:no-repeat;
	width:201px;
	height:45px;
	padding-top:12px;
	padding-left:17px;
}

/* --------------------------------------- DESIGN --------------------------------------- */

table#design tr td#top {
	background-image: url(../images/DES_titre_ext.png);
	height:168px;
}

table#design tr td#middle {

}

table#design tr td#bottom {
	background-image: url(../images/DES_bas_ext.png);
	padding-top:3px;
	height:29px;
}

table#design_accueil tr td#top {
	background-image: url(../images/DES_titre_accueil_ext.png);
	height:237px;
}

table#design_accueil tr td#middle {

}

table#design_accueil tr td#bottom {
	background-image: url(../images/DES_bas_ext.png);
	padding-top:3px;
	height:29px;
}

h3{
	color:#333333;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

div.suggestion_liste{
	border:1px dashed white;
	padding:5px;
}

/* --------------------------------------- TABLE --------------------------------------- */

.table{
	border : 1px rgb(192,192,192) solid;
	text-align:left;
}

.table th{
	text-transform: uppercase;
	font-size: 11px;
	padding: 2px;
	background-color: #262626;
	font-weight: bold;
	text-align: center;
}

.table th:hover{
	text-transform: uppercase;
	font-size: 11px;
	padding: 2px;
	background-color: #A15517;
	font-weight: bold;
	text-align: center;
}

.table tr{
	background-color: #595959;
}
.table tr.detail{
	border:1px solid:#333333;
	background-color: #262626;
}
.table tr.paire{
	background-color: transparent;
}
.table tr:hover{
	background-color: #A15517;
}
.table tr.selected{
	background-color: #9FB4D9;
}

/* -------------------------- input -------------------------- */
input.recherche {
	border : 1px solid black;
	font-family: tahoma;
	font-size: 11px;
	height:22px; 
	width:516px; 
	padding-top:3px;  
	background-color:#D4D0C8;
	color:#666666;
}
input.recherche_detailee {
	border : 1px solid black;
	font-family: tahoma;
	font-size: 11px;
	height:18px;
	background-color:#D4D0C8;
	color:#666666;
}
INPUT:hover,active{
	border: 1px #000000 solid;
	background-color: white;
	color:#666666;
}
INPUT:focus{
	border: 1px #000000 solid;
	background-color: white;
	color:black;
}

/* tab */

/* styles onglets recto */
div#tabs {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}


div#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}


/* inactive tab style */


div#tabs li {
	float: left;
	text-align:center;
	margin: 0;
	padding: 0;
	width: 144px;
	height: 31px;
	background-image:url(../images/block_btn_out.png);
}


div#tabs a {
	display: block;
	padding:6px 0px 0px 0px;
	text-decoration: none;
	color: #666666;
}


/* Active tab style */


div#tabs #active a {
	color:#999999;
	font-weight:bold;
	padding-top: 6px;
	background-repeat: no-repeat;
	text-shadow: #333 0px 0px 0px; /* Safari only shadows */
	outline:0;
}


div#tabs #active {
	background-image:url(../images/block_btn_over.png);
}


/* extra makeup, hover for inactive */


div#tabs a:hover {
	color: #d9d9d9;
	font-weight:bold;
	text-decoration:none;
	text-shadow: #333 0px 0px 0px; /* Safari only shadows */
	outline:0;
}
/* extra makeup, hover for active */


div#tabs #active a:hover {
	text-shadow: none;
	text-decoration: none;
	outline:0;
}


/* tab styles */


div#tab_content {
	float: left;
	clear: left;
	padding:10px;
	width:618px;	
}
