/*
Design by Free CSS Templates And Patoche
*/
body {
    margin: 14px 0 0 0;
    padding: 0;
    background: #000000 url(../images/img1_famille.gif) repeat-x;
    font: normal small Arial, sans-serif;
    color: #999999;
}
h1,h2 {
    margin: 0;
    padding: 0;
    font-style: italic ;
    font-family: "times new roman";
    text-align: center;
    color: #000000;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    font-style: italic ;
    font-family: "times new roman";
    text-align: center;
    border:1px solid #96c3dc;
	
    border-radius: 3px;
	
    color: #000000;
}
h4 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-style: italic ;
    font-family: "times new roman";
    color: #96c3dc;
}
h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-style: italic ;
    font-family: "times new roman";
    text-align: center;
    color: #000000;
}
p, ul, ol, blockquote {
}
a {
    text-decoration: none;
    color: #e0c7ff;
}
a:hover {
    text-decoration: underline;
}

/* Header */
#header {
	border:1px solid #fff;
	
	border-radius: 3px;
				
	box-shadow: 3px 3px 5px #aaa;

	width: 720px;
	height: 160px;
	margin: 0 auto;
}
#header * {
    padding: 0;
    text-decoration: none;
    color: #FFFFFF;
    font-family: "times new roman"; 
    font-style: italic ;
    text-shadow: 1 1 2px #000, -3px -3px 4px #fff, 3px 3px 4px #fff;
}
#header h1 {
    padding-top: 40px;
    padding-left: 25px;
    font-size: 2em;
    text-align: left;
}
#header h2 {
    padding: 40px 25px;
    font-size: 1em;
    text-align: right;
}
#header h1 .letrine {
    text-shadow: 0px 0px 4px 4px #fff;
    font-size: 36px;    
    color: #444;
}
#header:hover {
	box-shadow: -3px -3px 5px #fff, -3px 3px 5px #fff, 3px 3px 5px #fff, 3px -3px 5px #fff;
	-webkit-transition:all 0.3s ease;
				
	-moz-transition:all 0.3s ease;
				
	-o-transition:all 0.3s ease;
				
	transition:all 0.3s ease;

}
#header a span{
	position:absolute;
	border:1px solid #fff;

	margin:20px -150px;
	color:#fff;
	padding:5px;
	border-radius:3px;
	box-shadow: 3px 3px 5px #aaa;
	background-color:#000;
	font-size: 0.8em;
	font-family: "times new roman"; 
	transform:scale(0) rotate(-45deg);
	-webkit-transition:all .3s ease;
				
	-moz-transition:all .3s ease;
				
	-o-transition:all .3s ease;
				
	transition:all .3s ease;
	
	opacity:0;                
}
#header a:hover span, a:focus span{
	-webkit-transition:all 0.3s ease;
				
	-moz-transition:all 0.3s ease;
				
	-o-transition:all 0.3s ease;
				
	transition:all 0.3s ease;

	text-shadow: 0 0 0px #000;
	transform:scale(1) rotate(0);
	opacity:1;        
}

/* Menu */
#menu {
	border:1px solid #fff;
	
	border-radius: 3px;
				
	box-shadow: 3px 3px 5px #aaa;
	background: url(../images/img3.gif) repeat-x;
	width: 720px;
	height: 29px;
	margin: 2px auto 10px;
}
#menu * {
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    text-shadow: 1 1 2px #000, -3px -3px 4px #fff, 3px 3px 4px #fff;
}
#menu ul {
	margin: 5px auto 10px;
}
#menu li {
    display: inline;
}
#menu a {
        height: 20px;
	border:1px solid #000;

        padding: 4px 12px 6px;
	border-radius: 3px;
	background: url(../images/img3.gif) repeat-x;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
}
#menu a:hover, #menu .active a {
	border:1px solid #ccc;

	background: url(../images/img4b_famille.gif) repeat-x;
}
#menu a span{
	position:absolute;
	border:1px solid #fff;

	margin:30px -250px;
	color:#fff;
	padding:5px;
	border-radius:3px;
	box-shadow: 3px 3px 5px #aaa;
        font-style: italic;
        font-family: "times new roman"; 
    	letter-spacing: normal;
	background-color:#000;
	text-transform: none;
	font-size: 1em; 
	transform:scale(0) rotate(-45deg);
	-webkit-transition:all .3s ease;
				
	-moz-transition:all .3s ease;
				
	-o-transition:all .3s ease;
				
	transition:all .3s ease;
	
	opacity:0;  
}
#menu a:hover span, a:focus span{
	-webkit-transition:all 0.3s ease;
				
	-moz-transition:all 0.3s ease;
				
	-o-transition:all 0.3s ease;
				
	transition:all 0.3s ease;

	text-shadow: 0 0 0px #000;
	transform:scale(1) rotate(0);
	opacity:1;        
}

/* Content */
#content {
    width: 720px;
    margin: 0 auto;
    font-size: .9em;
    color:#fff;
    text-align: justify;
}
#col1 {
    float: left;
    width: 700px;
    padding-left: 10px;
}
#col2 {
    float: left;
    width: 345px;
    padding-left: 10px;
}
#col3 {
    float: left;
    width: 260px;
    padding-left: 10px;
}
#col4 {
    float: left;
    width: 160px;
    padding-left: 10px;
}

/* Content Elements */
#content h2 {
	border:1px solid #fff;
	
	border-radius: 3px;
				
	box-shadow: 3px 3px 5px #aaa;
    height: 20px;
    margin-bottom: 15px;
    padding: 5px 0 0 10px;
    background: url(../images/img6_famille.gif);
    letter-spacing: normal;
    font-size: 1.1em;
    color: #fff;
}
#content h3 {
    text-transform: uppercase;
    text-shadow: 1px 1px 4px 2px #aaa;
    letter-spacing: normal;
    font-size: 1.1em;
    color: #fff;
}
#content ul {
    margin-left: 0;
    padding-left: 0;
    list-style: url(../images/arrow_famille.gif) inside;
}
#content a {
    color : #96c3dc;
}
#content a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 4px 2px #aaa;
}

/* Vignettes */
#diapos {
	width: 720px;
	height: 500px;
	margin: 5px auto 10px;
}
.responsive {
    padding: 2px;
    float: left;
    width: 140px;
}
@media only screen and (max-width: 720px){
    .responsive {
        width: 20%;
    }
}
@media only screen and (max-width: 600px){
    .responsive {
        width: 35%;
    }
}
@media only screen and (max-width: 520px){
    .responsive {
        width: 50%;
    }
}

div.img {
	border:2px solid #ddd;
				
	border-radius: 5px;
				
	cursor:pointer;
	box-shadow: 3px 3px 5px #aaa;
	padding:5px;
	vertical-align : middle;
	text-align:center;
	opacity:1; 
}
div.img:hover {
	border:2px solid #fff;
	box-shadow: -5px -5px 5px #3377ff, -5px 5px 5px #3377ff,  5px 5px 5px #3377ff, 5px -5px 5px #3377ff;
	-webkit-transition:all .2s ease;
				
	-moz-transition:all .2s ease;
				
	-o-transition:all .2s ease;
				
	transition:all .2s ease;

	opacity:0.9;
}
div.img img {
	border:2px solid #fff;
				
	border-radius: 5px;
				
	box-shadow: 3px 3px 5px #aaa;

	width: auto;
	height: 80px;
	cursor:pointer;
}
div.desc {
	border: 1px solid #fff;
	border-radius: 3px;

	box-shadow: inset 3px 3px 5px #aaa;

	background-color:#ccc;
	color:#000;
	margin:6px 2px 2px;
	padding: 3px;
	text-align: center;
	font-size: .5em;
}

.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* Footer */
#footer {
    height: 80px;
    background: url(../images/img5_famille.gif) repeat-x;
    text-align: center;
}
#footer * {
	vertical-align: middle;	
	color: #000000;
}
#footer p {
    padding: 5px;
    font-size: smaller;
}
#footer img {
	border:1px solid #ccc;
	
}
