/* ////////////////global//////////////// */

body,td,th, div{
	color: #333333;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color:#006699;
	margin: 10px;
}
a:link {
	color: #990000;
}
a:hover {
	color: #CC9933;
}
a:visited {
	color: #990000;
}
h1 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
p{
	padding-bottom:10px;
	margin:0;
	}
.cleaner{
	clear:both;
	line-height:1px;
}


/* ////////////////structure de la page//////////////// */

#all{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:110px;
	background-image: url(IMG/squelettes/bgBando1.jpg);
	background-repeat: no-repeat;
}/*background-image est bgBando.jpg*/
#menuHaut{
	padding:20px 20px 0px 20px;
	text-align:right;
}
#logo img{
	border:0;
}	
#container{
	float:left;
	background-image: url(IMG/squelettes/bgLine.jpg);
	background-repeat: repeat-y;
	padding:0px 12px 0px 12px;
	text-align:justify;
}

#categorie{
	width:777px;
	}

#anim{
	background-color:#F2F4FD;
	text-align:center;
}
/*/////////block LEFT et RIGHT sont dans STYLE2.CSS//////////// */

#footer{
	padding:30px 10px 10px 10px;
	background-image: url(IMG/squelettes/bgBas.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color:#FFFFFF;
}

/* ///////////////menu haut///////////////*/

#menuHaut a{
	color:#003366;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#menuHaut a:hover{
	color:#006699;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

/* ///////////////catalogue///////////////*/

.boxCata{
float:left;
text-align:left;
width:180px;
height: 140px;
margin:20px 0px 0px 11px;
}
.boxCata img{
border:0;
}
.titre a{
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}
.titre a:hover{
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#CC6633;
}
.titre{
background-image:url(IMG/squelettes/bgMenu.gif);
background-repeat:no-repeat;
padding-left:10px;
line-height:100%;
}
.txt{
height:70px;
border-left:1px solid #003366;
padding-left:10px;
}
.txtButton{
padding-top:10px;
}