/* @override http://www.construiracier.fr/css/style.css */

/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-08-17, 13:17 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:

        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background-color:#dfdfdf; color:#3f3f3f;}

a {color:#0081C7;}


a:hover {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {background:#FFF;}

    #header {background-color:#0081C7;}
    
        #slogan {color:#FFF;}
    
    #nav {border-top:1px solid #FFF; border-bottom:1px solid #FFF; background:#EFEFEF;}
    #nav a {color:#3f3f3f;}
    #nav ul li.active, #nav ul li.active a {color:#0081C7;}

    #footer, #footer a {color:#5F5F5F;}
    #footer a:hover {color:#3f3f3f;}
    
        .ico-rss {color:#3F3F3F;}

    #copy, #copy a {color:#7F7F7F;}
    #copy a:hover {color:#3F3F3F;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#breadcrumbs a {color:#5f5f5f;}

#subnav li a {border-bottom:1px solid #efefef; color:#3f3f3f;}
#subnav li.active a {background-color:#e2f4ff;}

dl#news dt {background-color:#FFF;}
dl#news dd a {color:#3f3f3f;}

#gallery-in {border-bottom:1px solid #DDDDDD; background-color:#EFEFEF;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.title-01 {background-color:#5f5f5f; color:#fff;}
.title-02 span {background:#FFF;}
.title-03, .title-03.gallery {background-color:#0081C7; color:#fff;}
.title-03 a {color:#FFF;}
.title-04 {color:#0081C7;}

.comment, .more {color:#3F3F3F;}

#gallery-in ul {
	display: inline;
	list-style-type: none;
}

#gallery-in ul li {
	width: 104px;
		float: left;
	margin-right: 20px;
	padding: 5px;
	  min-height:60px;
  height:auto !important;
  height:60px;
	background-color: white;
	margin-bottom: 10px;
}

#gallery-in ul li a {
	text-decoration: none;
}

#gallery-in ul li a:hover {
	text-decoration: none;
}

#gallery-in div.box p.f-left.nom {
	width: 750px;
}

#gallery-in ul li.last {
	margin-right: 0;
}

blockquote { border-style: solid; border-color: rgb(238, 238, 238); border-width: 1px 0pt; padding: 10px; background: transparent none repeat scroll 0% 0% ! important; color: black; text-align: left; width: 200px; margin: 5px 0pt 15px 15px; float: right;
	font-size: 150%;
}

/* images */

.illustration {
border: 1px solid #ddd;
text-align: center;
background-color: rgba(192,192,192,0.43);
padding-top: 4px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
	margin: 25px;
}
.illustration img {
margin: 5px 0 3px;
padding: 0;
border: 0 none;
}
.illustration .caption {
font-size: 11px;
line-height: 17px;
padding: 0 10px 5px;
margin: 0;
color: gray;
}


/* formulaire */

#form1.wufoo input.btTxt {
  width: 135px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(http://construiracier.fr/design/envoyer.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

}
