/*--------------------------------------Layout général------------------------------------------------------*/
body {
	background-color:#243045;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.table_main {
	background-color:#FFFFFF;
	border: 1px solid #297BBE;
}

.table_main tr td{
padding : 4px;
}

.div_corner {
	position: absolute;
	left: 4px;
	top: 4px;
	height: 30px;
	width: 31px;
	background-image: url(../admin/skin/img/img_corner.gif);
}
/*--------------------------------------Box----------------------------------------------------------------*/
.box {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d9dee6;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #a1abbf;
	margin: 4px;
	color: #50698a;
}
.box h3 {
	color: #0A246A;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.box p {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

/*ul*/
.box ul{
	padding : 0px 0px 0px 0px;
}

.box ul li strong{
	font-weight: bold;
	font-style: normal;
}


.bullet_1 {
	margin: 0px 0px 0px 32px;
	list-style-image: url(../admin/skin/img/bulllet_1.gif);
}

.bullet_2 {
	list-style-image: url(../admin/skin/img/bulllet_2.gif);
	margin: 0px 0px 0px 32px;
}

.bullet_3 {
	list-style-image: url(../admin/skin/img/bulllet_3.gif);
	margin: 0px 0px 0px 32px;
}

.bullet_4 {
	list-style-image: url(../admin/skin/img/bulllet_4.gif);
	margin: 0px 0px 0px 32px;
}

/*--------------------------------------Box----------------------------------------------------------------*/
.footer, .footer table {
	border-top: solid 2px #445980;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003273;
}
.footer table {
	border-top: none;
}

.footer2 {
	color:#50698A;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: #d9dee6 solid 1px;
}


.table_main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003273;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 4px;
}
.box_imgBig {
	border: 4px solid #445980;
	height: 300px;
	width: 400px;
	text-align: center;
}
.box_miniatures {
	width: 398px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d9dee6;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #a1abbf;
	margin: 0px;
	color: #50698A;
}.box_descriptionManuelle {
	width: 398px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d9dee6;
	font-size: 11px;
	padding: 4px;
	margin: 0px;
	color: #50698a;
	border-top: 1px Aucune #D4DCE8;
	border-right: 1px solid #a1abbf;
	border-bottom: 1px solid #a1abbf;
	border-left: 1px solid #a1abbf;
}
/*début - style du site publique*/
.sheet {
	background-color: #F6F8FA;
	background-image: url(../admin/skin/interface/bckgrnd_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 130px;
	padding: 8px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #50698A;
	text-align: center;
	border-top: 1px none #D4DCE8;
	border-right: 1px solid #D4DCE8;
	border-bottom: 1px solid #D4DCE8;
	border-left: 1px none #D4DCE8;
	cursor: hand;
}
.sheet a {
	text-decoration: none;
	color: #50698A;
}

.sheet a strong {
	color: #0772BC;
}


.photoMini {
	border: 2px solid #0873BC;
}
/*fin - style du site publique*/
.bouton_s {
	width:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	padding: 2px 4px;
	margin:0px 4px;
	text-decoration: underline;
	background-color: #FFFFFF;
	border : 1px solid #003273;
	text-align: center;
}

.bouton_s:visited {	color: #003273; }
.bouton_s:link {	color: #003273; }
.bouton_s:hover{
	color: #FFFFFF;
	background-color: #003273;
	border-color: #003273;
	text-decoration: none;
}


#content p, #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003273;
	margin: 5px;
}
