/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #110008;
	scrollbar-face-color:#230012;
	scrollbar-arrow-color:#660033;
	scrollbar-track-color:#110008;
	scrollbar-shadow-color:#951f5b;
	scrollbar-highlight-color:#951f5b;
	scrollbar-3dlight-color:#110008;
	scrollbar-darkshadow-Color:#110008;
	color: #ffffcc;
}

.banniere {background-image:url(images/banniere_isag.jpg);
	height:100px;
	width:780px;}

.tableau {
	border: 1px solid #951f5b;
	background-image: url(images/fond_isag.jpg);
}

.tableau1 {
	border-left: 1px solid #951f5b;
	border-right: 1px solid #951f5b;
}

.main {
	padding: 10px 40px;
}


.tableau2 {
	border: 1px solid #ff66cc;
	width: 95%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* This is the transparent box */
#transparent {
	background-color:#110008;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

/* This is the container which set text to solid color.
position: relative used for IE */ 
#transparent td {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

.tableautoune {
	border: 1px solid #ff66cc;
}

a {
	font-style: italic;
	color: #3399FF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	font-style: italic;
	color: #ff66cc;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
li {
	list-style-position: outside;
	list-style-type: circle;
	padding-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.92em;
}
.img {
	border: 1px solid #951f5b;
}
.titre {
	color: #ff66cc;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	text-align: center;
	margin-bottom:10px;
}
hr {
	border: 1px solid #660033;
}

.cell0 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.80em;

}

.cell {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.80em;
	border-right: 1px solid #951f5b;
	border-bottom: 1px solid #951f5b;

}

.cell1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.80em;
	border-bottom: 1px solid #951f5b;

}

.cell2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.80em;
	border-right: 1px solid #951f5b;

}

.champs {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.86em;
	color: #9a2361;
	border: 1px solid #9a2361;
	background-color:#110008;
	padding-left:2px;
	margin-left:5px;}

.champs2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.86em;
	color: #951f5b;
	border: 1px solid #951f5b;
	background-color:#110008;
	padding-left:2px;
	margin-left:5px;}

.champs3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.86em;
	color: #951f5b;
	border: 1px solid #951f5b;
	background-color:#110008;
	padding-left:2px;
	margin-left:5px;
	overflow: hidden;
}

.champs4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.86em;
	color: #951f5b;
	width:580px;
	border: 1px solid #951f5b;
	background-color:#110008;
	padding-left:2px;
	margin-left:5px;}

.note {
	width:530px;
	background-color:#330000;
	border: 1px solid #951f5b;
	text-align: left;
	padding:5px;}

.btn {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.86em;
	font-weight: bold;
	color: #230012;
	border: 1px solid #110008;
	background-color:#951f5b;
	width:100px;
	}
	
.indep {
	background-color:#FFCCFF;
	color: #230012;
}