body
{
	font-family: Arial, "Myriad Pro", sans-serif;
	color: black;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background: url("images/feuille.jpg") top center repeat-y;
	background-color: #203145;
	/* background-color: #757590; */
	/*background-color: #0354CA;*/
}

a
{
	text-decoration: none;
	/*color: #315893;*/
	color: #555555;
}
a:visited
{
	/* color: #214883; */
	color: #555555;
}
a:hover
{
	/* color: #113873; */
	color: #363636;
}
/* Désactivé à cause du mauvais rendu sur IE... Remplacé par des <img>
hr
{
	background: transparent url('images/hr_small.png') no-repeat;
	width: 350px;
	height: 15px;
	border: none;
	border-style: none;
}*/

.hrBig
{
	width: 705px;
	height: 4px;
	margin-right: 13px;
}

h1
{
	text-align: left;
	font-size: 1.4em;
	text-indent: 10px;
}

/* Classes et ID :    */

#ban
{
	width: 737px;
	height: 200px;
	margin: 0;
	margin-right: 11px;  /* marge pour IE */
	padding: 0;
}

#contenu
{
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: center;
}
#contenu p
{
	padding: 0 23px 0 10px;
}
#contenu a
{
	font-size: 1.2em;
}

#footer
{
	margin-top: 100px;
	line-height: 1.3em;
	font-size: 0.5em;
}

label
{
	display: block;
	margin: 5px 0 0 0;
}

.commentaire
{
	font-size: 0.8em;
	padding-left: 23px;
	line-height: 20px;
	background: url('images/commenter.png') no-repeat;
}

/* Le petit "posté le" dans l'en-tête de chaque commentaire */
.postDate
{
	font-size: 0.6em;
	color: #5c5c5c;
}
.commentaireTexte
{
	padding: 0 20px;
}

/* Formulaires transparents */
input[type="text"]
{
	background: none;
	border: 1px solid #707070;
}
textarea
{
	background: none;
	border: 1px solid #707070;
}



/* VIDEOBOX SEULEMENT */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 0px;
}

.lbLoading {
	background: #fff url(js/videobox/css/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(js/videobox/css/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(js/videobox/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	height: 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(js/videobox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
/* Ajoutée : div pour le plein écran */
#lbFullScreen{
	display: block;
	float: right;
	width: 42px;
	height: 22px;
	background: transparent url(js/videobox/css/fullScreen.jpg) no-repeat center;
	margin: 5px 15px 5px 5px;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
	margin-top: 5px;
	line-height: 25px;
}

#lbCaption {
	font-weight: bold;
}

/* FIN DU CSS DE VIDEOBOX */
