/*
	FICHIER CSS du site www.primo-musique.com

	Date du 29 décembre 2008
	Par Sébastien BARBIER
*/

body
{
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 0.8em;
	background: #0c2b90;
	overflow: hidden;
	height: 100%;
}

/* MISE EN PAGE : Redéfini les balises P car différent selon les navigateurs. */
p
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #55198F;	
}

a img
{
	border: none;
}

h1
{
	color: #050e53;
	margin-left: 30px;
	margin-top: 0px;
	font-family: Comic Sans MS, verdana, arial;
	font-weight: bold;
	font-size: 2em;
}

h2, h3
{
	margin-left: 10px;
	margin-top: 2px;
	font-family: Comic Sans MS, verdana, arial;
}

/* MISE EN PAGE : Représente le body de la page. */

#body
{
	width: 950px;
	margin: auto;
	overflow: hidden;
}

#fondMusique
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	overflow: hidden;
}

#overflowBody
{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
}

#fondMusique img
{
	width: 100%;
	height: 100%;
}

/* MISE EN PAGE : Bannière Primo Musique en transparent sur le bleu */
#banniere
{
	width: 950px;
	height: 200px;
	background: url("images/banniere.gif") no-repeat;
}

#banniere a
{
	display: block;
	width: 100%;
	height: 100%;
}

#banniere_note
{
	width: 200px;
	height: 235px;
	position: relative;
	left: 650px;
	background: url("images/note.gif") no-repeat;
}

/* MISE EN PAGE : BORDURES ET CONTENT */

/* MISE EN PAGE : Les 3 prochains ID définissent les bordures entre la bannière et le content. */
#body_border_top_left
{
	width: 5px;
	height: 5px;
	float: left;
}

#body_border_top_center
{
	width: 940px;
	height: 5px;	
	float: left;
}

#body_border_top_right
{
	width: 5px;
	height: 5px;
	float: left;
}

/* MISE EN PAGE : Calque de font utilisé pour déssiner les bords droit et gauche du content. */
#body_border_left_right
{
	float: left;	
	clear: both;
}

/* MISE EN PAGE : Représente le contenu de la page. */
#body_content
{
	
	margin-left: 5px;
	margin-right: 5px;
	border: #050e53 solid 1px;
	
}


/* CONTENU DE LA PAGE*/
#content_box
{
	width: 920px;
	padding: 10px;
	margin-top: 10px;
	margin: 7px;
	background: #DDD;
}

#content_box table td
{
	vertical-align: top;
	
}

#content_Title
{
	width: 800px;
	background: #0c2b90;
	color: #FFDE00;
	font-size: 1.1em;
	padding-left: 18px;
	font-weight: bold;
}

#content_infos
{
	width: 230px;
	padding: 10px;
	border: #0c2b90 solid 1px;
	clear: both;
	overflow: hidden;
	background: #FFF600;
	margin-top: 30px;
	font-size: 1.0em;
}

#content_infos p
{
	margin-bottom: 10px;
}


#content_photos
{
	width: 235px;
	border-left: grey 1px solid;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 8px;
	padding-left: 10px;
	clear: both;
	background: #CCC;
}

#content_audio
{
	width: 235px;
	border-left: grey 1px solid;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 8px;
	padding-left: 10px;
	clear: both;
	background: #CCC;
}

#content_photos img
{
	margin-left: 10px;
	margin-bottom: 6px;
	opacity: 1;
}

#content_photos object
{
	margin-top: 10px;
}

#content_photos img:hover
{
	opacity: 0.8;
}

#content_photos .imagePreview
{
	clear: both;
	font-size: 0.8em;
	text-align: right;
	
}

#content_texte 
{
	width: 614px;
	border-left: grey solid 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	clear: both;
	
}

#content_texte p
{
	margin-bottom: 10px;
}

#copyright
{
	width: 940px;
	background: #EEE;
	border: #050e53 solid 1px;
	font-size: 0.8em;
	margin-top: 15px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: center;
	color: #999;
}

#copyright a
{
	color: #999;
}

/**/

.map_fullsize
{
	width: 600px;
	height: 450px;
	margin-left: 10px;
	overflow: hidden;
	border: 0px;
	margin-bottom: 20px;
}

.texte_centre_retour
{
	width: 30%;
	margin: 3px;
	margin-top: 8px;
	padding-top: 2px;
	text-align: center;
	color: black;
}

.texte_centre_retour a
{
	color: black;
	text-decoration: none;
}

.texte_centre_retour a:hover
{
	color: #999;
	text-decoration: underline;
}

#contact_form
{

}

#content_texte .hide-spam {
    display: none;
}

#content_texte #contact_form {
    margin-left: 50px;
}

#content_texte label {
    display: block;
}

#content_texte input.textfield, #content_texte textarea{
    background:#fff;
    padding: 0.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
}

#content_texte input.submit {
    background:#f9f9f9;
    padding: 0.3em;
    border: 1px solid grey;

}

#content_texte input.textfield:hover, #content_texte textarea:hover { 
    background: #FFFFF4; color: #000; 
}

#content_texte .required {
    color: #c83939;
}

#content_texte #img_captcha {
    padding-right: 1em;
}

#content_texte .error {
    margin: 4em 0.5em 0 0.5em;
    padding: 0.5em 1em;
    border: 1px solid #c83939;
    color: #c83939;
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.2em;
    background: #ffdfdf;;
}

#content_texte #success p {
    background: #dbffde url(./img/symbol_ok.jpg) no-repeat 2em 50%;
    border: 1px solid #00ab10;
    color: #1f9d2b;
    text-align: center;
    width: 60%;
    margin: 2em auto;
    padding: 1em;
    font-style: italic;
    font-size: 0.96em;
    line-height: 1em;
}

#content_texte #success p a {
    color: #1f9d2b;
    font-weight: bold;
    padding-left: 1em;
}

#content_texte #fail {
    text-align: center;
    width: 70%;
    margin: 2em auto;
    padding: 0.2em;
    font-style: italic;
    font-size: 0.96em;
    line-height: 1em;
    
}

#content_texte #fail a {
    font-weight: bold;
    color: #c83939;
    padding-left: 1em;
}

/* PopUp */
#apercuPhoto
{
	display: none;
	background: url("images/fond_noir_80.png");
	padding-top: 15px;
	overflow: auto;
	position: fixed;
	top: 0px;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	font-size: 1.2em;
}

#contenuPopUp
{
	width: 700px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

#contenuPopUp a
{
	color: white;
}

#contenuPopUp img
{
	height: 70%;
}

.boutonClosePopUp
{
	width: 13px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 5px; 
	background: url("images/closePopUp.png") no-repeat;
}

.boutonClosePopUp a
{
	display: block;
	width: 100%;
	height: 100%;   
}


.boutonClosePopUp:hover
{
	background: url("images/closePopUpHover.png") no-repeat;
}

.commentaire
{
	font-size: 0.7em;
	color: #777;
	margin-right: 20px;
	text-align: right;
}