/********************************/
/*   structures                 */
/********************************/

body {
	background : #cccccc url(images/motif.gif);
	/*background: #dfdfdf url(http://www.tototoolco.com/images/gradient_bg.jpg) fixed repeat-x bottom;*/
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#conteneur {
	text-align: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background: transparent url(images/fond_conteneur.png) repeat-y;
	padding: 0 10px 0 10px;
}

#contenu {
	width: 700px;
}

#pied {
	background: #ffffff url(images/fond_ici.png) repeat-x;
	height: 28px;
	width: auto;
	color: #333333;
	padding-left: 15px;
	text-shadow: 2px 2px 1px white;
	font-weight: bold;
	line-height: 28px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


/********************************/
/*       menu liste             */
/********************************/



ul#navi {
	display: block;
	height: 26px;
	width: 698px;
	border: 0;
	margin: 0 1px 0 1px;
	padding: 0;
	list-style-type: none;
	background: #dedede url(images/fond_menu.jpg) repeat-x;
	text-shadow: 1px 1px 1px white;
}

ul#navi li {
	display: inline;
}

ul#navi li.first:before {
	margin-left: 10px;
}

ul#navi li a {
	display: block;
	float: left;
	height: 26px;
	width: auto;
	margin: 0;
	padding: 0px 1em 0px 9px;
	color: #666666;
	font-size: 0.9em;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background: none;
}

ul#navi li a.ici {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 0;
	background: white url(images/fond_ici.png);
	cursor: default;
}

ul#navi li a:hover {
	background: #dedede url(images/fond_menu_over.gif);
}

ul#navi li a.ici:hover {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 0;
	background: white url(images/fond_ici.png);
}

ul#navi img {
	border: 0;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: 2px;
}

ul#arbo {
	display: block;
	height: 3em;
	border: 0;
	margin: 10px 0 0 10px;
	padding: 0;
	list-style: disc url(images/separateur.png) inside;
}

ul#arbo li {
	display: inline;
	color: #c2eb9a;
	font-weight: bold;
}

ul#arbo li a {
	font-weight: 100;
	display: inline;
	width: auto;
	margin: 0 1em 0 0;
	color: #aec2d7;
	font-size: 1.4em;
	line-height: 2em;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
	background: none;
	text-transform: uppercase;
}

ul#arbo li a:hover {
	border-bottom: 1px dotted #cccccc;
}

ul#arbo li a.ici {
	font-weight: bold;
	color: #336699;
}

ul#arbo li a.ici {
	border-bottom: 0;
	cursor: default;
}

ul#arbo li:before {
	content: url("images/separateur.png");
	margin-right: 15px;
}

ul#arbo li.first:before {
	content: "";
	margin-right: 0;
}


/********************/
/*     styles       */
/********************/

h1 {
	text-align: right;
	background: url(images/tototoolco.gif) 655px 2px;
	background-repeat: no-repeat;
	margin: 0px 0px 3px 0;
	padding: 5px 70px 3px 0;
	font-size: 15px;
	color: #666666;
}

h3 {
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 0;
}

#latteral img {
	margin-bottom: 6px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.clair {
	line-height: 1px;
	clear: both;
}

#latteral img:hover {
	border: 1px solid #336699;
}

#livesearch {
	padding: 2px 5px 4px 20px;
	background: url(http://www.tototoolco.com/images/recherche.gif) no-repeat left top;
	vertical-align: middle;
	width: 135px;
	color: #666666;
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none;
}


