body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(_medias/ele-pages/AVIE-CAP-fond-tete.png);
	background-repeat: repeat-x;
	margin: 0px;
	line-height: 18px;
	height: 100%
}


/*------------------------------------------*/
/* REDEFINITION DES BALISES
/*------------------------------------------*/
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
H1 {
	font-weight: normal;
	color: #666666;
	font-size: 29px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	margin-top: 0px;
	margin-bottom: 30px;
}
H3 { /* sous-titres */
	font-size: 17px;
	color: #143DAB;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}
H5 {
	color: #660099;
	font-size: 13px;
	margin-bottom: 10px;
}
HR {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-color: #666666;
}
ul {
	margin-left: 0px;
	padding-left: 25px;
	margin-top: 0px;
}
li {
	list-style-image: url(_medias/illustrations/avie-cap-carre-bleu.png);
}


/*------------------------------------------*/
/* TEXTES et AUTRES
/*------------------------------------------*/
.txtBleu {
	font-weight: normal;
	color: #143DAB;
}
.txtViolet {
	color: #660099;
}
.txtPt {
	font-size: 10px;
}
.formInput, .formBox, .formListe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #143DAB;
}
.formInput {
	width: 220px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B2D5FF;
}
.formBox {
	width: 220px;
	border: 1px solid #b2d5ff;
}
.formListe {
	border: 1px solid #999999;
	margin-top: 3px;
	background-color: #E5F7FF;
}
.formBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #143DAB;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formBtn:hover {
	background-color: #660099;
}
td p {
	margin-top: 10px;
	margin-bottom: 0px;
}
.tdSoul {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}
a.lienProposition {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	line-height: 16px;
	list-style-image: url(_medias/illustrations/fichier-pdf-pt.gif);
}
a.lienProposition:hover {
	color: #143DAB;
}

/*------------------------------------------------*/
/* PNG TRANSPARENTS
/*------------------------------------------------*/
img.png {
     behavior: url(_includes/png.htc);
}

/*------------------------------------------*/
/* BLOCS
/*------------------------------------------*/
#tete {
	position: relative;
	height: 130px;
	width: 920px;
}
#logo {
	position: absolute;
	height: 128px;
	width: 284px;
	left: 3px;
	top: 0px;
}
#phrase {
	position: absolute;
	height: 33px;
	width: 568px;
	top: 55px;
	right: 0px;
}

/*------------------------------------------*/
/* MENU
/*------------------------------------------*/
#menu {
	position: absolute;
	height: 39px;
	width: 583px;
	top: 89px;
	right: 0px;
	text-align: right;
}
#menu a {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #143dab;
}
#menu #accueil:hover {
	background-image: url(_medias/ele-pages/AVIE-CAP-btn-accueil.png);
}
#menu #qui:hover {
	background-image: url(_medias/ele-pages/AVIE-CAP-btn-qui.png);
}
#menu #cat:hover {
	background-image: url(_medias/ele-pages/AVIE-CAP-btn-catalogue.png);
}
#menu #juri:hover {
	background-image: url(_medias/ele-pages/AVIE-CAP-btn-juridique.png);
}
#menu #contact:hover {
	background-image: url(_medias/ele-pages/AVIE-CAP-btn-contact.png);
}

/*------------------------------------------*/
/* PAGE
/*------------------------------------------*/
#page {
	position: relative;
	width: 900px;
	text-align: justify;
	top: 0px;
	height: 100%;
}
#col1 {
	position: absolute;
	width: 430px;
	left: 10px;
	top: 170px;
	padding-bottom: 70px;
	z-index: 2;
	text-align: justify;
}
#col2 {
	position: absolute;
	width: 430px;
	right: 0px;
	top: 170px;
	padding-bottom: 70px;
	z-index: 3;
	text-align: justify;
}

/*------------------------------------------*/
/* PIED
/*------------------------------------------*/
#pied {
	position: fixed;
	bottom: 0;
	color: #ffffff;
	background-color: #2D53BB;
	height: 38px;
	width: 100%;
	padding-top: 12px;
	z-index: 10;
	text-align: center;
	left: 0px;
	margin-top: 20px;
}
#pied .piedTxtPt {
	font-size: 11px;
}
#pied a {
	color: #b2d5ff;
	text-decoration: none;
}
#pied a.piedLienPt {
	font-size: 11px;
	color: #b2d5ff;
	text-decoration: none;
}

