body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #FFFAF2;
	margin: 0;
}

.recherche {
	color:#CC0000;
	border:0px outset silver;
	font-size:9px;
	width: 170px;
	height:13px;
}

.formulaire {
	color:#CC0000;
	border:1px outset silver;
	font-size:9px;
}

.voyages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.tableau_gauche {
	filter: Alpha(Opacity=70, FinishOpacity=10, StartX=0, StartY=0, FinishX=100, FinishY=100);
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {
	font-size: 10px;
	position:absolute;
	width:107px;
	color: #FFFFFF;
	background-color: #000000;
	visibility: hidden;
	top: 236px;
	right: 300px;
	z-index:1;
	left: 253px; 
	top: 162px;
}

.titre_formation {
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
.contourblanc {
	border: 1px solid #FFFFFF;
}
.bordurerouge {
	border: 1px solid #C44000;
	background-color: #FFFFFF;
}
.bordurenoire {

	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.formnews {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 69px;
	border:0px outset silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	clear: none;
	float: none;
}
.formnews2 {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 66px;
	border:0px outset silver;
	font-size: 8px;
}
.carremailing {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 8px;
	border:0px outset silver;
}
.partenaires {
	font-family: Helvetica, sans-serif;
	font-size: 7px;
	color: #000000;
}
.bordurepashaut {
	border-top-width: 0px;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.bordureliens {
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* enquetedevdurable */
#enquetedevdurable {
	width: 105px;
	height: 100px;
	padding: 85px 40px 0 40px;	
	background: transparent url('images/enquete-dev-durable.gif') no-repeat top left;
	font-size: 12px;
}
#enquetedevdurable a {
	color: #fff;
	text-decoration: none;
}
#enquetedevdurable a:hover {
	text-decoration: underline;
}
/* enquetedevdurable */

/* Forms 
*****************************************/
label { font-weight: bold; }

/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 180px; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }