/* Reset */
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    font-size: 100%;
}

iframe {
    width: 850px;
    height: 700px;
    margin: 40px;
}

/* Structure */
#header {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

ul#evitement {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 10px;
}

ul#evitement li {
    color: #888888;
    display: inline;
    font-size: 0.75em;
    margin-right: 15px;
}

ul#evitement li a {
    color: #AAAAAA;
    text-decoration: none;
}

ul#evitement li a:hover {
    text-decoration: underline;
}

#header h1 {
    margin: 10px auto;
}

#header h2 {
    margin: 0 auto;
    color: #FFF;
}

#nav {
    position: absolute;
    top: 20px;
    right: 0;
    width: 475px;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#nav li {
    text-align: center;
    float: left;
    padding: 10px 7px;
}

#nav li a {
    color: #341d43;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
}

#nav li a:hover {
    text-decoration: underline;
}

#nav li.selected a {
    text-decoration: underline;
}

#main {
    width: 960px;
    margin: 10px auto;
    clear: both;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 4px #666;
    -webkit-box-shadow: 2px 2px 4px #666;
    box-shadow: 2px 2px 4px #666;
}

#content p {
    margin: 20px;
}

#content ul {
    margin: 20px 40px;
    width: 550px;
}

#content ul li {
    list-style: outside disc none;
    margin: 10px 0;
}
#content li a {
    color: #341d43;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
}

#content li a:hover {
    text-decoration: underline;
}
#footer {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 0.8em;
}

#footer ul {
    width: 500px;
    margin: 10px auto;
}

#footer ul li {
    display: inline;
    text-align: center;
    padding: 0.4em;
}

#footer ul li a {
    color: #ffffff;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer p {
    clear: both;
    width: 960px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    color: #e6e5e5;
}

p.header, div.header {
    width: 500px;
    padding: 1em;
    background-color: #e6e5e5;
    border: none;
    margin: 20px;
    color: #341d43;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 2px 3px #999;
    -webkit-box-shadow: 1px 2px 3px #999;
    box-shadow: 1px 2px 3px #999;
}

#progesparc {
    width: 100%;
    background: #a28abc url('../images/background_header2.jpg') repeat-x fixed left top;
    margin: 0;
    color: #341d43;
}

#progesparc #main {
    background: #ffffff url('../images/main-violet.png') no-repeat scroll right 10px;
}

#progesparc #content h3 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 40px 20px 20px 20px;
}

#pgp-temps {
    background: url('../images/pgp-background1.png') no-repeat right center;
    margin-right: 150px;
}

#pgp-transparence {
    background: url('../images/pgp-background2.png') no-repeat right center;
    margin-right: 150px;
}

#pgp-serenite {
    background: url('../images/pgp-background3.png') no-repeat right center;
    margin-right: 150px;
}

#progescard {
    width: 100%;
    background: #7dcdec url('../images/background_header.jpg') repeat-x fixed left top;
    margin: 0;
    color: #325c6e;
}

#progescard #main {
    background: #ffffff url('../images/main-bleu.png') no-repeat scroll right 10px;
}

#progescard #nav li a {
    color: #325c6e;
}
#nav span  {
    font-size:12px;
}

#progescard .details {
    width: 540px;
    font-size: 1.25em;
    padding: 1em;
    background-color: #e6e5e5;
    border: none;
    margin: 40px 20px;
    color: #341d43;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 2px 3px #999;
    -webkit-box-shadow: 1px 2px 3px #999;
    box-shadow: 1px 2px 3px #999;
}

#progescard .details .price {
    font-size: 1.4em;
    margin-top: 40px;
}

#progescard #footer {
    background: #7dcdec url('../images/background_footer.jpg') repeat-x left bottom;
    min-height: 80px;
}

/* Card */
#progescard div.header {
    background-color: #2d748c;
    color: #e6e5e5;
}

#progescard div.header p {
    margin-bottom: 20px;
}

#progescard .header h3 {
    font-weight: bold;
    font-size: 1.5em;
    color: #7dcdec;
    margin-bottom: 20px;
}

#progescard #offres-progescard {
    clear: both;
    width: 890px;
    font-size: 0.8em;
    background: #e6e5e5 url('../images/background_offres_card.jpg') repeat-y scroll 20px top;
}

#progescard #offres-progescard div div {
    margin-left: 220px;
    padding: 10px;
    width: 620px;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 2px 3px #999;
    -webkit-box-shadow: 1px 2px 3px #999;
    box-shadow: 1px 2px 3px #999;
}

#progescard #offres-progescard ul {
    width: 500px;
}

#progescard #offres-progescard p.price {
    float: right;
}

#progescard #cardconfort {
    background: transparent url('../images/card-confort.png') no-repeat scroll left top;
    margin-top: 20px;
}

#progescard #cardprivilege {
    background: transparent url('../images/card-privilege.png') no-repeat scroll left top;
    margin-top: 20px;
}

#progescard #cardluxe {
    background: transparent url('../images/card-luxe.png') no-repeat scroll left top;
    margin-top: 20px;
}

#progescard ul li.previous {
    list-style: none;
    font-weight: bold;
}

#progescard ul li.plus {
    list-style: none;
    text-align: center;
}

/* Imat */
#progescard #docs_req {
    width: 800px;
    font-size: 0.8em;
}

#progescard ul.resources {
    margin-left: 20px;
    font-size: 0.75em;
}

#progescard ul.resources li {
    list-style: none;
}

#progescard ul.resources li li {
    list-style: circle;
}

#progescard ul.resources a {
    text-decoration: none;
    color: #006ab3;
}

#progescard ul.resources a:hover {
    text-decoration: underline;
}

#progescard #docs_req h3 {
    font-size: 1.4em;
    color: #325C6E;
    font-weight: bold;
    margin: 20px 0;
}

#progescard #docs_req h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0;
}

#progescard #docs_req h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0;
}

#progescard #docs_req li {
    list-style: square;
}

/* Contact */
#progesparc #header h1 a img, #progescard #header h1 a img {
    border: none;
    text-decoration: none;
}

#progesparc .vcard h3, #progesparc .vcard h4 {
    margin: 20px;
}

#progesparc .vcard {
    color: #341D43;
}

/* Véhicules */
#progescard .vehicules h2 {
    margin: 20px 40px 0;
}

/* Boat */
#progescard .boat h2 {
	margin: 20px;
	font-weight: bold;
	font-size: 1.5em;
}

#tabboats {
	margin: 20px auto;
	width: 920px;
	background-color: #E6E5E5;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 2px 3px #999;
    -webkit-box-shadow: 1px 2px 3px #999;
    box-shadow: 1px 2px 3px #999;
}
#tabboats th {
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
#tabboats td {
	text-align: center;
	margin: auto;
	padding: 4px 0;
}
#tabboats a {
	text-decoration: none;
}
#tabboats a:hover {
	text-decoration: underline;
}
#tabboat {
	margin: 20px auto;
	width: 920px;
	background-color: #E6E5E5;
    -moz-box-shadow: 1px 2px 3px #999;
    -webkit-box-shadow: 1px 2px 3px #999;
    box-shadow: 1px 2px 3px #999;
}
#tabboat th {
	font-weight: bold;
	padding: 5px;
	width: 25%;
	border: solid 1px #999;
	text-align: right;
}
#tabboat td {
	padding: 5px;
	width: 25%;
	border: solid 1px #999;
	text-align: center;
}
#tabboat a {
	text-decoration: none;
}
#tabboat a:hover {
	text-decoration: underline;
}
#progescard .boat#main {
    background-image: none;
}