/* redefinitions */
* {
	margin: 0;
	padding: 0;
}
html, body, p {
	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; 
	 float:left; display:inline;
}
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 */
p.fondbanderose {
	background-image: url(/media/img/trames/fondrose.gif);
	background-repeat: repeat-y;
	background-position: right;
	 float:left; display:inline;
}
.rose, .rose a {
	color: #A31D51;
	font-weight: bold;
}
.gris, .gris a {
	color: #B3B7BC;
}
.grand, .grand td {
	font-size: 13px;
}
.margeg {
	margin-left: 30px;
}

.arr_HG_20 {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
}

.arr_5{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

.arr_20{
  -webkit-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
}

.bloc_video object, .bloc_video embed, .bloc_video iframe{
	width:600px;
	height:390px;
	display:inline;
	float:left;
}


/************** fix png IE 6 ******************/
.pngfix{ behavior: url(/js/iepngfix.htc) }


