/* CSS Document */

/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 10
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color:#99ccff;
	background:url(bg_mariage.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#wrapper	{
    width:100%;
    display:table;
    background-color:#FFCCFF;}

a {
	color: #CC00CC;
}
a:hover, a:focus {
	color:#CC00CC;
}
strong {
	color:#0066FF;
}

/* Conteneur central */
#centre {
	background: url(img/10-colonnes.png) repeat-y;
}

/* Navigation */


#navigation {
	background:;
}
#navigation a {
	color:#CC00CC;
}
#navigation a:hover, #navigation a:focus {
	background:#FFCCFF;
}

/* Contenu principal */
#principal {
	color: #181A12;
	background:#;
}
#principal a {
	color: #CC00CC;
}
#principal a:hover, #principal a:focus {
	color: #CC00CC;
}
#principal strong {
	color:#3399CC;
}

/* Contenu secondaire */
#secondaire {
	background:#;
	color:#000000;

}

#secondaire ul {
	list-style-type:square;
	font-size:11px;
	color:#3399FF;
}
#copyright {
color:#000000}


/* --- POSITIONNEMENT --- */

/* Page */
body {
}
#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	background:url(navig.jpg);
	background-repeat:repeat-y;
}

/* En-tête */
#entete {
	padding: 0px 0;
	
}

#header {
background:url(ban_mariage.jpg);
background-repeat: no-repeat ;
height:250px;

}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 0px 0px 0px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;

}
#info h4 {
color:#CC00CC;
line-height:12px;
border-bottom:#CC00CC;
}
#info ul {
   list-style-type:square;
   list-style-position: outside;
   color:#CC00CC;
}
/* Menu de navigation */
#navigation {
	float: left;
	width: 200px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: 11px;
	text-decoration: none;

}
#secondaire a {
text-decoration:underline;}


#adsense {
float:left;
padding-left:20px;
width:200px;
}

#adsense_col {
float:right;
margin-left:20px;
width:140px;
}

#info {
float:left;
width:270px;
line-height:1.1em;
background-image:url(note_mariage.jpg);
list-style-type:square;
background-repeat:no-repeat;
background-position:center;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:40px;
}

#info1 {
float:left;
width:250px;
line-height:1.1em;
background-color:#FF99FF;
border:dashed;
border-color:#0099FF;
list-style-type:square;
background-repeat:no-repeat;
background-position:center;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:40px;
}

/* Contenu principal */
#principal {
	float: left;
	width: 470px;
	padding: 10px 10px 5px;
}
#principal > :first-child {
	margin-top: 0px;
}
#principal p, #principal li {
	line-height: 1.5;
}
#principal h2{
color:#CC00CC;
}

#news {  
       padding-top: 10px;
	   padding-left:10px;
	   margin-left:230px;}
      
  #news h3 {  
      padding-bottom: 10px;    }  
     
  #news p {  
     padding-top: 10px;  
     padding-bottom: 10px;    }
	 
#news li {
list-style-type:square;
color:#FF9900;
}	  

/* Contenu secondaire */
#secondaire {
	margin-left: 700px;
	margin-right: 10px;
	padding-left:10px;
	list-style-type:square;
}

#newsletter {
height:250px;
width:200px;
padding-left:690px;
padding-right:10px;
padding-top:10px;
overflow:visible;
}

#newsletter a img {
border:none;}

/* Pied de page */
#pied {
	margin: 0;
	height:20px;
	padding: 15px 100px 10px 100px;
	font-size: 11px;
	background:#9ED0F5;
	color:#000000;
}

/* Mention de copyright */
#copyright {
	margin:20px 150px 0px 150px 0;
	font-size: 1em;
	text-align: center;
}

