@import "communs.css";

a img {border: none}

html { height: 100%; }

body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: black;
	height: 100%;
	margin: 0;					/* pour centrage avec IE 5 */
	text-align: center;		/* pour centrage avec IE 5 */
	height: 100%;
	background: url(http://medias.francois-delegue.fr/img/fond-page-accueil.png) repeat-x;	
}


#conteneur {
	width: 999px;
	margin: 0px auto 0 auto;
	text-align: left;			/* pour centrage avec IE 5 */
	padding: 0;
	background: url(http://medias.francois-delegue.fr/img/accueil-centre.png) no-repeat;	
	height: 100%;
	position: relative;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menusites, #menufaire, #menudev {
	text-align: left;
	opacity: 0.95;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	border: 1px dotted #9b958f;
	border-bottom: 10px solid #9b958f;
	background: white;
	position: absolute;
	top: 360px;
	height: 16em;
	z-index: 5;
}

#menusites {
	left: 0px;
}

#menufaire {
	left: 190px;
	border-left: none;
	border-right: none;
}

#menudev {
	left: 400px;
	border-left: none;
}

#menusites ul, #menufaire ul, #menudev ul {
	margin: 15px 15px 7px 15px;	/* permettre le masquage des menus sur onmouseout */
}


#menusites li, #menufaire li, #menudev li {
	background: url(http://medias.francois-delegue.fr/img/puce-menu-off.png) left 3px no-repeat;
	padding-left: 16px;
	line-height: 145%;
	font-size: 77%
}

#menusites h3, #menufaire h3, #menudev h3, .titremenu {
	font-size: 96%;
	margin: 7px 0px -9px 15px;
	color: #600;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom: 1px solid #9b958f;
	margin-right: 16px;
}


#menu {
	position: absolute;
	top: 425px;
	left: 15px;
	width: 200px;
	text-align: right;
}

#menu li {
	background: url(http://medias.francois-delegue.fr/img/puce-triangle.png) right 9px no-repeat;
	padding-right: 17px;
	line-height: 200%;
	font-size: 77%
}

a {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
	color: #900;
	font-weight: normal;
	font-style: normal;
}

.lienmail {
	font-size: 100%;
	color: #aaa;
}

.lienmail:hover {
	color: #aaa;
}

.capitales {
	font-size: 82%;
	text-transform: uppercase;
}

h2 {
	font-size: 150%;
	position: absolute;
	top: 277px;
	right: 755px;	
}

#boitetitre {
	background: url(http://medias.francois-delegue.fr/img/bandeau-rouge-haut.gif) no-repeat top center;
	position: absolute;
	top: 210px;
	left: 220px;
	width: 374px;
}

#boitetitre h1 {
/*	-> 4 août 2008, avant modif titre
	font-size: 71%;
*/
	font-size: 77%;
	background: url(http://medias.francois-delegue.fr/img/bandeau-rouge-bas.gif) no-repeat bottom center;
	font-weight: normal;
	color: white;
	line-height: 130%;
	text-align: right;			
	padding: 5px 30px 5px 10px;
	margin: 0;	/*pour IE*/
}	

#boitecontact {
	left: 107px;
	top: 120px;
}

#adresse {
	position: absolute;
	top: 690px;
	left: 45px;
	font-size: 77%;
	color: #aaa;
	font-weight: normal;
}

