/*
	base.css
	version 2.0 @ 2.1
*/

/*
	balises
*/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/design/fond.jpg');
	background-repeat: repeat-x;
	background-color: #FFF4DF;
	text-align: center;
}

table {
	width: 574px;
	border-collapse: collapse;
	border: 1px solid #FE9225;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	margin: 5px;
}

table.none {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
}

td {
	border: 1px solid #FE9225;
	padding: 3px;
	text-align: left;
}

td.none {
	border: 0px;
	text-align: left;
}

td.item, tr.item {
	background-color: #FFF4DF;
	width: 40%;
}

form {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px 0px 15px 0px;
}


label {
	cursor: pointer;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

img {
	border: 0px;
}

input {
	margin: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

input[type=submit] {
	background: #FFF4DF;
	color: #000000;
	font-weight: bold;
	border: 1px solid #FE9225;
}

select {
	margin: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

input {
	
}

textarea {
	margin: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #A7A6AA;
	padding: 2px;
}

/*
	conteneurs
*/

#total {
	width: 765px;
	margin: 0 auto;
}

#header {
	height: 87px;
}

#logo {
	float: left;
	width: 284px;
	height: 87px;
}

#onglets {
	height: 28px;
	padding-bottom: 10px;
	text-align: center;
}

#menu {
	float: left;
	width: 144px; /* Gecko */
	_width: 154px; /* IE != 7 */
	padding-left: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

#contenu_top {
	float: right;
	width: 586px; /* Gecko */
	_width: 596px; /* IE != 7 */
	height: 45px; /* Gecko */
	_height: 65px; /* IE != 7 */
	padding-left: 10px;
	padding-top: 20px;
	background-image: url('/images/design/titre.gif');
	/*background-repeat: no-repeat;*/
	text-align: left;
}

#contenu {
	float: right;
	width: 584px; /* Gecko */
	_width: 596px; /* IE != 7 */
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #FE9225;
	border-right: 1px solid #FE9225;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
}

#contenu_bottom {
	float: right;
	width: 596px;
	height: 8px;
	padding-bottom: 10px;
	background-image: url('/images/design/contenu_fin.gif');
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	width: 780px;
	height: 16px; /* Gecko */
	_height: 19px; /* IE != 7 */
	padding-top: 3px;
	margin-bottom: 10px;
	background-image: url('/images/design/footer.gif');
	clear: both;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

#partenaires {
	position: relative;
	width: 760px;
	height: 30px;
	margin: 3px;
	clear: both;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/*
	publicité
*/

#pub {
	float: right;
	width: 468px;
	height: 50px; /* Gecko */
	_height: 60px; /* IE != 7 */
	padding-top: 10px;
}

#skyscrapper {
	position: relative;
	width: 120px;
	height: 600px;
	top: 0;
	right: 0;
}

/*
	menu
*/

.menu_top {
	width: 143px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.menu {
	width: 132px; /* Gecko */
	_width: 144px; /* IE != 7 */
	padding: 2px 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #FE9225;
	border-right: 1px solid #FE9225;
	text-align: left;
	line-height: 15px;
}

.menu_bottom {
	width: 143px;
	height: 8px;
	margin-bottom: 10px;
	background-image: url('/images/design/menu_fin.gif');
	background-repeat: no-repeat;
}

.menu_spacer {
	width: 143px;
	height: 25px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*
	ajax
*/

#zoneResultats {
	border: 1px solid #A7A6AA;
	background-color: #FFFFFF;
	/*display: block;*/
	list-style-type: none;
	max-height: 100px;
	overflow: auto;
	margin: 0;
	padding: 0;
	margin-left: 1px;
	position: absolute;
	width: 202px;
	_width: 200px;
}

#zoneResultats li {
	background: #FFFFFF;
	/*display: block;*/
}

#zoneResultats li a {
	display: block;
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
}

#zoneResultats li a:hover {
	background-color: #FFFFC0;
	font-size: 10px;
}

ul.tagcloud {
	text-align: justify;
	padding: 0px !important;
	margin: 0px;
}

.tagcloud li {
	display: inline;
}

a.l6, a.l6:link, a.l6:hover, a.l6:visited {
	font-size: 1.8em;
	font-weight: normal !important;
}

a.l5, a.l5:link, a.l5:hover, a.l5:visited {
	font-size: 1.6em;
	font-weight: normal !important;
}

a.l4, a.l4:link, a.l4:hover, a.l4:visited {
	font-size: 1.4em;
	font-weight: normal !important;
}

a.l3, a.l3:link, a.l3:hover, a.l3:visited {
	font-size: 1.2em;
	font-weight: normal !important;
}

a.l2, a.l2:link, a.l2:hover, a.l2:visited {
	font-size: 1em;
	font-weight: normal !important;
}

a.l1, a.l1:link, a.l1:hover, a.l1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal !important;
}

a.tag, a.tag:link, a.tag:hover, a.tag:visited {
	padding-left: 17px;
	background: transparent url('/images/icones/tag.png') no-repeat 0 -2px;
	font-weight: normal !important;
}
