* {
	padding:0;
	margin:0;
}

body {
	background:url(../img/fond_noel.gif) no-repeat #FFFFFF top center;/*
	background:url(../img/fond.png) repeat-x;*/
}

body #content {
	width:980px;
	margin:0 auto;
	
	color:#ffffff;
	font-family:Arial;
	font-size:12px;		
}

body #content #header{
	width:980px;
	height:255px;
	background:url(../img/header.png) no-repeat;
}

body #content #header .lien{
	color:#274279;
	text-decoration:none;
}

body #content #header .lien:hover{
	color:#E5353C;
}

body #content #header .lien.on{
	color:#E5353C;
}

body #content #corps{
	background-color:#274279;
	padding-left:90px;
	padding-right:90px;
	padding-top:20px;
	padding-bottom:35px;
}

body #content #footer{	
	width:980px;
	height:25px;
	background:url(../img/fondFooter.png) repeat-x;
}

#pubType2 {
	margin-top:20px;
	padding-bottom:35px;

	border-bottom:2px solid #7183A7;	
}
.lien_blanc {
	color:#FFFFFF;
	text-decoration:none;
}
/* Pour l'accueil */
#corpsIndex {
	background:url(../img/fondIndex.png) no-repeat;
	background-color:#274279;
	background-position:0px 120px;
	padding:0px 25px 0px 25px;	
}

#corpsIndex .gauche {
	float:left;
	width:263px;	
}

#corpsIndex .droite {
	float:left;	
	margin-left:15px;
}

#corpsIndex .gauche #miniRecherche {
	position:relative;
	text-align:center;
}

#corpsIndex .gauche #miniRecherche .haut #menu1{
	background:url(../img/miniRechercheOff.gif) no-repeat;
	width:115px;
	height:28px;
	float:left;
	
	bottom:-20px;
	left:3px;
	
	position:relative;
	z-index:1;
	
	padding-top:5px;
	cursor:pointer;
}

#corpsIndex .gauche #miniRecherche .haut #menu1.on{
	background:url(../img/miniRechercheOn.gif) no-repeat;
	width:123px;
	height:30px;
	float:left;
	
	bottom:-10px;
	left:1px;
	
	position:relative;
	z-index:1;
	
	padding-top:11px;
}

#corpsIndex .gauche #miniRecherche .haut #menu2{
	background:url(../img/miniRechercheOff.gif) no-repeat;
	width:115px;
	height:28px;
	float:left;
	
	bottom:-20px;
	left:0px;
	
	position:relative;
	z-index:1;
	
	padding-top:5px;
	cursor:pointer;
}

#corpsIndex .gauche #miniRecherche .haut #menu2.on{
	background:url(../img/miniRechercheOn.gif) no-repeat;
	width:123px;
	height:30px;
	float:left;
	
	bottom:-10px;
	left:6px;
	
	position:relative;
	z-index:1;
	
	padding-top:11px;
}

#corpsIndex .gauche #miniRecherche .bas{
	background:url(../img/fondMiniRecherche.png) no-repeat;
	background-position:0px -3px;

	width:263px;	
	height:250px;
	
	padding-top:35px;
	
	clear:both;
	position:relative;
	z-index:2;
}

#corpsIndex .gauche #miniRecherche div#lienAlerte{
	position:relative;
	z-index:3;
	margin-top:-10px;
	text-align:center;
}

input[type=submit] {
	border:0;
	background:url(../img/bouton.png) no-repeat;
	width:128px;
	height:24px;
	padding-top:0px;
	padding-right:8px;
	
	font-size:10px;
	color:#ffffff;
	
	text-align:center;	
}

.bouton {
	border:0;
	background:url(../img/bouton.png) no-repeat;
	width:128px;
	height:28px;
	padding-top:5px;
	padding-right:8px;
	
	font-size:10px;
	color:#ffffff;
	
	display:block;
	text-align:center;
	text-decoration:none;
}

select {
	width:180px;
	font-size:11px;
	color:#333333;
	text-align:center;
	height:18px;
	padding-top:2px;
	
	background-color:#ffffff;
	border:0px;	
}

input[type=text],textarea {
	width:180px;
	font-size:11px;
	color:#333333;
	text-align:center;
	height:18px;
	padding-top:2px;
	
	background-color:#ffffff;
	border:0px;	
}


table.formulaire td{
	padding-top:5px;	
}

div.lienColor {
	text-align:center;
	color:#010437;
}

div.lienColor a{
	color:#010437;
	text-decoration:none;	
}

img {
	border:0px;
}


