/* CSS Document */

html,body {
	margin: 0px;
	text-align : center;
	padding: 0px;
	height: 100%;
}
body {
	background-image: url(../devis/images/fond-bleu-1px.jpg); 
	background-repeat: repeat-x; 
	background-color: #0154a4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img, div, a, input, a .menu-left, a .menu-right
{
	/*behavior: URL(styles/resources/iepngfix.htc);*/
}
#corps {
	background: #FFFFFF url(../images/fond-repeat.png) center repeat-y;
	display: block;
	width: 790px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #000 url(../devis/images/fond-bleu-1px.jpg) repeat-x;
	display: block;
	width: 1000px;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
}

a.logo {
	display: block;
	width: 467px;
	height: 94px;
	float: left;
	margin-top: 30px;
}

#menu_pratique {
	float: right;
	color: #FFFFFF;	
	padding-top: 30px;
	padding-right: 10px;
}

ul,form {
	margin: 0px;
	padding: 0px;	
}

#menu_pratique li {
	list-style-type: none;
	display: inline;
}

#menu_pratique a {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

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

#menu {
	background: transparent url(../images/fond-menu.jpg) top no-repeat;
	display: block;
	width: 1000px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}

/* ///////////////// DEBUT MENU ///////////////// */
#nav, #nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: block;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	/*font-weight:bold;*/
	padding-bottom: 8px;
}

#nav a.ssmenu {
	display: block;
	width: 170px;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	/*font-weight:bold;*/
	background: url(../images/pointille.gif) top left no-repeat;
	padding-top: 9px;
}
#nav a.ssmenu:hover {
	color: #999999;
}

#nav li {
	float: left;
	padding: 0px;
	
}

#nav li ul {
	position: absolute;
	width: 179px;
	margin-left: 0px;
	padding-left: 20px;
	left: -999em;
	height: auto;
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-top: 0px;
	background-color: #002441;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* ///////////////// FIN MENU ///////////////// */


#visuel {
	background: url(../images/visuel.jpg) no-repeat;
	display: block;
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#visuel_main {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#visuel1 {
	background: url(../images/visuel.jpg) no-repeat;
	display: block;
	width: 1000px;
	height: 285px;
	margin-left: auto;
	margin-right: auto;
}

#visuel_main1 {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#flash {
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding-right: 85px;
}

#milieu_plein {
	vertical-align: top;
}

#titre_plein {
	display: block;
	height: 35px;
	background: #f8f8f8 top right no-repeat;
	padding-left: 10px !important;
	padding-left: 0px;
	padding-top: 15px;
	width: 990px;
}

#titre_plein ul, #titre_plein li {
	display: inline;
	list-style: none;
	padding-right: 8px;
}

#titre_plein h1 {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	color: #646464;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#titre_plein h2 {
	display: inline;
	font-size: 15px;
	color: #646464;
	padding: 0px;
	margin: 0px;
}

#le_dedans {
	padding: 15px !important;
	padding: 10px;
	text-align: justify;
	color: #646464;
	margin-bottom: 30px;
}

#le_dedans a {
	color: #FF5900;
	text-decoration: underline;
}

#le_dedans a:hover {
	text-decoration: none;
}

/* form contact */
#form_contact {
	float: left;
	width: 400px;
	display: block;
	margin-bottom: 20px;
	border-right: 1px solid #eeeff1;
	margin-left: 90px;
}

#form_contact label {
	float: left;
	display: block;
	width: 110px;
	margin-bottom: 3px;
}

#form_contact input {
	width: 280px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
	color: #646464;	
}

#form_contact textarea {
	width: 390px;
	height: 150px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
	color: #646464;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#form_contact input.sub {
	clear: left;
	border: 1px solid #eeeff1;
	background: #666666;
	font-weight: bold;
	font-size: 11px;
	width: 130px;
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 10px;
	padding: 3px;
}

#form_contact h3 {
	margin-top: 0px;
	font-size: 13px;
}

/* form newsletter*/

#form_newsletter {
    float: left;
    width: 400px;
    display: block;
    margin-bottom: 20px;
    border-right: 1px solid #eeeff1;
    margin-left: 90px;
}

#form_newsletter label {
    float: left;
    display: block;
    width: 110px;
    margin-bottom: 3px;
}

#form_newsletter input {
    width: 280px;
    margin-bottom: 3px;
    border: 1px solid #cccccc;
    color: #646464;    
}

#form_newsletter textarea {
    width: 390px;
    height: 150px;
    margin-bottom: 3px;
    border: 1px solid #cccccc;
    color: #646464;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#form_newsletter input.sub {
    clear: left;
    border: 1px solid #eeeff1;
    background: #666666;
    font-weight: bold;
    font-size: 11px;
    width: 130px;
    color: #FFFFFF;
    margin-left: 15px;
    margin-top: 10px;
    padding: 3px;
}

#form_newsletter h3 {
    margin-top: 0px;
    font-size: 13px;
}


#form_adresse {
	float: left;
	vertical-align: top;
	padding-left: 15px;
	width: 40%;
}

#form_adresse h3 {
	margin-top: 0px;
	font-size: 13px;
}

#form_adresse.plan {
display: block;
	border: 1px solid #eeeff1;
	background: #666666;
	font-weight: bold;
	font-size: 11px;
	width: 130px;
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 10px;
	padding: 3px;
}

#marge_gauche {
	background: url(../images/marge_gauche.gif) top no-repeat;
	float: left;
	width: 0px;
	height: 178px;
}

#contenu {
	background: #FFFFFF url(../images/fond-repeat_ind.png) center repeat-y;
	float: left;
	width: 790px;
	display: block;
}

#marge_droite {
	background: url(../images/marge_droite.gif) top no-repeat;
	float: right;
	width: 0px;
	height: 178px;
	display: block;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	/*color: #555555;*/
	padding-left: 5px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}


#footer {
	clear: left;
	background: #F8F8F8 url(../images/ombre_bas.gif) top no-repeat;
	display: block;
	width: 780px;
	height: auto;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
	color: #CCCCCC;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 0px;
}

#footer ul {
	padding-left: 10px;
	padding-top: 5px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer a {
	color: #cccccc;
	font-size: 9px;
	text-decoration: none;
}

#footer img {
	border: none;
}

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


#xhtml {
	padding-right: 5px;
	padding-top: 7px;
	float: right;
}

#reprise_menu {
	color: #CCCCCC;
	padding-top: 20px;
	font-size: 9px;
	margin-left: auto;
	margin-right: auto;
}

#reprise_menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#reprise_menu li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: block;
	}
	
#reprise_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #cccccc;
	}

#reprise_menu p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	}

#reprise_menu_1 {
	float: left;
	padding-right: 15px;
	padding-left: 70px;
}

#reprise_menu_2 {
	float: left;
	padding-right: 15px;
}

#reprise_menu_3 {
	float: left;
	padding-right: 15px;
}
#reprise_menu_4 {
	clear: left;
	display: block;
	height: 30px;
	width: 770px;
	background: url(../images/bas_final.png) bottom no-repeat;
}

/***********************************************************/



.sites {
	display: block;
	float: left;
	width: 211px;
	height: 300px;
	border-right: 1px solid #eeeff1;
	border-bottom: 1px solid #eeeff1;
	background: #FFFFFF url(../images/fond_sites.png) top center no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	margin-bottom: 10px;
}

.site-fond {
	width: 170px;
	height: 130px;
	margin-bottom: 25px;
	margin-left: 22px;
	margin-top: 10px;
}
.site-fond-photos {
	width: 210px;
	height: 158px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
}
a.invLiens {
	display: block;
	width: 210px;
	height: 158px;
}


.sites a.voir {
	color: #FF6600;
	text-decoration: underline;
}

.sites a.voir:hover {
	text-decoration: none;
}

.sites a {
	color: #646464;
	text-decoration: none;
}

.sites a:hover {
	text-decoration: underline;
}

.sites a.web {
	font-weight: bold;
}

.sites h4 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	padding-left: 22px;
	margin-top: 5px;
}

.photos-pres {
	display: block;
	float: left;
	width: 223px;
	height: 230px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-left: 3px;
	padding-right: 15px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.photos-pres-photos {
	display: block;
	float: left;
	width: 223px;
	height: 250px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-left: 3px;
	padding-right: 15px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.photos-pres a.voir {
	text-decoration: underline;
}

.photos-pres a.voir:hover {
	text-decoration: none;
}

.photos-pres a {
	color: #ffffff;
	text-decoration: none;
}

.photos-pres a:hover {
	text-decoration: underline;
}

.photos-pres a.web {
	font-weight: bold;
}

.photos-pres h4 {
	/*width: 240px;*/
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	padding-left: 22px;
	margin-top: 5px;
	text-align: left;
	color: #FFFFFF;
}




#sites-details {
	display: block;
	width: 600px;
	height: 380px;
}

#sites-details-gauche {
	float: left;
	background: #999999;
}
#sites-details-droite {
	float: left;
	margin-left: 10px;
	background: #ffffff;
	color: #646464;
	width: 380px;
	padding-left: 10px;
}

a.Acat {
	color: #646464;
	text-decoration: underline;
}
a.Acat:hover {
	text-decoration: none;
}

#vert {
	display: block;
	border: 1px solid #339900;
	color: #339900;
	font-weight: bold;
	width: 98%;
	background: #EEFFEE;
	padding: 5px;
}

.vert {
	display: block;
	border: 1px solid #339900;
	color: #339900;
	font-weight: bold;
	width: 100%;
	background: #EEFFEE;
	padding: 5px;
}

#rouge {
	display: block;
	border: 1px solid #FF0000;
	color: #FF0000;
	width: 98%;
	background: #FFE1E1;
	padding: 5px;
}

.rouge {
	display: block;
	border: 1px solid #FF0000;
	color: #FF0000;
	width: 100%;
	background: #FFE1E1;
	padding: 5px;
}

#ent {
		background:  url(../images/ent.jpg) top center no-repeat;
		padding-top: 2px;
		/*//padding-top: 16px;*/
}

#ent-1 {
	display: block;
	float: left;
	width: 234px;
	margin-right: 10px;
	text-align: left;
	border-right: 1px solid #cccccc;
	margin-left: 10px;
	padding-right: 5px;
}

#ent-2 {
	display: block;
	float: left;
	width: 238px;
	margin-right: 10px;
	text-align: left	
}

#ent-3 {
	display: block;
	float: left;
	width: 240px;
	text-align: left;
	margin-bottom: 20px;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
}

#ent h4 {
	margin-bottom: 25px;
	padding-left: 8px;
	color: #FFFFFF;
	float: left;
	width: 234px;
	padding-right: 10px;
	font-size: 12px
}

.orange {
	color: #FF6600;
	font-size: 10px;
}


#in-noir {
	background-color:  #002C53;
}

/* Devis */

#devis{
margin-left: auto;
margin-top: auto;
}

#devis checkbox{
border: 0;
}

#devis FIELDSET {
	border: 1px #cccccc solid;
	margin-bottom: 10px;
	text-align: left;
	width: 500px;
/*	//padding: 5px;
	//padding-top: 10px;*/
}

#devis LEGEND {
font-weight: bold;
color: #ff5800;
}

#devis input {
	vertical-align: middle;
	/*border: 1px #cccccc solid;*/
}

#devis textarea{
	border: 1px #cccccc solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	padding: 5px;
}

#devisCoordonnees label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
	/*//margin-left: 5px;*/
}

#devisCoordonnees input {
	width: 200px;
	margin-bottom: 5px;
	border: 1px #cccccc solid;
}

#plus li{
	margin-left: 10px;
}

/**Accordeon*****************/

.mypets{ 
	/*cursor: hand;*/
	cursor: pointer;
	/*padding:  2px 5px;*/
	padding: 10px;
	margin: 0;
/*	border-top:  1px solid #dddddd;	*/
	background: transparent;
	background-image: url(../images/fond-accordeon.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #646464;
}

.mypets-options{ 
	/*cursor: hand;*/
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid #dddddd;	
	background: #eeeeee;
	background-image: url(../images/icone-plus.gif);
	background-repeat: no-repeat;
	background-position: right;
}


.titre-accordeon {
}

.thepet{
	display: none;
	margin-left: 20px;
}

.thepet-options{
	display: none;
	margin-left: 20px;
}


.texte-actu li {
	margin-left: 20px;
}
.nonsouligne
{
	text-decoration: none;
	color: #666;
	}