﻿	/* CSS issu des tutoriels www.alsacreations.com/articles */
html {
	width:100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}
	
#global {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 700px;
	margin-top: -400px;
	background-image: url("");
	background-repeat: repeat-x;
	/* moitié de la hauteur */
	border: 0px solid #333;
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
} 

#globalFlash {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 700px;
	margin-top: -350px;
	background-image: url("images/commun/fondLignes75.gif");
	background-repeat: repeat-x;
	/* moitié de la hauteur */
	border: 0px solid #333;
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	color: #666;
} 
	
#logo {
	margin: 0;
	margin-bottom: 10px;
}

a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

a:hover{
	color: #ffcb99;
	
}

#tableMilou {
	height: 675px;
}

.invisible {
	display: none;
}

#ficheHtml {
	z-index: 2000;
	border: 0px solid #333;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000;
}


#ficheHtml .fiche {
	width: 850px;
	background-color: #000;
	border-top: 0px solid #666;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #ccc;
}

#ficheHtml h1, #ficheHtml h2, #ficheHtml a {
	font-family: Lucida, "Lucida Grande", Helvetica, Arial, "Trebuchet MS", sans;
}

#ficheHtml h1, #ficheHtml h2, #ficheHtml a {
	color: #ffcb99;
}



#ficheHtml img {
	padding: 0 10px 5px 0;
}

#ficheHtml ul {
	float: left;
	width: 850px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

#ficheHtml li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}


#langues {
	float: right;
	color: #ffcb99;
}

#langues a:hover{
	color: #ccc;
}

#ficheHtml li img {
	margin: 0;
	padding: 0;
}

#tableHtml {
	width: 100%;
	background-color: #000;
}
.appelPlug {
	text-align: center;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 850px;
	border: 1px solid #333;
	font-size: 1.2em;
}
.appelPlug a {
	color: #ffcb99; 
}

#offre {
font-size: 12px;
}

#offre h1 {
font-size: 13px;
line-height: 19px;
}