@charset "UTF-8";
/*  feuille de style du site interne Une Etincelle - 2012   */


// b1a396  (fond)
// a29388 (foncée)
// d0c9c3 (barre)
// e8435f (rose)
// 685a4f (ecriture)


							/*********************************************/
							/******************** GENERAL ****************/
							/*********************************************/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}


body {
	background-image: url(images/fond_header.png);
	background-repeat:repeat-x;
	background-color:#b1a396;
}


div#global {
	height:auto;
	width: 770px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}


div#header {
}

							/*********************************************/
							/******************** MENU *******************/
							/*********************************************/

div#sidebar {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 30px;
	float: right;
	width: 160px;
	text-align: left;
}

div#sidebar p {
	text-align: left;
}


ul#menu {
	padding: 0;
	list-style: none;
}

ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin: 2px 0;
	border-bottom: 1px solid #d0c9c3;
	color: #a29388;				
	font: small-caps 1em/30px Georgia,serif;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #d0c9c3;		
}



							/*********************************************/
							/************* COMMUN AUX PAGES **************/
							/*********************************************/


.content {
	background-color:#FFF;
	overflow: auto;	
}


div#center {
	float: left;
	width: 520px;
	text-align: justify;
	border-right: 1px solid #d0c9c3;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	color:#685a4f;
	font:Georgia,serif;
	font-size:14px;
}

div#center p {
	text-align: justify;
	margin-right:20px;
}

div#center ul {
	margin-left: 50px;
	margin-right:20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

div#center li {
	padding-top: 6px;
}

div#center h2 {
	padding-left: 32px;
	color: #e8435f;
}
	
div#center a {
	color: #685a4f;		
	text-decoration: none;
}

div#center a:hover {
	color: #d0c9c3;		
}	
	
	
.cont_ombre{
	padding-left:63px;
	padding-bottom:25px;
	padding-top:10px;
}



							/*********************************************/
							/***************** IMAGES  *******************/
							/*********************************************/

div#une_image{
	width: 500px;
	height:130px;
}
	
div#une_image p{
	text-align: justify;
	font:Georgia,serif;
}

div#visuel{
	float:left;
	padding-right:20px;
}

div#images{
	height:125 px;
	width:180px;
	border: 2.5px solid #b1a396;
}

div#ombre_images{
	height:11px;
	width:185px;
	background-image:url(images/bas_images.png);
	background-repeat:no-repeat;
	background-position:center;
}

div#une_image a {
	color: #e8435f;
	text-decoration:none;
	font-style:italic;
	font-size:12px;			
}

div#une_image a:hover {
	color: #d0c9c3;				
}




							/*********************************************/
							/***************** SERVICES ******************/
							/*********************************************/
							
div#center tr{
}

div#center td {
	
}

							
							
							/*********************************************/
							/***************** FORMULAIRE ****************/
							/*********************************************/

.formulaire{
	width: 350px;
	margin-left:85px;

}

.zone{
	width:330px;
	padding-bottom:5px;
	/*margin-bottom:10px;*/
}

p.little {
	font-size:10px;
}

form{
	padding:10px;
	width:330px;
}

label{
	width:80px;
	float:left;
}

textarea {
	background : #FFF; 
	border : 1px solid #a29388; 
	width : 100%; 
	margin : .5em 0; 
	padding : 4px;
}

textarea:focus { 
	background : #f3ece7;
}

input [type=text] { 
	border:1px solid #a29388;
	background:#FFF;
	float:left;
	width:210px;
	margin-right:20px;
}

input:focus { 
	background : #f3ece7; 
}

input.decole-curseur {
	padding-left:20px;
}

input[type=image] {
	float:right;
}

				
				
							/*********************************************/
							/******************** FOOTER *****************/
							/*********************************************/

div#bas_page {
	background-image:url(images/bas_page.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 770px;
	height: 28px;
}

.footer{
	text-align:center;
	color:#FFF;
	font-size:10px;
	font:Georgia,serif;
	padding-bottom:10px;
}

.footer a {
	color: #FFF;
	text-decoration:none;				
}

.footer a:hover {
	color: #FFF;				
}



