/* CSS Document */

/* main styles */
a img {
	border: 0px;
}

html, body, td {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #E1E1DA;
	color: #333333;	
}

/* positionning divs */

/* wrapping page */
#mainDiv {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: #fff;
}

/* header styles */
#headerDiv {
	background-image: url(/images/hautIscio.jpg);
	background-repeat: repeat-x;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fc6;
}

#logoDiv {
	text-align: right;	
}

/* footer styles */
#footerDiv {
	text-align: justify;
}

#footerDiv table {
	background-color: #f0f0f0;
}

#footerDiv td {

}

#footerDiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: center;
	margin: 5px 0px 5px 0px;
}

/* menu */
#menuDiv {
	width: 150px;
	float: left;
}

/* menu link */
#menuDiv a {
	display: block;
	width: 100%;
	padding: 3px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #fc6;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	background-color: #999999;
	background-image: url(/images/puceFleche.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menuDiv a:hover {
	color: #FF9966;
}

#menuDiv a.selectedMenuItem {
	background-color: #cccccc;
	font-weight: bold;
	color: #666;
}

#menuDiv a.selectedMenuItem:hover {
	background-color: #cccccc;
	color: #000;
}

/* content styles */
#contentDiv {
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	min-height: 280px;
}

#contentDiv a {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FF6633;
	white-space: nowrap;
}

#contentDiv a:hover {

	color: #FFB062;
    text-decoration: none;
}

#contentDiv h4 {
	font-size: 100%;
	font-weight: bold;
	color: #f63;
	margin-top: 1px;
	margin-bottom: 1px;
}

#contentDiv p {
	margin: 7px;
}

/* used for planning */
#contentDiv fieldset {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #fdb60e;
	padding: 5px;
	margin: 0px;
	
}

#contentDiv fieldset legend{
	font-weight: bold;
	color: #000000;
	background-image: url(/images/OrangeArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;	
}

#proContent, .proContent {
	border: 1px dashed #ccc;
	width: 95%;
}

/* used for "divers" menu positionning */
#subMenuDiv {
	float: left;
	width: 20%;
}

#subContentDiv {

}
 
/* others */
.news {
	color: #FF6600;
	width: 90%;
	border: 1px dashed #cccccc;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
/* applied to subtitle image */
.line {
	border-bottom: 1px dotted #cccccc;
}

.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background-color: #FDCB33;
	border: 1px inset #666;
}

#marginContenu {
	margin-left: 5%;
	margin-top: 5px;	
}

.Border {
	border: 1px solid #999999;
}

.inputError {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #CC0000;
	border: 1px inset #666;
}

.msgError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.msgPositif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #0066FF;
	text-align: center;
}

.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	background-color: #D4D0C8;
	border: 1px solid #333333;
	cursor: hand;
}

h3#promo {
	color: #fdb60e;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 7em;
}

.presta {
	background-image: url(/images/presta_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div.presta dt {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0.8em;
}
div.presta dd {
	margin-left: 1em;
}

div.presta h2 {
	color: #ffdb6c;
	text-decoration: underline;
	
}
