/*Balises*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px 0px 0px;
	scrollbar-face-color: #990000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color:  #006600;
	scrollbar-track-color: #006600;
	scrollbar-darkshadow-color: #333333;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;


	
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #990000;

	
}
p, form, table {
	margin: 0px;
	padding: 0px;
	
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;

} 

/*Mise en Page*/

.flotte-gauche {
	float: left;
}
.flotte-droite {
	float: right;
}

/*Typographie*/

.typo-majuscules {
	text-transform: uppercase;
}
.typo-minuscules {

	text-transform: lowercase;
}
.typo-smallcaps {
	font-variant: small-caps;
}
.typo-gras {
	font-weight: bold;
}
.typo-italique {
	font-style: italic;
}
.typo-souligne {
	text-decoration: underline;
}
.typo-exposant {
	font-size: smaller;
	position: relative; 
	clip:   rect(   ); top: -5px
}
.typo-indice {

	font-size: smaller;
	position: relative; top: 5px
}

/*Bordures*/

.bordure {
	border: 1px solid #FFFFFF;
}
.bordure-haut {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.bordure-bas {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.bordure-gauche {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.bordure-droite {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.bordure-profondeur {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
}
