/* Start of CMSMS style sheet 'clairiere' */
/* Start of CMSMS style sheet 'clairiere' */
html { 
	font-size: 100%;
} 

body { 
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4;
	color: #291934; 
	background: #70aec3; 
	background-image: url('images/fond.png');
	background-repeat: repeat-x;
} 

/*
PROPRIETES DE BASE
*/

hr{
	background-image: url("images/separateur.jpg");
	background-position: center top;
	background-repeat: no-repeat;	
	width: 384px;
	height: 53px;
	color: #bca0e0; 
	background-color: #bca0e0; 
	border: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 { 
	margin: .5em 0 .5em 0; 
	line-height: 1.2; 
	font-style: normal; 
	font-family: Georgia, crop types, Arial, sans-serif;
} 

h1 { 
	background-image: url("images/puce_h1.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Georgia;
	font-size: 1.8em;
	height: 55px;
	padding-left: 55px;
	padding-top: 12px;
	text-shadow: 2.5px 0 3px #715A7D;
	color: white;
} 

h2 { 
	font-size: 1.4em; 
	letter-spacing: 2px;
	text-shadow: 2.5px 0 3px #715A7D;
} 

h3{
	margin: 0; 
}

h4 { 
	margin: 0; 
	font-size: 1.3em; 
	text-shadow: 2.5px 0 3px #715A7D;
	text-align: center;
} 
 
ul, ol { 
	margin: .75em 0 .75em 126px; 
	padding: 7px 0 15px 0; 
}  
 
p { 
	margin: .75em 0; 
} 

a img { 
	border: none; 
} 

strong, b { 
	font-weight: bold; 
} 

a{
	transition: color 0.3s ease-in-out;
}

.center{
	text-align: center;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

/*
CONTENEUR
*/

#conteneur{
	margin: 0 auto; 
	width: 1071px;
}

/*
HEADER
*/

#header{
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	width: 1071px;
	height: 369px;
}

/*
CONTENU
*/

#contenu{
	background-image: url('images/fond_centre.png');
	background-repeat: repeat-y;
	width: 956px;
	height: auto;
	margin: -161px auto;
	margin-bottom: 0;
	padding-bottom: 15px;
}

#contenu_texte{
	margin: 10px 60px 0 60px;
	height: auto;
	padding-top: 20px;
}

#contenu_texte a{
	color: #FFFFFF; 
	font-family: Georgia,Verdana;
	text-decoration: underline;
	letter-spacing: 2px; 
}

#contenu_texte a:hover{
color: #291934;
	
	text-decoration: none;
}

/*
FOOTER
*/

#footer{
	background-image: url('images/footer.png');
	background-repeat: repeat-y;
	width: 1026px;
	height: 522px;
	margin: 0 auto;
	font-size: 11px;
}

#footer #nous_trouver{
	float: left;
	margin-left:117px;
	margin-top:150px;
	letter-spacing: 2px;
}

#footer #nous_ecrire{
	float: left;
	margin-left:87px;
	margin-top:150px;
	letter-spacing: 2px;
}

#footer #nous_ecrire a {
	color: #291934;
	text-decoration: none;
}

#footer #nous_ecrire a:hover{
	color: #291934;
	text-decoration: underline;
}

#footer #webdesign{
	float: right;
	margin-right:65px;
	margin-top:271px;
	letter-spacing: 1px;
	text-shadow: 2.5px 0 2px #715A7D;
}

#footer #webdesign a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer #webdesign a:hover{
	color: #291934;#FFFFFF;
}

#footer #copyright{
	padding: 67px 0 0 0;
	text-align:center;
	letter-spacing: 1px;
}

/*
ENVELOPPE
*/

#enveloppe{
	padding-left:53px;
	padding-top:39px;
	width: 94px;
	height: 57px;
	cursor:  pointer;
}

/*
MENU
*/

#menu{
	/* margin:99px 0 0 146px;
    padding: 0 ;  */
	margin-top:82px;
}
#menuDeroulant
{
	float: left;
	width: 816px;
	height: 21px;
	list-style-type: none;
	z-index: 9999;
	position: relative;
	/* margin: 188px 0 0 302px; */
}
#menuDeroulant li
{
	float: left;
	width: 100px;
	margin: 0;
	padding-right: 2px;
	border: 0;	
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Georgia, Arial;
	margin: 0;
	text-align: center;
	/*border-right: 1px solid #fff;*/
	text-decoration: none;
}
#menuDeroulant li a:hover { color: #291934;  }
#menuDeroulant li a:active { color: #FFFFFF; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin-left: -28px;
	margin-top: 4px;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu .sousMenu
{
	z-index: 9999;
	display: none;
	list-style-type: none;
    float: left;
    list-style-type: none;
    margin-left: 150px;
    margin-top: -30px;
    padding: 0;
    border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	padding: 0;
	border: 1px solid #554260;
	width: 149px;
	background-color: #856592;
	margin: 2px 0 2px 2px;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	text-align: left;
	padding: 3px 6px;
	text-align: center;
}
#menuDeroulant .sousMenu li a:hover
{
	color: #6FB1C3;
	background-color: #FFFFFF;
	padding: 3px 6px;
	text-align: center;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

/*
CADRE PRESENTATION
*/

.cadre_presentation{
margin-left: 50px;
	float: right;
	width: 90%;
}

#contenu_texte .cadre_presentation a{
	background-color: white;
	color: #291934;
	font-family: Georgia,Verdana;
	padding: 4px 6px;
	text-decoration: none;
}

#contenu_texte .cadre_presentation a:hover{
	color: #6FB1C3; 
	text-decoration: none;
}

.photo_presentation{
	border: 4px solid #614463;
	padding: 1px;
	float: left;
}

.photo_presentation:hover{
	border: 4px solid #291934; 
	padding: 1px;
}

/*
CONDITIONS CHATONS
*/

#fond_conditions{
	background-image: url('images/fond_conditions.jpg');
	background-repeat: no-repeat;
	width: 845px;
	height: 337px;
	padding-top: 32px;
	font-size: 11px;
	letter-spacing: 2px;	
}

#fond_conditions p{
	padding-bottom: 4px;
	padding-left: 69px;
	text-align: justify;
	width: 714px;
}

/*
TABLEAU PARENTS
*/

#parents .photo_presentation{
	height: 250px;
	float: none;
}

#parents{
    margin-left: auto; 
    margin-right: auto; 
}

#parents td{
    text-align: center;
}

/* End of 'clairiere' */


/* End of 'clairiere' */

