/*																A C C E S S I B I L I T É */

@media aural {
h1, h2, h3, 
h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
h1            { pitch: x-low; pitch-range: 90 }
h2            { pitch: x-low; pitch-range: 80 }
h3            { pitch: low; pitch-range: 70 }
h4            { pitch: medium; pitch-range: 60 }
h5            { pitch: medium; pitch-range: 50 }
h6            { pitch: medium; pitch-range: 40 }
li, dt, dd    { pitch: medium; richness: 60 }
dt            { stress: 80 }
pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
dfn           { pitch: high; pitch-range: 60; stress: 60 }
s, strike     { richness: 0 }
i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
u             { richness: 0 }
a:link        { voice-family: harry, male }
a:visited     { voice-family: betty, female }
a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

/*																G E N E R A L */

body {
	margin: 0;
	background-image: url('images/ig/body_bg.png');
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 13px; }

img { border: 0; }

#global {
	width: 942px;
	padding: 0px 20px 0px 20px;
	margin: 0 auto 0 auto;
	background-image: url('images/ig/header_bg.png');
	background-repeat: repeat-x; }

/*																H E A D E R */

#header1 {
	height: 27px;
	font-size: 11px;
	color: #797979;
	font-weight: bold; }

#header1_right {
	padding-top: 6px;
	float: right; }

#header1 a, #header1 a:link, #header1 a:visited {
	color: #797979;
	text-decoration: none; }

#header1 a:hover {
	text-decoration: underline; }

#header1_left {
	padding-top: 7px; }


#header2 {
	height: 50px; }

#header2_right {
	padding-top: 15px;
	float: right;
	text-align: right; }

#header2_right input { font-size: 11px; }

#header2 right form {
	margin: 0px;
	display: inline; }

#header2_left { padding-top: 14px; }


#header3 {
	height: 45px;
	color: #ffffff; }

#header3 .categorie {
	display: block;
	width: 200px;
	float: left; }

#header3 .titre {
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 16px;
	padding-top: 8px;
	text-shadow: 1px 1px 1px #0a0a0a; }

#header3 .titre_selected {
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 16px;
	padding-top: 8px;
	color: #e4ff00;
	text-shadow: 1px 1px 1px #0a0a0a; }

#header3 .categorie:hover .titre {
	color: #e4ff00; }

#header3 .soustitre {
	display: block;
	font-size: 11px;
	font-weight: normal; }

#header3 a, #header3 a:link, #header3 a:visited {
	color: #ffffff;
	text-decoration: none; }

#header3 a:hover {
	text-decoration: none; }


#header4 {
	display: block;
	width: 942px;
	height: 180px;
	margin-top: 1px; }

#header4_right {
	float: right;
	margin-top: 150px;
	padding: 4px;
	background-image: url('images/ig/blackopacity80.png');
	color: #ffffff;
	font-size: 11px;
	text-decoration: none; }

#header4_left {
	width: 320px;
	height: 140px;
	padding: 20px;
	background-image: url('images/ig/blackopacity80.png');
	color: #ffffff;
	font-size: 12px; }

#header4_left .titre {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000; }

#header4ombre {
	display: block;
	height: 15px;
	background-image: url('images/ig/header4ombre.png');
	background-repeat: repeat-x; }
	
/* 																M I S E   E N   F O R M E   D E S   F O R M U L A I R E S */

label {
	display: block;
	float: left;
	color: #ffffff;
	width: 180px;
	padding-left: 4px; }

input {
	background-color: #161616;
	color: #ffffff;
	border: 0;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 1px; }

/* hack IE */
* html input { margin-bottom: 1px; }

textarea {
	background-color: #161616;
	color: #ffffff;
	border: 0;
	padding: 3px;
	font-size: 12px; }

fieldset { padding: 5px; }

#recherche_photographe select { font-size: 10px; }

/* 																C O N T A C T   B O X */

#popupbox {
	z-index: 5000;
	display: none;
	position: absolute;
	visibility: visible;
	background-image: url('images/ig/blackopacity90.png');
	border-bottom: 1px solid #373737;
	width: 100%;
	top: 0px;
	left: 0px; }

#popupbox h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	line-height: 19px;
	letter-spacing: 1px;
	font-size: 22px;
	text-shadow: 1px 1px 2px #000000;
	color: #e4ff00; }

#popupbox a, #popupbox a:link, #popupbox a:visited {
	color: #ffffff;
	text-decoration: underline; }

#popupbox a:hover {
	text-decoration: none; }

#popupbox_lienfermer {
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
	color: #e4ff00; }

#popupbox_lienfermer:hover { text-decoration: underline; }

#popupbox input { background-color: #373737; }
#popupbox textarea { background-color: #373737; }

/* 																C O L   G A U C H E */

#colgauche {
	display: block;
	float: left;
	width: 200px;
	padding: 10px;
	margin-left: 15px;
	background-color: #353535; }

#colgauche hr {
	border: 0px;
	height: 1px;
	background-color: #202020;
	margin: 20px auto 20px auto; }

#colgauche a, #colgauche a:link, #colgauche a:visited {
	color: #ffffff;
	text-decoration: none; }

#colgauche a:hover {
	color: #e4ff00; }

/*																F O O T E R */

#footer {
	padding: 14px 10px 7px 10px;
	font-size: 11px;
	line-height: 13px;
	color: #c8c8c8;
	background-color: #000000;
	background-image: url('images/ig/footer.gif');
	background-repeat: no-repeat;
	margin: 25px 0px 0px 0px; }

#footer a, #footer a:link, #footer a:visited {
	color: #c8c8c8;
	text-decoration: underline; }

#footer a:hover {
	text-decoration: none; }

#footer_invert {
	height: 8px;
	background-image: url('images/ig/footer_invert.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px; }

/* 																C O N T E N U */

#contenu {
	display: block;
	width: 670px;
	float: left;
	margin: 0px 0px 10px 20px;
	text-align: justify; }

#contenu h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	line-height: 27px;
	letter-spacing: 1px;
	font-size: 30px;
	text-shadow: 1px 1px 5px #3b3b3b;
	color: #ffffff; }

#contenu a, #contenu a:link, #contenu a:visited {
	text-decoration: underline;
	color: #ffffff; }

#contenu a:hover {
	text-decoration: none; }

#contenu hr {
	border: 0px;
	height: 1px;
	background-color: #ffffff;
	margin: 20px auto 20px auto; }

/*																B L O C   A N N O N C E */

.blocannonce {
	display: block;
	border: 1px solid #353535;
	margin: 10px auto 10px auto; }

.blocannonce_titre {
	background-color: #161616;
	padding: 2px;
	text-transform: uppercase; }

.blocannonce_lienfiche {
	float: right;
	background-color: #060606;
	padding: 6px 6px 6px 6px;
	margin: 0;
	line-height: 11px;
	color: #ffffff;
	font-size: 12px; }

.blocannonce_titrespan {
	display: block;
	float: left;
	font-size: 18px;
	color: #e4ff00;
	margin-right: 12px;
	padding-top: 3px;
	padding-left: 4px; }

.blocannonce_titrevignette {
	padding-top: 3px; }

.blocannonce_tarif {
	float: right;
	text-align: right;
	padding-top: 4px;
	padding-right: 4px; }

.blocannonce_tarif_apartir {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 10px; }

.blocannonce_tarif_prix {
	color: #e4ff00;
	font-weight: bold;
	font-size: 25px; }
	
.blocannonce_coordonnees {
	color: #aaa;
	padding: 8px;
	font-size: 11px; }

.blocannonce_texte {
	padding: 0px 8px 8px 8px; }

.nombreresultats {
	display: block;
	border: 1px solid #353535;
	margin: 10px auto 10px auto;
	padding: 7px;
	font-size: 11px; }

/*																F I C H E   P H O T O G R A P H E */

#fichepho_prix {
	display: block;
	float: right;
	width: 147px;
	height: 73px;
	margin-left: 30px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: center; }

#fichepho_prix_chiffre {
	padding-top: 36px;
	padding-left: 9px; }

.fichepho_menu_link {
	display: block;
	float: left;
	height: 82px; }

.fichepho_menu_textual { display: none; }

#fichepho_menu_contact 	{ width: 221px; background-image: url('images/ig/fiche-photographe/menu-contact.png'); }
#fichepho_menu_avis 	{ width: 229px; background-image: url('images/ig/fiche-photographe/menu-avis.png'); }
#fichepho_menu_site 	{ width: 229px; background-image: url('images/ig/fiche-photographe/menu-site.png'); }
#fichepho_menu_envoyer 	{ width: 221px; background-image: url('images/ig/fiche-photographe/menu-envoyer.png'); }

#fichepho_menu_contact:hover	{ background-image: url('images/ig/fiche-photographe/menu-contact-hover.png'); }
#fichepho_menu_avis:hover		{ background-image: url('images/ig/fiche-photographe/menu-avis-hover.png'); }
#fichepho_menu_site:hover		{ background-image: url('images/ig/fiche-photographe/menu-site-hover.png'); }
#fichepho_menu_envoyer:hover	{ background-image: url('images/ig/fiche-photographe/menu-envoyer-hover.png'); }

#fichepho_colgauche {
	display: block;
	float: left;
	width: 400px; }

#fichepho_coldroite {
	display: block;
	float: left;
	width: 500px; }

.fichepho_colgauche_texte {
	padding: 10px 10px 20px 10px;
	width: 363px;
	margin: 0px 1px 0px 5px;
	background-color: #232323; }

.fichepho_vignette {
	display: block;
	float: left;
	height: 90px;
	width: 89px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #232323;
	margin: 4px; }

/* hack IE */
* html .fichepho_vignette { margin: 3px; }

#portfolio a, #portfolio a:link, #portfolio a:visited { text-decoration: none; }

#plangmaps {
	margin-left: 5px;
	margin-top: 20px;
	color: #000000; }

#plangmaps 			{ color: #353535; font-size: 12px; }
#plangmaps a, #plangmaps a:link, #plangmaps a:visited { color: blue; }
#plangmaps input 	{ background-color: #DFDFDF; color: #353535; }
#gmapmarker 		{ font-weight: bold; font-size: 16px; }

/*																D I V E R S */

.modifok {
	display: block;
	float: right;
	background-color: #e4ff00;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 4px 2px 4px; }

.modifpasok {
	display: block;
	float: right;
	background-color: #cc0303;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 4px 2px 4px; }

/*																F A C E B O X */

