@charset "iso-8859-1";

body {
	width: 100%;
	min-width: 785px;
	height: 100%;
	margin: 10px auto;
	padding: 0px;
	
	color: #009900;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}

.background {
	background-repeat: repeat-y;
	background-image: url(../images/background.gif);
	background-attachment: scroll;
	background-color: #0d0d0d;
	background-position: center;
}

::-moz-selection {
	color: #cffbcf;
}

::selection {
	color: #cffbcf;
}

a:link, a:visited, a:active {
	font-size: 11px;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
	color: #669966;
}
a:hover {
	color: #87d587;
}

/***********************/
/* Partie Tête de page */
/***********************/

	#tete  {
		height: 5%;
		width: 100%;
		top: 0px;
		
		font-size: 12px;
	}
	#tete p {
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;	
	    margin: 0px;
    	border: 0px;
    	padding: 0px; 
	}
	

/***********************/
/* Partie Corps */
/***********************/

	table#principale {
		width: auto;
		height: 95%;
		min-height: 382px;
		padding-top: 5.5em;
		padding-bottom: 100px;
		
		margin-left: 10%;
		margin-right: 2%;
		
		background: bottom right;
		background-image: url(../images/tv.png);
		background-repeat: no-repeat;
	}

	table#principale tr {
		vertical-align: top;
	}
	
	#corps table#nouveaute {
		width: 100%;
		border-right: 60px solid #0d0d0d;
		border-color: transparent;
		
		font-size: 13px;
		text-align: justify;
	}	
	#corps table#nouveaute tr {
		vertical-align: top;
	}
	#corps table#nouveaute .apercu {
		padding-left: 40px;
		padding-right: 20px;
	}
	
	#corps table#videos {
		width: 100%;
		margin-top: 3em;
		border-right: 200px solid #0d0d0d;
		border-color: transparent;
		
		font-size: 11px;
		text-align: justify;
	}	
	#corps table#videos tr {
		height: 8em;
		vertical-align: top;
	}
	#corps table#videos .apercu {
		padding-left: 40px;
		padding-right: 20px;
		padding-bottom: 40px;
	}
	#corps table#videos .texte {
		padding-bottom: 40px;
	}
	
	#corps .titre_video {
		color: #669966;
		font-weight: bold;
		text-decoration: underline;
	}
	#corps .contenu_video {
		color: #ffffff;
	}

	#corps .img_nouveaute {
		border: 3px outset #aaaaaa;
	}
	#corps .img_nouveaute:hover {
		border: 3px outset #bbffbb;
	}
	#corps .img_videos {
		border: 3px inset #aaaaaa;
		-moz-border-radius: 8px;
	}
	#corps .img_videos:hover {
		border: 3px inset #bbffbb;
	}


/***********************/
/* Partie Pied de page */
/***********************/

	table#pied {
		position: fixed;
		bottom: 0px;
		left: 0px;
		
		width: 100%;
		min-width: 785px;
		border: solid 0px #000000;		
		border-collapse: collapse;
		
	}
	table#pied td {
		padding: 0px;
		vertical-align: bottom;
	}

	#td_gauche {
		width: 276px;
		min-width: 276px;
		height: 100px;
		text-align: left;

		background-image: url(../images/pied.png);
		background-repeat: no-repeat;
	}
	#td_droite {
		min-width: 509px;
		padding-right: 0px;
		line-height: 200%;
		
		text-align: right;
		background-image: url(../images/pied_ligne.png);
	}
	
	#pied .boutons_pages {
		text-indent: 30px;
		
		color: #bbbbbb;
		font-size: 14px;
		letter-spacing: 0.2em;
		word-spacing: 0.5em;
		margin-right: 2em;
	}
	#pied .boutons_pages a {
		color: #779977;
		font-size: 14px;
		text-decoration: none;
	}
	#pied .boutons_pages a:hover {
		color: #cccccc;
		font-size: 14px;
		text-decoration: underline;
	}
	#pied .img {
		border: 0px solid #000000;
	}
	#pied .img_valid {
		border-bottom: 5px solid;
		border-color: transparent;
	}
	#pied a:link, #pied a:visited, #pied a:active {
		border:0px solid;
		text-decoration:none;
	}
	#pied a:hover {
		border:0px solid;
		text-decoration:none;
	}








#site {
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -300px;
	border: 0px;
}

#nouveaute {
	background-image:url(images/../fond_nouveaute.gif);
	width: 483px;
	height: 81px;
}

#autres {
	background-image:url(images/../fond_autres.gif);
	width: 723px;
	height: 346px;
}

.style12 {font-size: 12px}
.style14 {font-size: 14px}

#xiti-logo{
	float:right;
}