@charset "utf-8";

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background-color:#E7E7E7;
	background-image:url(images/bg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

body,p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333; 
}

table, td {
	background-color: #FFFFFF;
}

 td {
	vertical-align: top;
}
p {
	padding-right:10px;
	text-align:justify;
}

img {
	border:0px;
	vertical-align:bottom;
}

table.boite {
	background-color: #F1EBDD;
}

td.boite {
	background-color: #F1EBDD;
}

/***********************************************/
/* hyperlink and anchor tag styles             */
/***********************************************/
a:link, a:visited{
	color: #93622f;
	text-decoration: underline;
}

a:hover{
	color: #00587A;
	text-decoration: underline;
}

a:active {
	color: #00587A;
}

table.grid {
	border-color:#E9E0CC;
	border-style:solid;
	border-width:1px
}

td.grid {
	border-bottom: 1px solid #E9E0CC;
}

th.grid {
	background-color: #F1EBDD;
	border-bottom: 1px solid #E9E0CC;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#footer {
	font-size: 8pt;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 12px;
	color: #333333; 	
}

/***********************************************/
/* Style                                       */
/***********************************************/
h1  {
	color: #656565; 
	font-weight: normal; 
	font-size: 13pt;
	margin-right:10px;
	margin-top:10px;
}

h2  {
	color: #333333; 
	font-weight: normal; 
	font-size: 13pt;
	margin-top: 12px;
	margin-right:10px;
}

h3 {
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	margin-right:10px;
	text-align:justify;
}

h4 {
	color: #999999; 
	font-size: 10pt;
	font-weight:lighter;
	margin-right:10px;
}

.title {
	color:#656565; 
	font-size:16pt;
	border-bottom-color: #AC814E; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
	margin:20px 0 20px 0;
	font-weight: bold;
}

.sous-titre {
	color:#333333; 
	font-size:16pt; 
	font-weight: normal; 
	border-bottom:1px dashed #707070;
	padding-top:20px;
}

.top {
	margin-top: 0px;
}

a.special_menu, .special_menu{
	color: #303030; 
	display: block;
	height: 15px;
	border-bottom: 1px dotted #93622f;
	text-decoration: none;
	margin-right: 15px;
	font-size:10pt;
}

a.special_menu:hover{
	color: #00587A;
	border-bottom: 1px solid #00587A;	
}
.message {
	background-color: #FFFFFF;
	border: 1px solid #086696;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
	width: 530px;
	text-align: center;
}
.error {
	background-color: #FCD890;
	border: 2px solid #BA1825;
	color: #BA1825;
}
.warning {
	border: 2px solid #CC9915;
}
.required
{
	font-weight:bold;
}
