/* -------------------------------- */
/*   Redefinition des tag HTML      */
/* -------------------------------- */
body {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font:13px/1.42 verdana,helvetica,clean,sans-serif;
/*	*font-size:small;*font:x-small;
*/	text-align:left;
}

/* -------------------------------- */
/*   Segmentation de la page        */
/* -------------------------------- */
#logo{
	float:left;
	padding: 0px;
	margin: 0px;
	background-image:url(/Images/SIPAF_Logo.gif);
	width:181px;
	height:194px;
	z-index:11;
	}
#topheader{
	float:right;
	width:858px;
	height:97px;
	background-color:#F0F0F0;
	position:relative;
	}
#toplinks{
	position:absolute; right:10px; top:10px;
	}
#menu{
	float:right;
	width:858px;
	height:32px; background-image:url(/Images/bg_menu.gif); background-repeat:repeat-x;
	}

#submenu{
	float:right;
	width:858px;
	height:26px; background-image:url(/Images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

#contenttext{
	float:right;
	width:848px;
	text-align:left;
	padding-top:0px;
	margin-top:0px;
	}

#leftpanel{
	float:left;
	width:184px;
	height: 720px;
	padding:0px;
	margin:0px;
	}

#footer{
	float:left; width:1040px; background-color:#F0F0F0;
	margin-top: 40px;
	padding:10px;
	}

#login {
	position: absolute;
	top: 70px;
	right: 7px;
	text-align: left;
	font: 0.7em Tahoma, sans-serif;
	font-size:10px;
}
#login input {
	font-size:10px;
}

.illustration {
	right:10px;
	float:right;
	padding-left: 7px;
	padding-bottom: 4px;
}


/* -------------------------------- */
/*   Styles					        */
/* -------------------------------- */

/* Pane */
.graypanel{
	border:solid 1px #666666;
	background-color:#F7F7F7;
	padding:8px;
	margin:7px;
	margin-top: 10px;
	padding-top:0px;
}

.graypanel a {
	color:#0000AA;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.9em/1.42  Tahoma, sans-serif;
	padding-left: 7px;
	color: #666666;
	padding-bottom:2px;
}

.bodytext a {
	color:#063;
	color:#039;
	text-decoration:none;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	margin-left: 40px;
	padding-top:50px;
}

.smalltitle {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#CC0000;
	margin-top:8px;
	padding-bottom:3px;
}
.smallwhitetext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

.smallgraytext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}

.smallgraytext a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#CC0000;
	padding-top:2px;
	padding-bottom:1px;
	margin: 0px;
	padding-left: 0px;
}


.smallwhitetext a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}

/* -------------------------------- */
/*   Mise en forme des tableaux     */
/* -------------------------------- */

.table_list {
border-style:solid;
border-color:#333;
border-bottom-color:#333;
border-bottom-style:solid;
border-bottom-width:4px;
display:block;

}



.table_list {
border-collapse:collapse;
border: 0px solid white;
}
.table_list_row1 {
background-color:#DDDDDD;
background-color:#E7E7EE;
text-align:left;
border-collapse:collapse;
border: 0px solid gray;
}

.table_list_row1:hover {
background-color:#999999;
background-color:#CCCCCC;
}

.table_list_row2 {
background-color:#FFFFFF;
text-align:left;
}

.table_list_row2:hover {
background-color:#999999;
background-color:#CCCCCC;
}

.table_list_col1 {
width: 25%;
text-align:center;
margin: 0px;
padding: 4px;
border-right: 3px solid white;
color:#990000;
color:#333333;
font-weight:bold;
}

.table_list_col2 {
padding: 4px;
padding-left: 7px;
text-align:left;
border: 0px solid white;
}

