/* CSS Cavaliers du monde v2 */

/* Styles généraux ------------------------------------------------ */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
html {
	background-color: #330;
}
body {
	color: #FFF;
	line-height: 13px;
	padding: 20px 0 40px 0;
}
dl, dt, dd, ul, li {
	list-style-type: none;
}
img, table {
	border: 0;
}
input {
	color: #718E36;
	border: 0;
}
select, textarea {
	color: #718E36;
	text-align: left;
	border: 0;
	padding: 3px 0;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.clear {
	clear: both;
}
.height {
	height: 14px;
}
.ligne-verte {
	color: #FFF;
	background-color: #718E36;
}
.pdf {
	position: relative;
	height: 16px;
	margin: 10px 0;
}
.pdf img {
	position: absolute;
	top: 0;
	left: 0;
}
.pdf a {
	display: block;
	position: absolute;
	top: 2px;
	left: 19px;
	color: #B0C87E;
}
.pdf span {
	display: block;
	position: absolute;
	top: 0;
	left: 19px;
	color: #B0C87E;
}


/* Mise en page ------------------------------------------------ */

#hautdepage {
	position: relative;
	width: 1000px;
	height: 156px;
	margin: 0 auto;
}
#page {
	width: 1000px;
	margin: 0 auto 14px auto;
}
#basdepage {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}


/* Haut de page ------------------------------------------------ */

#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#liens-haut {
	position: absolute;
	top: 0;
	right: 0;
	width: 790px;
	padding-left: 10px;
}
#liens-haut li {
	float: right;
	height: 20px;
	padding-left: 3px;
}

#accroche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 57px;
	right: 0;
}
#accroche p {
	font-size: 22px;
	line-height: 30px;
}

#onglets {
	position: absolute;
	top: 126px;
	right: 0;
	width: 790px;
	border-top: 1px solid #F00;
	padding-left: 10px;
}
#onglets li {
	float: left;
	height: 22px;
	padding: 8px 3px 0 0;
}
#mon-compte {
	position: absolute;
	top: 135px;
	right: 0;
}
#rayons {
	position: absolute;
	top: 126px;
	left: 0;
}
#bouton-rayons {
	width: 200px;
	height: 21px;
	font-weight: bold;
	border-top: 1px solid #F00;
	padding: 8px 0 0 0;
}
#recherche {
	position: relative;
	width: 200px;
	height: 30px;
}
#recherche-01 {
	position: absolute;
	top: 0;
	left: 0;
}
#recherche input {
	width: 145px;
	position: absolute;
	top: 0;
	left: 25px;
	padding: 4px 0;
}
#recherche-02 {
	position: absolute;
	top: 0;
	right: 0;
}


/* Page - Bas de page ------------------------------------------------ */

#colonne-gauche {
	float: left;
	width: 200px;
}
#colonne-droite {
	float: right;
	width: 790px;
}
#colonne-full {
	width: 1000px;
}
.infos {
	width: 200px;
	margin-top: 20px;
}
.infos img {
	width: 100px;
	margin: 5px 0;
}
#rubriques {
	position: relative;
	width: 200px;
	margin-bottom: 10px;
}
#rubriques li {
	height: 22px;
	background: url(../images/haut-bas/dotted.gif) repeat-x left bottom;
	padding-top: 8px;
}
.cellule-p2 {
	width: 111px;
	height: 20px;
	background: url(../images/cellule-p2.png) no-repeat left top;
	margin-bottom: 10px;
}
.cellule-p2 select {
	width: 103px;
	margin: 0 0 0 4px !important;
	margin: 1px 0 0 4px;
}
#cellule-budget {
	position: absolute;
	top: 111px;
	left: 0px;
	width: 98px;
	height: 125px;
	background: #330 url(../images/fond-cellule-budget.png) no-repeat left top;
	padding: 4px 12px 12px 12px;
	z-index: 40;
}
#cellule-budget li {
	height: 16px;
	background: none;
	padding-top: 0;
}
#colonne-gauche-bas {
	float: left;
	width: 200px;
}
#colonne-droite-bas {
	float: right;
	width: 790px;
}
#logo-membre {
	width: 200px;
	clear: left;
}
#logo-membre img {
	float: left;
	margin-right: 5px;
}
#logo-membre div {
	padding-top: 10px;
}
#liens-bas {
	width: 790px;
	border-top: 1px solid #F00;
	text-align: right;
}
#liens-bas ul li {
	float: right;
	height: 26px;
	padding-left: 3px;
	margin-top: 8px;
}
#liens-bas p {
	float: left;
	width: 725px;
}
#liens-bas img {
	width: 55px;
	height: 35px;
	margin-top: 3px;
}


/* Infobulles ------------------------------------------------ */
 
a.info {
	position: relative;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
a.info div {
	display: none;
}
a.info:hover div {
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 90px;
	height: 65px;
	background-color: #FFF;
	color: #330;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	/* pour ie */filter: alpha(opacity=85);
	/* pour firefox */opacity: .85;
}
a.info div b {
	font-weight: bold;
}

a.info2 {
	position: relative;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
a.info2 div {
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 90px;
	height: 65px;
	color: #330;
	text-decoration: none;
	padding: 5px;
}


/* Multibox v1.3 ------------------------------------------------ */

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #000;
	display: none;
	z-index: 50;
	text-align: left;
	/*overflow: hidden;*/
}
.MultiBoxLoading {
	background: url(../images/multibox/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/multibox/close.gif) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000;
}
.MultiBoxPrevious {
	display: none;
	position: absolute;
	background: url(../images/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	display: none;
	position: absolute;
	background: url(../images/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	display: none;
	cursor: default;
	background: url(../images/multibox/rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
	display: none;
	cursor: default;
	background: url(../images/multibox/leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 0;
	float: left;
	/*font-size: 11px;*/
	color: #718E36;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	display: none;
	position: relative;
	width: 80px;
	margin: 10px 35px 0 0 !important;
	margin: 10px 15px 0 0;
	float: right;
	/*font-size: 11px;*/
	color: #FFF;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0;
	padding-top: 5px;
	/*font-size: 11px;*/
	color: #FFF;
	text-align: left;
}
