/* Définition des couleurs
orange	: #ff730d
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 10px 0;
	color: #333333;
	background-image: url(img/wallpaper.jpg);
	text-align: center;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.orange {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #c555a1;
	line-height: 1.2em;
}
.legende {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}

/* TOUS LES LIENS */
a:link, a:visited, a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background: url(img/wallpaper_violet.jpg);
	text-decoration: none;
}
.nomphoto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCCCCC;
	font-variant: small-caps;
}

/* INFO BULLE VERSION DU SITE + CODE IE*/
#version {
	background-image: url(img/info.png);
	position: relative;
	width: 100px;
	height: 100px;
	left: 675px;
	z-index: 3;
	display: block;
}
*html #version { 
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/info.png', sizingMethod='scale');
	width: 100px;
	height: 100px;
	left: 675px;
	z-index: 2;
	display: block;
}
#version:hover {
	background-image: url(img/infobleu.png);
}
#suicide {
	position: relative;
	width: 118px;
	height: 155px;
	left: 675px;
	top: 30px;
	z-index: 3;
	display: block;
}

/* DEFINITION DES DIVS*/
#conteneur {
	width: 750px;
	margin: 45px auto;
	text-align: left;
	border: 2px solid #000000;
	background: #FFFFFF;
	display: block;
	z-index:-1;
}
#tableau {
	margin: 15px;
	border: 2px #FFFFFF;
	display: block;
	position: relative;
	padding: 10px;
}
#contenu {
	display: block;
	padding: 20px 25px;
}
#contenu_modeles {
	display: block;
	padding: 20px 0px;
	font-size:1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:2em;
	float:left;
	padding:0px 10px;
	color:#FFFFFF;
}
#header {
	width: 750px;
	height: 250px;
	display: block;
	background: url(img/entete.jpg) no-repeat;
	position: relative;
}
pre {
	overflow: auto;
	width: 400px;
}
#info {
	line-height:50px;
	display: block;
	border: solid 3px #FF0000;
	background: #FFFFFF;
	color:#FF0000;
	position: relative;
	float:none;
	text-align:center;
	font-size:2em;
	margin:15px 50px;
}

/* DEFINITION DU PIED DE PAGE */
#footer {
	margin-top: 25px;
	color: #FFFFFF;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	display:block;
	position: relative;
	background: url(img/wallpaper_noir.jpg);
}
#footer a:link, a:visited, a:active {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footer a:hover {
	background: url(img/wallpaper_violet.jpg);
}

/* DEFINITION DU MENU */
/*table.navbarwrap {
	width: 100%;
	font-size: 1em;
	background: url(img/wallpaper_noir.jpg);
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 0px;
	border-top: 1px solid #c555a1;
	border-bottom: 1px solid #c555a1;
	margin-right: auto;
	line-height: 1.5em;
}
table.navbar {
	float: left;
	margin: 0;
}
.lineit {
	color: #FFFFFF;
	border-right: 1px solid #c555a1;
}
.lineit a {
	color: #FFFFFF;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 2px 10px;
}
.lineit a:hover {
	color: #FFFFFF;
	background: url(img/wallpaper_violet.jpg);
}*/

#menu {
	display:block;
	float:left;
	background:url(img/wallpaper_noir.jpg);
	border-top:2px solid #c555a1;
	border-bottom:2px solid #c555a1;
	width:100%;
	margin:0px 0px 15px 0px;
	position:relative;
}

#menu a {
	font-size:1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type:none;
	display:inline;
	text-align:justify;
	border-right:2px solid #c555a1;
	line-height:2em;
	float:left;
	padding:0px 10px;
	color:#FFFFFF;
}
/* MEDIFICATION DES FORMES DES FORMULAIRES */
input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3e48b3;
}
input:focus {
	border: 1px solid #c555a1;
}
input.ip {
	background: url(img/wallpaper_clair.jpg);
}
input.envoyer {
	border: 1px solid #CCCCCC;
	background: url(img/wallpaper_noir.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
input.envoyer:hover {
	background: url(img/wallpaper_violet.jpg);
}
select, option {
	border: 1px solid #CCCCCC;
	margin-top:-1px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3e48b3;
}
select:focus, option:focus {
	border: 1px solid #c555a1;
}
textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3e48b3;
}
textarea:focus {
	border: 1px solid #c555a1;
}

/* FOND GRIS DERRIERE LES IMAGES */
td.gris {
	background: url(img/wallpaper_noir.jpg);
	border: 1px solid #c555a1;
	padding: 5px;
}

/* BLOC DES TITRES */
.titre {
	background: url(img/wallpaper_noir.jpg);
	padding: 5px 15px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 1.5em;
}
.titre a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
.soustitre {
	background: url(img/wallpaper_clair.jpg);
	padding: 10px 25px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 0.9em;
	color: #333333;
}
table.contour {
	border:1px solid #333333;
	margin-bottom:15px;
}
