
body { 
	font-size:11px;
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	margin-top: 0px;
	font-size:15px;
}



#conteneur {
	
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background: #fff;
}

#page {
	background: #000;
	color: white;
}


img {
	border: 0px;
}



.visutd {
	width: 100px;
	border:1px solid #000;
	height: 100px;
	padding: 0px;
	margin: 1px;
}



.visu {
	border:1px solid #000;
}


.visu:Hover {
	border:1px solid #f00;
}


.mosaique td {
	padding: 0px;
	margin: 0px;
}


.mosaique {
	border-collapse:collapse;
}



#cartouche {
	margin-left: 20px;
}


hr {
	color: red;
	background-color: red;
	height: 1px;
	border: 0;
	width: 80%;
}

.menu_item1 	  { 
	width: 109;
	height: 65;
	cursor:pointer;
	background-image: url('img/menu/accueil.jpg');
}
.menu_item1:Hover { 
	background-image: url('img/menu/accueil_not.jpg');
}


#specific td{
	font-size:15px;
	padding: 10px;
	color: #fff;
}

#specific {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 30px;
	color : white;
}


#cartouche td{
	color: #000;
	font-weight: bold;	
	text-align: center;
	font-size: 15px;
}

.cartouche_haut_soon {
	width: 250;
	height: 113;
	background: #000 url("img/cartouche haut prochainement.jpg");
}


.cartouche_haut_today {
	width: 250;
	height: 113;
	background: #000 url("img/cartouche haut.jpg");
}
.cartouche_boucle {
	
	//background: #000 url("img/cartouche boucle.jpg") repeat-y 0 50%;
	
	background-image: url("img/cartouche boucle.jpg");
	background-repeat: repeat-y ;
	width: 250;
}
.cartouche_bas {
	width: 250;
	height: 164;
	background: #000 url("img/cartouche bas.jpg");
}

#news td{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;
}


.news_haut {
	width: 306px;
	height: 68px;
	background: #000 url("img/planche/haut.jpg");
}
.news_boucle {
	background-image: url("img/planche/boucle.jpg");
	background-repeat: repeat-y ;
	width: 306px;
}
.news_bas {
	width: 306px;
	height: 51px;
	background: #000 url("img/planche/bas.jpg");
}



form {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.myinput {
	font-size:12px;
	font-family: Arial;
	width: 350px;
	border:1px solid #888;
	background-color:black;
	color:white;
	padding: 2px;
	margin: 2px;
}


.mysubmit {
	font-size:12px;
	font-family: Arial;
	background-color:black;
	color:white;
}


a{
	color: red;
	cursor:pointer;
	text-decoration: none;
}

a:hover {
	background-color: #444;
}
