/* GENERAL */
body 
{
	/*font-size: 62.5%;*/
	font-family: Verdana;
	font-size: 12px;
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	background: #e7e7e7;
	color: #333;
	text-align: center;
}

a img
{
	border: none;
}

a, a:visited
{
	color: #06c;
	text-decoration: none;
}

a:hover, a:hover h2
{
	color: #147;
	text-decoration: underline;
}


h1, h2, h3
{
	margin: 5px 0px 5px 0px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
}

h1 a, h1 a:visited, h2 a, h2 a:visited
{
	color: #333;
	text-decoration: none;
}

h1 a:hover, h2 a:hover
{
	color: #06c;
}

/* INDEX */
#page
{
	background: url(../images/page.jpg) repeat-y top;
	border: none;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header
{
	/*background: url('images/header.jpg') no-repeat bottom center;*/
}

#headerimg
{ 
	width: 760px; 
	height: 200px; 
	background-image: url(../images/header.jpg);
} 

#content
{
	float: left;
	width: 470px;
	padding: 20px 30px 30px 30px;
	text-align: justify;
	overflow: hidden;
}

#sidebar
{
	float: left;
	width: 210px;
	padding: 20px 0px 0px 0px;
}

#sidebar ul
{
	list-style: none;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#sidebar h1
{
	background: #e8e8e8;
	border: solid 1px #ddd;
}

#footer
{
	clear: both;
	width: 760px; 
	height: 63px; 
	background-image: url(../images/footer.jpg);
	text-align: center;
	font-size: 9px;
}

/* VIDEO */
.videos
{
	width: 448px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 10px;
	border: solid 1px #ddd;
}

.videosTitle
{
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	width: 448px;
	height: 18px;
}

.videosDescription
{
	overflow: hidden;
	height: 94px;
}

.videosDescription img
{
	float: right;
	/*margin: 0px 10px 10px 0px;*/
	width: 120px;
	height: 90px;
	border: 1px solid #06c;
	padding: 1px;
	overflow: hidden;
}

.videosDescription p
{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 314px;
}

.videosInfo
{
	font-size: 11px;
}

.videosStats
{
	color: #cccccc;
}

/* ARTICLES */
.articles
{
	float: left;
	margin: 5px;
	background-color: #f8f8f8;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ddd;
	text-align: center;
}

.articles:hover
{
	border: solid 1px #06c;
}

.articles h2
{
	width: 120px;
	height: 16px;
	overflow: hidden;
}

/* APERCU  */
.preview
{
	/*width: 120px;*/
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	background-color: #f8f8f8;
	border: solid 1px #ddd;
}

.preview:hover
{
	border: solid 1px #06c;
}

/* COMMENTAIRE */
.comments
{
	margin: 5px 5px 5px 5px;
	padding: 5px;
	background-color: #f8f8f8;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-size: 9px;
}

.commentsDate
{
	color: #06c;
}

.commentsForm
{
	font-size: 10px;
}

.menu
{
	text-align: left;
	padding: 5px;
}

.menu li
{
	padding: 3px;
}

.menu a
{
	padding: 3px 3px 3px 10px;
}

.menuTitle
{
	background: #f0f0f0;
	border-bottom: solid 1px #8fbaec;
	margin: 5px 0px 5px 0px;	
}

.pageBloc
{
	padding: 10px;
	text-align: center;
}

.page
{
	padding: 2px;
}

.pageSelected
{
	padding: 2px;
}

.table2
{
	text-align: left;
}
