/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	background-color: #ffffff;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

h1 {
	visibility: hidden;
	font-size: 0em;
	height: 0px;
	line-height: 0px;
}


#contener {
	width: 850px;
	margin-left: -425px;
	position: relative;
	left: 50%;
	background-image: url(images/inter_fond.gif);
	background-repeat: repeat;
	
}
h2 {
	font-size: 2.2em;
	margin-top: 9px;
	margin-left: 12px;
}
h3 {
	font-size: 1.8em;
	color: #000000;
	margin-left: 97px;
}



#haut {
	width: 850px;
	position: relative;
	background-image: url(images/inter_haut.jpg);
	background-repeat: no-repeat;
	height: 167px;

}



#gauche {
	float: left;
	width: 227px;
	position: relative;	
}
#droite p {
	margin-left: 25px;
	margin-right: 3px;
}
#droite ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 15px;
	margin-left: 45px;
	margin-bottom: 10px;
}
#droite li {
	margin-top: 4px;
}
#droite a:hover {
	color: #34B3D1;
}

.ombre {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #0A50A1;
}




#gauche ul {
	list-style-image: none;
	list-style-type: none;

}
#gauche h4{
	color: #FF7F00;
	font-size: 110%;
	text-align: center;
	margin-top: 25px;
}
#gauche .annonce {
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#gauche a.lien {
	color: #FFFFFF;
	text-decoration: underline;
}
#gauche a.lien:hover {
	color: #FF7F00;
}


#droite {
	float: left;
	width: 622px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;


}



#bas {
	clear: both;
	padding-left: 240px;
	padding-top: 20px;
	color: #999999;
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.home {
	background-image: url(images/inter_haut_menu.gif);
	height: 27px;
	padding-top: 15px;
	padding-left: 10px;
}
.home a {
	color: #CCCCCC;
	text-decoration: none;
	
}
.home a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.menu ul {

	list-style-image: none;
	list-style-type: none;
}
.menu {
	width: 227px;
}

.menu li {
}
.menu a {
	background-image: url(images/inter_menu.gif);
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	height: 36px;
	display: block;
	margin-top: 5px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 45px;
}
.menu a:hover {

	background-image: url(images/inter_menu_over.gif);
	background-repeat: no-repeat;
	color: #ff7f00;
	text-decoration: none;
}



.menu ul a {
	background-image: none;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	display: block;
	margin-top: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 32px;
}

.menu ul a:hover {

	background-image: none;
	color: #ff7f00;
	text-decoration: none;
}
.titre1 {
	color: #34B3D1;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}
.titre2 {
	color: #0A50A1;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}
#droite a {
	color: #0A50A1;
	text-decoration: underline;
}

fieldset{
	clear: both;
	margin-left: 46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}








.formulaire p{
	padding-left: 155px; /*width of left column containing the label elements*/
	padding-top: 5px;
	padding-right: 13;
	padding-bottom: 5px;
	margin: 0;
	
}

.formulaire label{
	font-weight: normal;
	float: left;
	margin-left: -156px;/*width of left column*/
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;		
}

.formulaire input{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
background-color: #C0E8F1;
border: 1px solid #0A50A1;
}

.formulaire textarea{
width: 150px;
height: 80px;
background-color: #C0E8F1;
border: 1px solid #0A50A1;
}

.radio input {
	width: 30px;
	
}
.bouton input {
	width: 80px;
	margin-left: 100px;
	margin-top: 10px;	
	background-color: #C5E3F8;
	border: 1px solid #115E94;
}
