/*
Theme Name: Theme Dron
Theme URI: http://wordpress.org/
Description: Theme de la commune de Drom.
Version: 1.O
Author: Nguyen Duy
Author URI: http://www.directinfoservice.com
Tags: blue, custom header, fixed width, two columns, widgets


*/



/* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: transparent url('images/fondBody.jpg') no-repeat top left;
text-align: center;
}

#page {
background-color: white;
text-align: left;
margin: -8px auto;
padding: 0px 0 0px 5px;
background: transparent url('images/fondPage.jpg') repeat-y top left;
width:1012px;
}

#header{
	width:1000px;
	height:100px;
	background: transparent url('images/fondHead.jpg') no-repeat bottom left;
	background-color:red;
	}	



#content{
	width:1000px;
	background-color: #ffffff;
	}
#content #gauche{
	float:left;
	width:755px;
	}
#content #droite{
	width:245px;
	float:right;
	background-color:#ffffff;
	}
#content #droite #calendar{
	width:245px;
	height:305px;
	background: transparent url('images/fondCalendrier.jpg') no-repeat bottom left;
	padding-left:35px;
   
	}
#content #droite #calendar #up{
	height:85px;
	}
#content #droite #calendar #date{
	text-align:left;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:5px;
	color:#808080;
	font-weight:bold;
	
	}
#content #droite #calendar #saint{
	text-align:left;
	padding-left:5px;
	padding-top:15px;
	padding-bottom:5px;
	}
#content #droite #calendar #lever{
	text-align:left;
	padding-left:5px;
	padding-top:15px;
	padding-bottom:5px;
}
#content #droite #calendar #coucher{
	text-align:left;
	padding-left:5px;
	padding-top:15px;
	
}
span.titre{
	color:#9cb51c;
	font-weight:bold;
	}
span.valeur{
	color:#ec9718;
	font-weight:bold;
	}
span#titlePage{
	color:#9cb51c;
	font-weight:bold;
	font-size:1.2em;
	}
span.date{
	color:#999999;
	}

#content #droite #galerie{
	width:245px;
	height:210px;
	background: transparent url('images/fondGalerie.jpg') no-repeat bottom left;
	padding-left:40px;
	}
#content #droite #galerie a{
	color:#ffffff;
	text-decoration:none;
	}

#content #droite #galerie #up2{
	height:25px;
	}
	
#content #droite #galerie img{
	border:0px;
	}

#content #droite #newsletter{
	width:245px;
	height:105px;
	background: transparent url('images/fondNewsletter.jpg') no-repeat bottom left;
	}
#content #droite #newsletter #contentNews{
	padding-left:120px;
	padding-top: 70px;
}


#content #gauche #subHead{
	width:755px;
	height:138px;
	background: transparent url('images/fondSubHead.jpg') no-repeat bottom left;
	}
#content #gauche #subHead #image{
	float:left;
	width:434px;
	height:138px;
	margin-left:-112px;
	}
	
#titrePage{
	position:absolute;
	left:375px;
	top:217px;
	color:#9bb41b;
	font-size:1.6em;
	font-weight:bold;
	}

#ouTrouverDrom{
	float:right;
	left:738px;
	}
#ouTrouverDrom a{
	display:block;
	width:130px;
	height:100px;
	text-decoration:none;
	}
#ouTrouverDrom a:hover{
	text-decoration:none;
	}
	
	
#content #gauche #menu{
	float:left;
	width:210px;
	background-color:#ffffff;
	}

#content #gauche #menu #search{
    font-size:1.4em;
	width:210px;
	height:235px; /*193*/
	background: transparent url('images/fondSearch.jpg') no-repeat top left;
	}
input#s{
	width:150px;
	}
#content #gauche #menu #search #contentSearch{
	padding-top:55px;
	padding-left:15px;
	}

#content #gauche #contenu{
	float:right;
	background-color:#ffffff;
	width:505px;
	text-align:justify;
	padding-left:33px;
	padding-right:7px;
	}



#content #gauche #contenu a{
	color:#ec9718;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}




/* ************ MENU DE GAUCHE ************* */
#menu ul{
list-style-type:none;
margin-left:-40px;
margin-top:-3px;
}

#menu ul li.liParent{
	background: transparent url('images/fondMenu.jpg') repeat-x bottom left;
	width:210px;
	}
	
#menu ul li.selected{
	/*background-color: #d8d8d8;*/
	background: #d8d8d8 url('images/boutonMenu.jpg') no-repeat top left;
	
}
	
#menu ul li.liParent a{
	display:block;
	/*height:33px;*/
	padding-top:9px;
	padding-left:5px;
	padding-bottom:9px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-size:1.2em;
	}
#menu ul li.liParent a:hover{
	text-decoration:none;
	}

#menu ul ul.children{
display:none;
}

#menu ul li.selected ul.children{
display:block;

/*background-color: #eeefe8;
margin-left:0px;*/

}

#menu ul li.selected ul.children li.liChildren{
background-color: #eeefe8;
width:210px;
text-align:left;
}

#menu ul li.selected ul.children li.liChildren a{
display:block;
padding-top:7px;
padding-left:50px;
padding-bottom:7px;
font-weight:bold;
color:#999999;
text-decoration:none;
font-size:1.1em;
}
#menu ul li.selected ul.children li.liChildren a:hover{
color:#efad4a;
}

/* *********************** */


.clear {
	clear: both;
}

#footer {
	width: 1000px;
	height:63px;
	background: transparent url('images/fondFooter.jpg') repeat-x bottom left;
	color:#ffffff;
	text-align:center;
	}
#footer a{
	color:#ffffff;
	text-decoration:none;
	}
#footer a:hover{
	color:#efad4a;
	text-decoration:none;
	}
#footer #imgFooter1{
	float:left;
	margin-top:-56px;
	margin-left:5px;
	}
	
#footer #imgFooter2{
	float:left;
	margin-top:-29px;
	margin-left:15px;
	}
#footer #contentFooter{
	float:left;
	margin-left:150px;
	margin-top:10px;
	}
#footer #imgFooter3{
	float:left;
	margin-top:-74px;
	margin-left:210px;
	}



/* End Structure */

/*  ************ CSS FORMULAIRE ACTE MARIAGE ********************/

form#acte_mariage input#i_jourDate{
	width: 25px;
	}
form#acte_mariage input#i_anneeDate{
	width: 30px;
	}
form#acte_mariage textarea.textarea{
	width:150px;
	height:60px;
	}
form#acte_mariage select#natureActe{
	width:190px;
	}
form#acte_mariage select#i_moisDate{
	width:90px;
	}
form#acte_mariage input.submitButton{
	background-color:#000000;
	color:#ffffff;
	border:1px;
	}

table#formulaire td.entete{
	text-align:center;
	height:20px;
	background-color:#CCCCCC;
	}

span.error{
	color:red;
	}
/* ************************************************************ */

/* ********************** PAGE ACTUALITE ********************** */
#actuHaut{
	width:505px;
	background: transparent url('images/barre.jpg') no-repeat bottom left;
	padding-bottom:25px;
	padding-top:5px;
	text-align:justify;
	}
#actuHaut a{
	color:#ec9718;
	text-decoration:none;
	font-weight:bold;
	}

#actuTri{
	margin-top:25px;
	}
#actuTri .actuNormal{
	float:left;
	width:160px;
	margin-right:8px;
	text-align:left;
	}
.photoActu{
	width:160px;
	height:55px;
	background-color:#cccccc;
	}

.extrait{
	height:80px;
	}

span.titre2{
	color:#9cb51c;
	font-weight:bold;
	font-size:1.2em;
	}
span.valeur2{
	color:#ec9718;
	font-weight:bold;
	font-size:1.2em;
	}

span#titleSingle{
	font-size:1.6em;
	font-weight:bold;
	color:#ec9718;
	}
	
	/* ANNUAIRES COMMERCANTS */
	#search{
	margin-top:5px;
	}
	#search form#searchAnnuaire input#submitButton{
	background-color:#ec9718;
	color:#ffffff;
	border:none;
	
	}
	#listeAnnuaire{
	margin-top:10px;
	margin-bottom:5px;
	}
	.singleAnnuaire{
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:thin;
	border-bottom:dotted;
	border-color:#cccccc;
    margin-top:2px;
	}
	.logoAnnuaire{
	float:left;
	}
	.infosAnnuaire{
	float:left;
	margin-left:10px;
	}
	
	/* CSS GOOGLE MAP */
	
	#global {
                text-align: center;
                margin-left: auto;
                margin-right: auto;
            }
            #route {
                height: 130px;
                overflow-y: auto;
            }
            #map {
                float: left;
            }
            #options {
                width: 350px;
                float: left;
                padding: 0 10px 10px 10px;
                text-align: left;
            }
            .panel {
                background-color: #E8ECF9;
                border: 1px dashed black;
                padding: 5px;
                margin: 10px 0 10px 0;
            }
            .titre {
                text-align: left;
                font-weight: bold;
                margin: 0 0 5px 0;
            }

            .inputTxt {
                width: 100px;
            }
            	
            	
     /* 	COVOITURAGE		*/
     
     form#searchOffre input#submitSearch{
     border:0px;
     background-color:#cccccc;
     color:#666666;
     }
     
     table#searchForm td.entete{
     background-color:#dedede;
     color:#000000;
     }
     
     
     table.listOffre{
     margin-top:10px;
     }
     
     table.listOffre th.entete{
     width:100px;
     background-color:#ec9a1f;
     color:#ffffff;
     text-align:center;
     height:25px;
     }
     
     table.listOffre td.valeur{
 
     background-color:#e4f8e7;
     color:#098f20;
     text-align:center;
 
     }
     
     form input#boutonDetail{
     background-color:#098f20;
     color:#e4f8e7;
     border:none;
     }
     
     
     table#detailTrajet{
	margin-top:10px;
	margin-bottom:10px;
	}


	table#detailTrajet td.first{

	background-color:#f0f0f0;
	color:#21759b;
	font-weight:bold;
	text-align:left;
	height:25px;
	width:175px;
	padding-left:2px;
	
}

	table#detailTrajet td.second{

	padding-left:5px;
	
	}
	
	table#calendrierHebdo{
	margin-top:5px;
	margin-bottom:5px;
	}

	table#calendrierHebdo td.entete{
	color:#ffffff;
	background-color:#666666;
	width:120px;
	height:25px;
	text-align:center;
	font-weight:bold;
}

	table#calendrierHebdo td.value{
	
	background-color:#999ed4;
	
}

table#calendrierHebdo td.value2{
	background-color:#999ed4;
	text-align:center;
	
}

/* 	******************** LOCATION DE SALLES ***********************		*/
.photoSalle{
	/*float:left;*/
	/*width:150px;*/
	margin-top:5px;
	width:500px;
	height:110px;
	}
.photoSalle img{
	width:164px;
	height:165px;
	border:none;
	}
	
.infoSalle{
	/*float:right;*/
	/*width:350px;*/
	margin-top:5px;
	width:500px;
	border:thin;
	border-style:solid; 
	border-color:#cccccc;
	color:#333333;
	}

	
.infoSalle .content{
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	}

span.nomSalle{
	font-weight:bold;
	color:#9BB41B;
	}

table#book td.entete{
	background-color:#eeefe8;
	color:#999999;
	font-weight:bold;
	width:120px;
	padding-left:5px;
	}
table#book td.soumission{
	text-align:right;
	}
	
table#book td.champ{
	
	}

form#book input.champInput{
	width:195px;
	}

form#book textarea.champTexte{
	width:350px;
	height:80px;
	}
form#book input#soumettre{
	background-color:#05931d;
	color:#ffffff;
	border:none;
	}
	
	
	img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
	#content #gauche #contenu table{
	border:none;
	}
