/* CSS Document */

body {
	font: 12pt/15pt Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #718E9D;
	background-image: url(/imports/images/dsm_bg.jpg);
	background-repeat: repeat-x;
	
}

li, ul {
	list-style-image: url(/imports/images/arrow.gif);

}


/*/////////////////////// Mise en page ///////////////////////*/

html, body { height: 100%;}

#container {
	height: 100%;
	width: 720px;
	margin:0px;
    min-height: 100%
}

#box_footer {
	height: 100%;
	width: 220px;
}

.Pad25 { padding: 25px; }
.Padfooter { padding: 5px 25px; }
.Pad20 { padding: 20px; }
.Padintro { padding-left: 25px; }
.PadColGauche { padding-top: 10px; }
.PadCopyright { padding-left: 25px; }

.MARphoto { margin-left: 15px; margin-bottom: 15px; }

/*/////////////////////// Texte ///////////////////////*/

.Texte {
	font-size: 12px;
	line-height: 18px;
}

.Texte_intro {
	font-size: 12px;
	line-height: 20px;
}

.Texte_InfoBox {
	font-size: 10px;
	line-height: 12px;
	color: #C5D3D9;
}

.Texte_Footer {
	font-size: 9px;
	color: #999999;
}

.sous_titre {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #105871;
}

/*/////////////////////// liens ///////////////////////*/

					a.lien:link {
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					text-decoration: none;
					font-weight: bold;
					color: #16E141;
					}
					
					a.lien:visited {
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					text-decoration: none;
					font-weight: bold;
					color: #16E141;
					}
					
					a.lien:activated {
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					text-decoration: none;
					font-weight: bold;
					color: #16E141;
					}
					
					a.lien:hover {
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					text-decoration: none;
					font-weight: bold;
					color: #98B3BE;
					}
					
a.lienpetit:link { font-size: 9px; color: #999999; text-decoration: none; }
a.lienpetit:activated { font-size: 9px; color: #999999; text-decoration: none; }
a.lienpetit:visited { font-size: 9px; color: #999999; text-decoration: none; }
a.lienpetit:hover { font-size: 9px; color: #999999; text-decoration: underline; }
