/*
Feuille de style du site assistology.
*/
body
{
	background-color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
}

#block
{
	width:750px;
	height:auto;
	margin:auto;
}

#header
{
	width:100%;
	height:100px;
	border-bottom:1px dotted #EE9601;
	background-image:url(../images_design/back_header.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:3px;
}

#menu
{
	margin-top:40px;
	width:150px;
	height:auto;
	float:left;
}
#menu h2
{
	color:#8FA2B8;
	text-align:center;
	font-size:x-large;
	font-weight:bolder;
}

#sous_menu
{ 
	margin: 0;
	padding:0; 
	width: 100%;
	border-bottom: none;
}

#sous_menu li
{
	margin-top:10px;
	list-style-type:none;
	padding: 0; 
	height:20px;
	line-height:20px;
	background-image:url(../images_design/item_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #EE9601;
}

#sous_menu a
{
	text-decoration:none;
	color:#5d90b5;
	display:block;
	padding-left:1.5em;
}

#sous_menu a:hover
{
	background-color:#e9eefb; 
	color:#294f79;
	background-image:url(../images_design/item_menu_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#corps
{
	width:590px;
	height:auto;
	float:right;
	background-image:url(../images_design/back_corps.gif);
	background-repeat:no-repeat;
}

#corps a:link 
{
	color:#336699;
	text-decoration:none;
}
#corps a:visited 
{
	text-decoration:none;
	color:#336699;
}
#corps a:hover 
{
	text-decoration:underline;
	color:#009999;
}
#corps a:active 
{
	text-decoration:none;
	color:#336699;
}

#corps h1
{
	width:100%;
	text-align:right;
	margin:0px;
	font-size:x-large;
}

#corps h3
{
	width:100%;
	text-align:center;
	font-size:medium;
	color:#294f79;
	border-bottom:1px solid #294f79;
	margin:0px;
}

#footer
{
	width:750px;
	margin:auto;
	height:20px;
	line-height:20px;
	margin-top:15px;
	border-top:1px dotted #EE9601;
	text-align:center;
	float:right;
}