body{
	margin-left: auto;
    margin-right: auto;
    width: 800px;
	background-color: #33313e;
	font-size: 65%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

img{
    border: 0px;
}

.block{
	margin-left: 10px;
}
.block .titreBlock{
	text-align: right;
	font-weight: bolder;
	border-bottom: 1px solid #f68c0e;
	width: 100%;
}

.block table{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.blockErreur {
    position: relative;
	text-align: center;
	width: 100%;
    width: 40%;
    left: 240px;
    padding-bottom: 40px;
}

.titreBlockErreur {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid black;
}

#comments{
	margin-top: 20px;
}
.affComments{
	border: 1px solid black;
	padding: 5px;
	margin-top: 5px;
}

.affComments #affPost table{    
    background-color: #f68c0e;
}

#date {
    font-size: 9px;
}

#contentTop{
    width: 800px;
	text-align: right;
    height: 180px;
    margin: 0;
    background: #47495e url(top.jpg) repeat-y center top;
}

#contentPage{
	width: 800px;
	float: left;
	padding: 0px;
	border-left: 0px solid black;
	border-right: 0px solid black;
    background: #47495e url(page.jpg) repeat-y center top;
}

#contentBottom{
	float: left;
    font-size: 9px;
    width: 800px;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: none;
    background: #47495e url(bottom.jpg) repeat-y center top;
}

h4{
	color: #f68c0e;
	margin: 0 0 0 5px;
    font-size: 14px; 
}

h1{
	margin-left: 5px;
	position: relative;
	left:-5px;
	top: 0px;
    font-size: 24px;
}

table{
    padding: 0;
    background: transparent;
}

#titre{
	-moz-border-radius: 5px;
}

#categorie div{
	width: 33%;
	float: left;
}
#aRecherche{
	margin-left: 200px;
	margin-top: 0px;
	clear: both;
	display: block;
}
/****************** Version de base ****************************/
/* div{
	border: 1px solid pink;
} */
#menu{
	float: left;
	width: 210px;
	margin-right: 10px;
	
}

#menu ul{
	margin-top:0;
	list-style: none;
	list-style-image:  url(fleche.jpg) 
}

a{
	color: #2493ae;
	font-weight: bolder;
    text-decoration: none;
}
a:visited{
	color: #2493ae;
}
a:hover{
	color: white;
}

#contenu{
	float: left;
	width: 575px;
	padding-left: 3px;
}

.videoMini{
	width: 130px;
	height: 80px;
	/* border: 1px solid black; */
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.videoPresentation{
	margin-left: 5px;
	margin-bottom : 5px;
	float: left;
	width: 412px;
	height: 82px;
	margin-top: 5px;
	padding: 5px;
    background: #47495e url(fond_presentation.jpg) repeat-y center top;
}

#video{
	float: left;
	width : 50%;
}
#texteDescriptif{
	float: left;
	width: 45%;
}

#divPub{
    position: relative;
    left: 15px;
	width: 190px;
	height: 200px;
	border: 1px solid #f68c0e;
	margin-top: 10px;
}

#divPub2{
	width: 800px;
	height: 100px;
	border: 1px solid #f68c0e;
}

#divAdmin {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tabAdmin {
    border: 1px solid #2493ae;
}

.tdAdmin {
    border: 1px solid black;
    text-align: center;
}

#selectCat{
	width: 500px;
	height: 80px;
	border: 1px solid green;
	clear: both;
}
/* #selectCat div{
	width: 100px;
	float: left;
} */
#selectCat ul{
	float: left;
	margin:0 10px 0 0;
	padding:0;
	list-style: none;
}


.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	display: none;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	display: block;
	visibility: visible;
	top: -300px;
	left: 60px; /*position where enlarged image should offset horizontally */
}


