/***********************************/
/* Style commun à toutes les pages */
/***********************************/

body
{
	background-color : #F4FFF4;
	margin : 0px;
}


/*****************/
/* Style du menu */
/*****************/

div.menu
{
	position : absolute;
	height : 32px;
	width : 119px;
	border-width : 0px 0px 1px 1px;
	border-style : solid;
	border-color : #CCCCCC;
	background-color : #EEEEEE;
	margin : 0px;
	padding : 0px;
	font-family : Arial;
	color : #444444;
	text-align : center;
	font-weight : bold;
	font-size : 12px;
}

div.adm_menu
{
	position : absolute;
	height : 32px;
	width : 119px;
	border-width : 0px 0px 1px 1px;
	border-style : solid;
	border-color : #CCCCCC;
	background-color : #FFEEAA;
	margin : 0px;
	padding : 0px;
	font-family : Arial;
	color : #444444;
	text-align : center;
	font-weight : bold;
	font-size : 12px;
}

a.menu
{
	font-family : Arial;
	color : #444444;
	text-align : center;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
	margin : 0px;
}

a.menu:hover
{
	font-family : Arial;
	color : #FF4444;
	text-align : center;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
	margin : 0px;
}


/********************/
/* Style du contenu */
/********************/

div.main
{
	position : absolute;
	border-width : 0px 1px 1px 0px;
	border-style : solid;
	border-color : #CCCCCC;
	margin-top : 0px;
	background-color : #FFFFFF;
	width : 711px;
	padding : 0px;
	background-image : url('images/bg.gif');
}

.box
{
	position : absolute;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #CCCCCC;
	margin : 0px;
	background-color : #FFFFFF;
	padding : 0px;
	padding-top : 4px;
}

.box_title
{
	font-family : Arial;
	color : #4444CC;
	text-align : center;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
	margin-bottom : 0px;
}



/*************************/
/* Style des formulaires */
/*************************/

.field
{
	background-color: #FFEEDD;
	color: #DD3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #9F4040;
	padding-left: 2px;
	margin-left: 8px;
	margin-right: 8px;
}


/*******************/
/* Style de textes */
/*******************/

.text
{
	font-family : Arial;
	color : #444444;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
	margin : 4px;
}

a.link
{
	font-family : Arial;
	color : #4444FF;
	text-align : center;
	font-weight : bold;
	font-size : 12px;
}

a.link:hover
{
	font-family : Arial;
	color : #FF4444;
	text-align : center;
	font-weight : bold;
	font-size : 12px;
}


/*******************/
/* Style du footer */
/*******************/

div.footer
{
	position : absolute;
	border-width : 1px 1px 1px 0px;
	border-style : solid;
	border-color : #CCCCCC;
	margin-top : 0px;
	margin-bottom : 120px;
	background-color : #FFFFFF;
	width : 710px;
	height : 130px;
	padding : 0px;
	background-image : url('images/bg.gif');
}

div.spacer
{
	position : absolute;
	margin-top : 30px;
	margin-bottom : 120px;
	width : 710px;
	height : 100px;
	padding : 0px;
}

a.footer
{
	font-family : Arial;
	color : #777777;
	text-align : center;
	font-weight : normal;
	font-size : 12px;
	text-decoration : underline;
}

a.footer:hover
{
	font-family : Arial;
	color : #FF4444;
	text-align : center;
	font-weight : normal;
	font-size : 12px;
	text-decoration : underline;
}

a.small_footer
{
	font-family : Arial;
	color : #777777;
	text-align : center;
	font-weight : normal;
	font-size : 10px;
	text-decoration : underline;
}

a.small_footer:hover
{
	font-family : Arial;
	color : #FF4444;
	text-align : center;
	font-weight : normal;
	font-size : 10px;
	text-decoration : underline;
}

