/***********************************************/
	/* HTML tag styles                             */
	/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
}

body>div {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	min-width: 780px;
}

/******* hyperlink and anchor tag styles *******/
a:link,a:visited {
	color: #005FA9;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #66CCFF;
}

.image_pub {
	cursor: pointer;
	text-align: center;
	width: 100%;
	display: block;
}

/************** header tag styles **************/
h1 {
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #006699;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#encart_pub {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 100;
	background-color: #0000FF;
	height: 930px;
	width: 102%;
	background-image: url(../images/logo_rond_anime4.gif);
	background-position: center top;
	background-repeat: no-repeat;
	visibility: hidden;
}

h3 {
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.equipe_nom {
	font-size: 12px;
	font-weight: bold;
	background-position: center;
}

.equipe_fonction {
	font-size: 10px;
	text-transform: uppercase;
}

.equipe_tel {
	font-size: 10px;
}

.equipe_element {
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	display: block;
}

h4 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/
ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
}
.tabFormulaire td{
	padding-bottom: 15px;
}
label {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	background-color: #F2F2F2;
	vertical-align: middle;
}

textarea {
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F2F2F2;
	margin-bottom: 15px;
}

select {
	border-radius: 5px;
	background-color: #F2F2F2;
}

/***********************************************/
	/* Layout Divs                                 */
	/***********************************************/
#pagecell1 {
	position: relative;
	/*top: 125px;*/
	width: 100%;
	background-color: #c4e1e2;
	/*right: 10px;
	left: 10px;*/
	z-index: 1;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-color: #006699;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	padding-bottom: 5px;
}

.adresse_bas_page {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.mail_bas_page {
	font-size: 12px;
	text-align: center;
}

#tl {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead { /*position: absolute;*/ /*top: 0px;*/
	width: 100%;
	vertical-align: middle;
	/*left: 10px;
	right: 10px;*/
	margin-top: 5px;
	z-index: 10;
	border-left-color: #006699;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #006699;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #006699;
	border-right-width: 1px;
	border-right-style: solid;
	border-radius: 12px 12px 0 0;
}

.partie_logo { /*margin-left: -5px;
	margin-top: -3px;*/
	width: 100%;
	background-color: #000000;
	border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	padding: 7px;
}

#pageNav {
	padding: 0px;
	background-color: #F5f7f7;
	/*border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	font: small Verdana, sans-serif;
	text-align: left;
	margin: 0px;
	width: 230px;
}

.plan_site {
	background-color: #006699;
	width: 225px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 0px;
	font-size: 10px;
	font-weight: bold;
}

.plan_site a {
	color: white;
}

#content { /*border-left: 1px solid #ccd2d2;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 98%;
	height: 100%;
	margin-right: -15px;
}

/***********************************************/
	/* Component Divs                              */
	/***********************************************/
#siteName {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 55px;
}

/************** utility styles *****************/
#utility {
	position: absolute;
	color: #919999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#utility a {
	color: #ffffff;
}

#utility a:hover {
	text-decoration: underline;
}

/************** pageName styles ****************/
#pageName {
	position: relative;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	/*background-image: url(../images/pelicule.gif);
	background-repeat: repeat-x;*/
	z-index: 1;
	background-color: #006699;
}

#pageName h2 {
	font: bold 175% Verdana, Arial, Helvetica, sans-serif;
	color: #f4fbfe;
	margin: 0px;
	padding: 0px;
}

#pageName img {
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	width: 45px;
	height: 45px;
}

/************* globalNav styles ****************/
#globalNav {
	position: relative;
	/*width: 100%;*/
	min-width: 640px;
	height: 32px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/glbnav_background.gif);
	font-size: 10px;
	font-weight: bold;
	z-index: 10;
	background-color: #2848a0;
}

#globalNav img {
	margin-bottom: -4px;
	z-index: 10;
}

#gnl {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/gblnav_left.gif);
}

#gnr {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/glbnav_right.gif);
}

#globalLink {
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
}

#globalLink a {
	font-size: 14px;
	font-weight: bold;
}

a.glink,a.glink:visited {
	font-size: small;
	color: #dddddd;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover {
	/*background-image: url(../images/glblnav_selected.jpg);*/
	background-color: black;
	text-decoration: none;
	background-position: center center;
	color: #FFFFFF;
}

.skipLinks {
	display: none;
}

/************ subglobalNav styles **************/
.subglobalNav {
	position: absolute;
	top: 120px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	z-index: 10;
	background-image: url(../images/glbnav_background.gif);
}

.subglobalNav a:link,.subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
	background-image: url(../images/glbnav_background.gif);
	z-index: 10;
}

.subglobalNav a:hover {
	color: #cccccc;
	background-image: url(../images/glbnav_background.gif);
	z-index: 10;
}

/*************** search styles *****************/
#search {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input {
	font-size: 70%;
	margin: 0px 0px 0px 10px;
}

#search a:link,#search a:visited {
	font-size: 80%;
	font-weight: bold;
}

#search a:hover {
	margin: 0px;
}

/************* breadCrumb styles ***************/
#breadCrumb {
	padding: 5px 0px 5px 10px;
	font: small Verdana, sans-serif;
	color: #AAAAAA;
}

#breadCrumb a {
	color: #AAAAAA;
}

#breadCrumb a:hover {
	color: #005FA9;
	text-decoration: underline;
}

/************** feature styles *****************/
.feature {
	min-height: 200px;
	width: 100%;
	vertical-align: top;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

html>body .feature {
	height: auto;
}

.feature h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.feature img { /*float: left;*/
	padding: 0px 10px 0px 0px;
}

.image_accueil {
	float: left;
	padding: 0px 10px 0px 0px;
}

/*************** story styles ******************/
.story {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story_petit {
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bouton_terre {
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.story h3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.story p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story a.capsule {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #005FA9;
	display: block;
	padding-bottom: 5px;
}

.story a.capsule:hover {
	text-decoration: underline;
}

td.storyLeft {
	padding-right: 12px;
}

/************** siteInfo styles ****************/
#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 8px;
	color: #21536A;
	margin-top: 0px;
	background-color: #006699;
	/*background-image: url(../images/pelicule.gif);
	background-repeat: repeat-x;*/
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/
#sectionLinks {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link,#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	/*background-color: #DDEEFF;
	background-image: none;*/
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/
.relatedLinks {
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.relatedLinks h3 {
	margin-bottom: 3px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
}

.slogan {
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.relatedLinks a {
	display: block;
	margin-bottom: 3px;
	color: #005FA9;
	text-decoration: underline;
	cursor: pointer;
}

.relatedLinks a:hover span {
	color: #66CCFF;
}

/**************** advert styles *****************/
#advert {
	padding: 4px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

#advert img {
	display: block;
	text-align: center;
	border: 2px solid #999999;
}

.adressecontact {
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 15px;
	line-height: 25px;
	width: 100%;
	margin-top: 15px;
	visibility: visible;
}

.horaire_ouverture_paire {
	background-color: #cccccc;
}

.horaire_ouverture_impaire {
	background-color: #84a7d0;
}

.partie_centrale {
	background-image: url(../images/appareil_photo4.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.lien_offre_parrainage {
	font-size: 12px;
	font-weight: bolder;
	font-style: oblique;
	font-family: "Comic Sans MS";
	text-transform: uppercase;
	text-decoration: none;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 0px;
}

.horaire_ouverture {
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.texte_offre_parrainage {
	color: #FF0000;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.contact_coordoonnes_agence {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.registred {
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}

.registredpetit {
	vertical-align: top;
	font-size: 9px;
	font-weight: bold;
}

.template_tableau_materiel { /*visibility: hidden;*/ /*display:none;*/
	
}

.lien {
	color: #006699;
	text-decoration: underline;
	cursor: pointer;
}

.lien_devis_ligne {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline blink;
	text-align: center;
	cursor: pointer;
}

.lien_devis_page_accueil {
	font-size: 13px;
	color: #0000ff;
	text-decoration: blink;
	text-align: center;
	cursor: pointer;
	font-family: "Comic Sans MS";
	text-transform: uppercase;
	line-height: 25px;
	font-weight: bold;
}

.tableau_materiel {
	background-color: #F2F2F2;
	width: 100%;
	text-align: center;
}

.titre_tableau_materiel {
	font-size: 14px;
	font-weight: bolder;
	background-color: #F2F2F2;
	width: 100%;
	text-align: center;
}

.tableau_materiel_entete th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.feature p {
	margin-bottom: 15px;
	margin-top: 0px;
}

.pixel_assur {
	font-style: italic;
	color: #0000FF;
	/*filter: progid :     DXImageTransform.Microsoft.gradient (     enabled =
		  
		 'true', startColorstr =     #55090276, endColorstr =     #55CCCCCC );*/
	font-weight: bolder;
	white-space: nowrap;
}

.logoa2l {
	visibility: visible;
	text-align: center;
}

.liena2l {
	font-size: 9px;
	text-align: center;
	margin-top: 0px;
	visibility: visible;
	width: 100%;
	line-height: 12px;
}

.adresse_bandeau_verticale {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	line-height: 20px;
}

/*STYLE INFOS LEGALES*/
.texteinfoslegales {
	font-size: 10px;
	color: #000000;
}

.ancrenommee {
	text-align: right;
	line-height: 15px;
	margin-bottom: 10px;
	font-size: 11px;
	margin-right: 15px;
}

.titrerubriqueinfoslegales {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: left;
}

.titre_page {
	background-color: #006699;
	width: 225px;
	height: 100%;
	padding-bottom: 4px;
	z-index: 1;
	padding-top: 4px;
	text-align: center;
}

.bouton {
	width: 145px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/bouton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
}

.mandatory:after {
	content: " *";
	vertical-align: top;
	color: red;
}

.erreur {
	color: red;
	font-weight: bolder;
}

.erreurAjout {
	color: red;
	font-weight: bolder;
	font-size: 12px;
	line-height: 25px;
}

.prime_devis {
	text-align: center;
	display: block;
}

.intitule_champ_formulaire {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.champ_erreur {
	background-color: #F2F288;
}

.champ_formulaire {
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
}

.select_formulaire {
	font-size: 10px;
	font-weight: bold;
}

.champ_formulaire_tableau {
	font-size: 11px;
	font-weight: bold;
}

.gras {
	font-weight: bolder;
	font-size: large;
}

.titre_tableau_renseignement {
	font-size: 24px;
	font-weight: bolder;
}

.total_assure {
	font-size: 15px;
	font-weight: bolder;
	text-align: center;
}

.inventaire {
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 125px;
	/*scrollbar-face-color: #ababd2;
	scrollbar-shadow-color: #218dc4;
	scrollbar-highlight-color: #9cbceb;
	scrollbar-3dlight-color: #9cbceb;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #cccccc;
	scrollbar-arrow-color: #cccccc;*/
}

.boutonCorbeille {
	background-image: url("/images/corbeille.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	float: left;
	display: inline;
	cursor: pointer;
}

.boutonCorbeille a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.tableau_materiel_entete {
	text-align: center;
	display: block;
	border-spacing: 15px;
}

.titre_inventaire {
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}

.bouton_valider {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding-top: 5px;
	vertical-align: middle;
}

.boutonValider {
	background-color: green;
	color: white;
	font-weight: bolder;
	border-radius: 20px;
	cursor: pointer;
	border-color: white;
	border-style: outset;
	border-width: 1px;
}
.boutonValider:hover {
	border-color: black;
}
.prime {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	background-color: #F2F2F2;
	border-color: blue;
	border-width: 1px;
	border-style: outset;
}

#primes {
	border-spacing: 15px;
	min-width: 480px;
}

.centre {
	margin-left: auto;
	margin-right: auto;
}

.cadreFormulaire {
	background-color: #f4fbfe;
	padding: 15px;
	border-radius: 10px 10px 10px 10px;
	width: 750px;
	min-width: 480px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cadreFormulaire h2 {
	font-size: 14px;
	font-weight: bolder;
	background-color: #F2F2F2;
	width: 100%;
	text-align: center;
	border-radius: 6px 6px 6px 6px;
}

#primes td {
	text-align: center;
	margin-bottom: 10px;
}

#primes tr {
	padding: 30px;
	margin-bottom: 10px;
}

#col2Ans span {
	background-color: pink;
}

#primes th {
	padding: 10px;
}

.boutonrouge {
	width: 145px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/bouton_rouge.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	vertical-align: middle;
	padding-top: 10px;
	cursor: pointer;
}

.boutonrougeimpression {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/bouton_vert_rond.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	vertical-align: middle;
	padding-top: 45px;
	cursor: pointer;
}

.lien_offre_nouveau_site {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-bottom: 15px;
	text-decoration: underline;
	cursor: pointer;
}

.remise_nouveau_site {
	font-size: 18px;
	font-weight: bolder;
	font-style: oblique;
	font-family: "Comic Sans MS";
	text-transform: uppercase;
	text-decoration: none;
	color: #FF0000;
}

.texte_rouge_lien {
	font-size: 18px;
	font-weight: bolder;
	font-style: oblique;
	font-family: "Comic Sans MS";
	text-transform: uppercase;
	color: #FF0000;
}

#imagette {
	cursor: pointer;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.advert_ouverture_site {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #FCEFF4;
	padding: 4px;
	border: 6px solid #000099;
	border-radius: 40px;
	-moz-border-radius: 40px;
	/*visibility:hidden;
	display:none;*/
}

.boutonvert {
	width: 165px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/bouton_vert.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.lienextranet {
	font-size: 10px;
	color: #000066;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
	margin: 12px;
}

.lienoptionsespaceclient {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
	display: block;
	cursor: pointer;
}

.lien_partenaire {
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo_partenaire {
	list-style-type: none;
	margin-bottom: 5px;
}

.vignette_photo {
	
}

#parcours_photo a {
	color: #c0c0c0;
}

#photo_grand_format {
	border-top-width: 25px;
	border-right-width: 105px;
	border-bottom-width: 25px;
	border-left-width: 105px;
	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;
	margin-top: 10px;
	text-align: center;
}

#titre {
	border: thin;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -20px;
}

#contour_photo {
	background-image: url(../images/fond_grand_photo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#animation_fleche {
	visibility: hidden;
	z-index: 101;
	left: 33px;
	top: 33px;
	height: 150px;
	width: 150px;
	background-image: url(../images/fleche_descendante.gif);
	background-repeat: no-repeat;
	position: absolute;
}

.texte_cond_adhesion {
	font-weight: bold;
	color: #FF0000;
	list-style-type: upper-alpha;
	line-height: 30px;
	font-size: 14px;
}

.papiers_renvoyes {
	list-style-type: decimal;
	padding-left: 100px;
}

.bouton_devis {
	background-image: url(../images/bouton_plani_off.gif);
	height: 50px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.bouton_devis:hover {
	background-image: url(../images/bouton_plani_out.gif);
}

/***************
*CALENDRIER
***************/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
	left: 530px;
	display: none;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #004a9d;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #819cc9;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #004a9d;
} /* This hover code won't work for IE */
