/*Balises*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #CCCCCC; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #333333; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-arrow-color:  #666666; 
	scrollbar-track-color: #666666; 
	scrollbar-darkshadow-color: #333333;
	
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	
}
p, form, table {
	margin: 0px;
	padding: 0px;
	
}
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;
	padding: 10px 10px

}

/*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 #333333;
}
.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: #999;
	border-right-color: #999;
	border-bottom-color: #999999;
	border-left-color: #999;
}

a.lienaccueil {  
	color: #FFFFFF;
	text-decoration: none
}
.offreTable {
	width: 600px;
}
.offreDebut {
	color: #33CC33;
}
.offreFin {

	color: #FF3333;
}

.offreTitre {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#mag {
	font-size: 12px;
}
#mag p {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	padding: 0px;
}


#mag p a span {
	background-image:url(../images/pictos/telecharger.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 40px;
	padding-top:9px;
	padding-bottom: 9px;
	cursor: hand;
}
