
/* markups - balises */
body {
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 70%;
	color: #333333;
	line-height: 1.366;	
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	background: #F2F2F2 url(images/bg_body.gif) repeat-y center;
}

table {
	text-align: center; 
	margin-left: 80px;
	width: 570px;
}
img { 
	border: 2px solid #FF6600;
}


hr {
	border: 1px dotted #cccccc;
}

b {
	font-size: 105%;
	color: #ff3300;
	background: url(images/icone/box02.gif) no-repeat left center;
	background-position: 2px;
	padding: 2px 4px 3px 20px;
	margin-left: 0px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
}

/* id */

#container{ /* contenitore generale*/
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	border: 0px solid #90BBD1;
}

#header{ 
	display:none;
	margin: 0px auto;
	height: 20px;
	background-color:#cccccc;
	text-align:center;
}

.logoimg{ 
	float:left;
	margin: 0px;
	border: 0px;
}

#header h2{ 
	font-size: 120%;
	margin: 2px;
	padding: 2px;
}

#categories {
	float:left;
	width:178px;
	text-align:left;
	padding: 5px;
	padding-bottom: 1360px;
}

#categories img{ 
	float:left;
	margin: -8px;
	margin-bottom: 5px;
	border: 0px;
}

#categories a:link, #categories a:visited {
	display:block;
	color: #333333;
	text-decoration:none;
	background: url(images/icone/box01.gif) no-repeat left center;
	background-position: 5px;
	padding: 2px 4px 3px 20px;
	margin: 2px -8px 2px -3px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #DFDFDF;
}
#categories a:hover {
	color: #ff3300;
	text-decoration:underline;
	background: #f2f2f2 url(images/icone/box02.gif) no-repeat left center;
	background-position: 5px;
	border-bottom: 1px dotted #ff3300;
	border-top: 1px dotted #ff3300;
	font-weight:bold;
}

.nav {
	text-align: justify;
	width: 576px;
	padding: 60px 4px 4px 7px;
	background: transparent url(images/headnav.jpg) no-repeat top left;
}
.nav  a:link, .nav  a:visited {
	color: #666666;
	text-decoration:none;
}
.nav  a:hover {
	color: #ff3300;
	text-decoration:underline;
}

#lang {
display:none;
}

/* classes */
.titre {
	width: 577px;
	display:block;
	text-transform: uppercase;
	font-size: 105%;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	background: #FF6600 url(images/bg_title.jpg) no-repeat center left;
}
.infos_videos {
	text-align:center;
	padding: 2px;
}

.infos_videos a:link, .infos_videos a:visited {
	color: #666666;
	text-decoration:underline;
	font-weight:bold;
}
.infos_videos  a:hover {
	color: #ff3300;
	text-decoration:underline;
}

.description {
	text-align: justify;
	width: 570px;
	padding: 2px 4px 2px 8px;
}
.thumbs { 
	cursor: pointer;
}
.thumbs img { cursor: pointer; } /* img's markup in .thumbs */


.telecharger { 
	width: 400px;
	margin-left: 260px;
	padding: 16px 10px 18px 10px;
	text-align:center;
	font-size:110%;
	color: #333333;
	font-weight:bold;
	text-decoration:underline;
	background: transparent url(images/dl03.jpg) no-repeat center;
	cursor: pointer;
}

#changelang {
position:absolute;
margin-left: 10px;
color: #666666;
}

#changelang a:link, #changelang a:visited {
	color: #666666;
	text-decoration:none;
}
#changelang  a:hover {
	color: #ff3300;
	text-decoration:underline;
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	color: #333333;
	text-decoration:none;
}
#footer img {
	border:0px;
}

