@charset "utf-8";

/*

Largeur site : 980 px
Hauteur bandeau : 107 px
Hauteur menu : 47 px
Pied du site : 43 px

*/

* {
	
	margin:0;
	padding:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;

}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	color: #000;
	background-image: url(../interface_photo_photographe/interface_photographe/fond_site_objectif_photo.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

#global {
	width:980px;
	margin:0 auto;
	text-align:left;
}

#bandeau {
	height:107px;
	background: url(../interface_photo_photographe/interface_photographe/bandeau_xavier_santagata.jpg) no-repeat center top;
}

#bandeau h1 a {
	display:block;
	width:980px;
	height:107px;
	text-indent:-5000px;
}

#menu {
	background: url(../interface_photo_photographe/interface_photographe/bandeau_menu_photographe.jpg) no-repeat center top;
	height:47px;
}

#menu ul {
	margin-left:153px;
	list-style-type:none;
	}

#menu li {
	float:left;
}

#menu .bt-accueil a {
	display:block;
	background:url(../interface_photo_photographe/roll_menu_photographe/accueil_objectif_photo_off.jpg)  no-repeat center top;
	width:111px;
	height:47px;
	text-indent:-5000px;
}

#menu .bt-accueil a:hover {
	background:url(../interface_photo_photographe/roll_menu_photographe/accueil_objectif_photo_on.jpg) no-repeat center top;
}

#menu .bt-accueil-on a {
	display:block;
	background:url(../interface_photo_photographe/roll_menu_photographe/accueil_objectif_photo_on.jpg)  no-repeat center top;
	width:111px;
	height:47px;
	text-indent:-5000px;
}

#menu .bt-portfolio a {
	display:block;
	background:url(../interface_photo_photographe/roll_menu_photographe/portfolio_objectif_photo_off.jpg) no-repeat center top;
	width:111px;
	height:47px;
	text-indent:-5000px;
}

#menu .bt-portfolio a:hover {
	background:url(../interface_photo_photographe/roll_menu_photographe/portfolio_objectif_photo_on.jpg) no-repeat center top;
}

#menu .bt-news a {
	display:block;
	background:url(../interface_photo_photographe/roll_menu_photographe/news_objectif_photo_off.jpg) no-repeat center top;
	width:85px;
	height:47px;
	text-indent:-5000px;
}

#menu .bt-news a:hover {
	background:url(../interface_photo_photographe/roll_menu_photographe/news_objectif_photo_on.jpg) no-repeat center top;
}

#menu .bt-achat a {
	display:block;
	background:url(../interface_photo_photographe/roll_menu_photographe/achat_photo_photographe_off.jpg) no-repeat center top;
	width:188px;
	height:47px;
	text-indent:-5000px;
}

#menu .bt-achat a:hover {
	background:url(../interface_photo_photographe/roll_menu_photographe/achat_photo_photographe_on.jpg) no-repeat center top;
}

#menu .bt-contact a {
	display:block;
	background:url(../interface_photo_photographe/roll_menu_photographe/contact_xavier_santagata_off.jpg) no-repeat center top;
	width:160px;
	height:47px;
	text-indent:-5000px;
}

#menu .bt-contact a:hover {
	background:url(../interface_photo_photographe/roll_menu_photographe/contact_xavier_santagata_on.jpg) no-repeat center top;
}

#menu .bt-liens a {
	display:block;
	background:url(../interface_photo_photographe/roll_menu_photographe/lien_photographe_photo_off.jpg) no-repeat center top;
	width:82px;
	height:47px;
	text-indent:-5000px;
}

#menu .bt-liens a:hover {
	background:url(../interface_photo_photographe/roll_menu_photographe/lien_photographe_photo_on.jpg) no-repeat center top;
}

#menu .bt-profil a {
	display:block;
	background:url(../interface_photo_photographe/roll_menu_photographe/profil_xavier_santagata_photo_off.jpg) no-repeat right top;
	width:89px;
	height:47px;
	text-indent:-5000px;
}

#menu .bt-profil a:hover {
	background:url(../interface_photo_photographe/roll_menu_photographe/profil_xavier_santagata_photo_on.jpg) no-repeat center top;
}

#contenu {
	background: #999;
	min-height:400px;
	padding: 20px 0 20px 0;
	margin:0;
	
}

#contenu h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:large;
	color: #930;
	text-align:center;
	margin: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #930;
}

#contenu p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000;
	text-align: left;
	margin: 10px 50px;
}

#contenu p a {
	color:#930;
}

}

#contenu p a {
	color:#930;
	text-decoration:underline;
}

#contenu li {
	margin-bottom: 30px;
    padding: 0px 40px;
	list-style-type:none;
	background:url(../interface_photo_photographe/interface_photographe/puce_photo.jpg) no-repeat 20px 0px;
}

#contenu li a {
	color:#930;
}

}

#contenu li a {
	color:#930;
	text-decoration:underline;
}

.centrage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000;
	text-align: left;
	margin:0 auto;
}

/* on fait flotter l'object flash pour eviter les marges moches */
#FlashID{
	float:left;
}

#footer {
	background: url(../interface_photo_photographe/interface_photographe/fond_pied.gif);
	height: 43px;
	padding-top:0;
	color:#CCC;
	font-size:small;
	line-height:55px;
	text-align:center;
}

