/* CSS Document for ecuriedeschartreux*/

#global {
margin-top:15px;
width:790px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

body {
margin:0;
text-align:center;
}

/*Bannière de page */

#banniere1{

width:540px;
float:left;
}

#banniere2{

width:250px;
float:right;
}

/*contenu de la page */

#contenu{
clear:both;
width:790px;
position:relative;
/*min-height:600px;*/
background-position:left bottom;
background-repeat:no-repeat;
}

/*Utilisation d'un spacer pour coller le background en bas. voir http://www.openweb.eu.org/articles/initiation_float/  */

#spacer{
clear:both;}

#menu {
	width:200px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	height:350px;
	background-image: url(img/bg_menu.jpg);
}


#texte{
width:570px;
float:right;
position:relative;
text-align:left;

}

#deco_droit{
width:181px;
float:right;
}

/*Bas de la page*/
#deco_bas{
	width:790px;
	background-repeat:no-repeat;
	height:119px;
		
	}
	
#coord {
	color:#9a3452;
	font-family:Georgia, Times New Roman, Times, serif;
	float:left;
	margin-right:27px;
	padding-left: 250px;
	height:111px;
	background-image:url(img/bg_bas.jpg);
	background-position: 250px 30px;
	background-repeat:no-repeat;
	}

#email {
	float:right;
	width:120px;
	margin-top:0px;
	margin-right:10px;
	}

#footer{
	width:790px;
	
	background-repeat:no-repeat;
	height:80px;
	
	}




/*-------------POLICES-------------------*/
#texte{
	color:#9a3452;
	font-family: "Trebuchet MS", Tahoma, Georgia, sans-serif;
	font-size:90%;
	}

#texte a {
	color:#9a3452;
	text-decoration:underline ;
	}
	
#texte h1 {
	font-size:130%;
	text-transform: uppercase;
	font-weight:bold;
	}

#texte h2 {
	font-size:100%;
	font-weight:bold;
	width:380px;
	background-image:url(img/bg_h2.jpg);
	background-repeat:repeat-y;
	border-bottom:#9a3452 1px solid;
	border-top:#9a3452 1px solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	}

#texte h3 {
	font-size:110%;
	font-weight:bold;
	}
	
#texte img{
	border-color:#9a3452 ;
	}
	

#texte table
{
	
	
}
#texte td
{
vertical-align:top;
text-align:left;
}

#menu ul {
	padding-left:50px;
	padding-right:14px;
	margin:0;
	}

#menu li  {
	font-size:110%;
	display:block;
	list-style:none;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 30px;
	color:#9a3452;
	}

#menu a {
	text-decoration:none;
	color: #666666;
	}

#menu a:hover{
	color:#9a3452;
	}

#footer_texte {
padding-left:260px;
font-family: Georgia, Times New Roman, Times, serif;
font-size:11px;
padding-right:30px;
color:#666666;
padding-top:25px;
}

#footer_texte a {
	text-decoration:none;
	color:#666666;
	}

#footer a:hover {
	color:#9a3452;
	
	}

