/* redefinitions */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: white;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	
	scrollbar-arrow-color: black;
	scrollbar-track-color: #A31D51;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #A31D51;
	scrollbar-highlight-color: #A31D51;
	scrollbar-darkshadow-color: #A31D51;
	scrollbar-3dlight-color: #A31D51; 
}
a {
	color: #A31D51;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 1em;
}
table {
	border-collapse: collapse;
}
li {
	list-style-image: none;
	list-style-type: none;
}
img {
	border: 0;
}
h1 {
	margin: 1em 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
h1.titre {
	text-transform: none;
	font-size: 24px;
}

/* id */
img#logo {
	margin: 30px 0 1em 30px;
}
#menunavig img {
	vertical-align: middle;
}
#menunavig a {
	color: black;
}
iframe#iframe {
	width: 728px;
	height: 587px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}


/* class */
body.fondbanderose {
	background-image: url(/media/img/trames/fondrose.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rose, .rose a {
	color: #A31D51;
	font-weight: bold;
}
.gris, .gris a {
	color: #B3B7BC;
}
.grand, .grand td {
	font-size: 13px;
}
.margeg {
	margin-left: 30px;
}
