@import "globalDesign.css";

body {
	background: #010f20 url("../media/professionnel/fond.gif") repeat-x;
	}
	
a { color: #54c3ec; }
a:hover { color: #f18e00; }
	
#random h1 { color: #ffca5f; }
	
.table_wrap td.gauche { background: url("../media/professionnel/tdgauche.gif") repeat-x; }
.table_wrap td.droite { background: url("../media/professionnel/tddroite.gif") repeat-x; }
.table_wrap tr.bottom td { background: url("../media/professionnel/pied.gif") 50% top no-repeat; }

#entete {
	background: url("../media/professionnel/entete.gif");
	}
#entete .selectbox {
	background: white url("../media/professionnel/fleche.gif") top right no-repeat;
	border: 1px solid #0e5272;
	}
#entete .listbox {
	border: 1px solid #0e5272;
	border-top: none;
	border-bottom: none;
	}
#entete .listbox li {
	border-bottom: 1px solid #0e5272;
	}

#menu {
	background: url("../media/professionnel/menu.gif");
	}
	
#content {
	background: url("../media/professionnel/content.jpg") no-repeat;
	}
	
*html #pied { background: url("../media/professionnel/pied.gif"); }

#legal {
	color: #f7ae19;
	}
#legal a { color: white; }
#legal a:hover { color: #ffb622; }
#legal .menu a { color: #698c9b; }
#legal .menu a:hover { color: #54c3ec; }

.loading { background: url("../../templates/media/professionnel/loading.gif") 50% 50% no-repeat; }
.progress { background: url("../../templates/media/professionnel/progress.gif") 50% 50% no-repeat; }
.pagination {
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 5px 0 5px 0;
	color: white;
	margin: 20px auto;
	}
.pagination a {
	padding: 3px 4px;
	color: #ccc;
	margin: 3px;
	}
.pagination a:hover {
	color: #ffb622;
	}
.pagination .current {
	background: #042d42;
	padding: 3px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #54c3ec;
	}
.pagination .prev {
	margin-left: 15px;
	margin-right: 10px;
	}
.pagination .next {
	margin-left: 10px;
	margin-right: 15px;
	}
	

span.button a {
	background: #042d42;
	color: white;
	}
span.button a:hover {
	background: #031c29;
	color: #f7ae19;
	}
	
.res_rapide {
	background: #042D42;
	}
.res_rapide label { color: #f18e00; }
.res_rapide input.submit { background: #031C29; color: #fff; }