/*
Theme Name: Cf2s theme
Theme URI: http://www.future-creation.com
Description: Le theme de cf2s.fr
Version: 1.0
Author: Future-creation - Luc Micheau

*/


html, body {
margin: 0px;
padding: 0px;
min-height: 100% /* que si on veut un site avec une gestion 100% de hauteur de DIV */
}
.color1 {
	background-color: #999;
}

body {
	min-height: 100%; /* que si on veut un site avec une gestion 100% de hauteur de DIV */
	background-attachment: scroll;
	background-image: url(images/home-fond.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Gestion bug ie */
br
{
	letter-spacing : 0px;
}


h2{
	color:#683B15;
	margin-bottom:0px;
}
h3{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
}

*html .texte_fond{  /*visible que sous internet explorer
	/* Attention pas de ../ avant images/ */
	background-repeat:repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/texte_fond_repeat.png', sizingMethod='scale');
	height:300px;
}

*>.texte_fond{  /* fonctionnera pas pour ie6*/
	background-repeat:repeat-y;
	background-image:url(images/texte_fond_repeat.png);
	min-height:300px;
	overflow:hidden;
}

.home {
	width: 973px;
}
.home .home-img01 {
	height: 477px;
	width: 973px;
	margin-bottom: 2px;
	background-attachment: scroll;
	background-image: url(images/cf2s-vehicule-ecole.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
}
.home div .home-logo {
	background-attachment: scroll;
	background-image: url(images/cf2s-formation-conduite.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 223px;
	width: 302px;
	margin-bottom: 30px;
}
.home .home-separa {
	width: 380px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEC1E1;
}

/*Permet de positionner une image dans une div contenant du texte comme pour COLL ETT DIEU.com */
.floatimage {
   float : left;
   margin : 5px 10 0px 0px;  
   display : inline;
 /*C'est la dernière valeur qui indique 0px de marge à gauche */
}
.idden {
	display:none;
	/*permet de faire des titre quand les styles sont desactivé*/
}
.menu-google {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4975BC;
}
.menu-google a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4975BC;
	text-decoration: none;
}
.menu-google a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7565E;
	text-decoration: none;
}
