/* Start of CMSMS style sheet 'mariage_alsace : Top menu + 2 columns' */
/*=====================================================================
 *
 * Filename: mariage_alsace : Top simple navigation + right subnavigation + 1 column
 * Website: www.mariagealsace.com
 * Author: Rainbow Studio
 * Date Created: 05/12/2008
 * Media: Screen
 *
 * Couleurs
 * -----------
* Twilight (parme) : #EADBE4 (fond de page)
* Athens Gray : #E8E9F1 (fond actu)
* Prim : #F2E1ED (fond li menu)
* Wistful : #A8ACD1 (fond h3 actu)
* Astronaut (mauve) : #2D3E7F (titre + liens spéciaux)
* Mulled Wine : #6B4774 (menu)
* Trendy Pink : #92619E (titre actu + liens + liens footer)
* Waikawa Gray : #545C94 (texte actu)
* Melanie: #E9CCE0 (fond encart dvd)
* Logan: #9FA4CA (texte adresse footer)
* Mine shaft : #333333 (texte)
*
* 
* Dimensions
* -----------
* div#pagewrapper: 940px width 
* div#content : padding 0 25px;
* div#header : 118px height;
* div#menu : 62px height; 
* div#sidebar : 216px width;
 *=====================================================================*/

* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #92619E; 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #92619E;
}
a.link-spe, .link-spe a{
	color: #2D3E7F;
	font-family: Georgia, TImes New Roman, serif;
	font-style: italic;
	text-decoration: none;
	background: url(images/puce-link-spe.gif) no-repeat;
	padding-left: 30px;
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 1.1em;
}
.floatRight {float: right;}
.floatLeft {float: left}

/*****************
basic layout 
*****************/
body {
   background: #EADBE4 url(images/bg-body.jpg) repeat-x;
   color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 940px;
   background:url(images/bg-pagewrapper.jpg) repeat-y;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 118px; /* adjust according your image size */
   background: url(images/bg-header.jpg) no-repeat;
   position: relative;
}
div#header h1 {
	width: 333px;
	float: left;
	margin-top: 15px
}
div#header h1 a {
/* you can set your own image here */
   display: block; 
   height: 90px;            
   width: 333px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#picto {
	margin: 0 23px 0 0;
	clear: right;
	text-align: right;
}
div#picto a {
	margin-right: 10px;
}
#tooltip h3  {
        font-family: Arial, Verdana, sans-serif;
}
div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
	background: url(images/bg-content.jpg) no-repeat top;
	clear: both;
	padding-bottom: 30px;
	overflow: hidden;
}

div#main {
   /* margin-right: 263px; this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-left: 35px; /* and some air on the right */
float: left;
width: 640px;
padding: 0
}

div#main-accueil {
	margin: 0 35px;
	padding-top: 15px;
}
div#texte-accueil {
	width: 350px;
	float: left;
	margin-right: 30px;
}
div#prestataires {
	float: left;
	margin-bottom: 30px;
	margin-right: 15px;
}
div#encart-dvd {
	
}
div#sidebar {
   float: right;  
   width: 216px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-right: 25px;
   margin-top: 35px
}


div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #9FA4CA;
   border-top: 12px solid #F4ECF1;
   border-bottom: 11px solid #F4ECF1;
   padding: 20px;
   overflow: auto;
}
div#footer img {
	float: left;
}
div#footer p#adresse {
	margin-left: 15px;
	float: left;
}
div#footer p {
   font-size: 0.8em;
   margin: 0;
}
div#menu-footer {
	color: #92619E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	float: right;
	margin-left: 15px;
	margin-top: 40px;
}

div#footer a#last-link {
	margin-left: 50px;
}
div#footer a {
   color: #92619E; 
   text-decoration: none;
}
p#rainbow {
	width: 940px;
	margin: 10px auto;
	text-align: right;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, serif;
}
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	font-style: italic;
	font-weight: 500;
   color: #2D3E7F; 
   font-size: 1.8em; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
/* set borders around header */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#main-accueil h2 {
	background: url(images/bg-h2-accueil.png) no-repeat left;
	padding-left: 40px;
	height: 87px;
	line-height: 15px;
}
div#main-accueil h2 span {
	color: #333;
	font-size: 0.9em;
	display: block;
	padding-top: 5px;
	line-height: 1.1em;
}
div#content h3 {
   color: #92619E; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #92619E; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/*--------- FORMULAIRE -----------*/
fieldset {padding: 1em;  border:0;}
fieldset legend {font-weight: bold;}
form div {width: 100%; padding: 0.25em 0 0.25em 0;}
form div label {display: block; margin: 2px 0; color: #545C94}
form div.required {font-weight: bold;}
input:focus , textarea:focus, .contactform input:hover {background: #E8E9F1;}
input , textarea{border: 1px solid #A8ACD1; padding: 2px;width:260px}
textarea {width: 99%; font-family: MS Shell Dlg, sans-serif; font-size: 1.1em;}
.fbsubmit {background: #A8ACD1; cursor: pointer; color: #fff; margin: 0 1em;width: auto}
.fbsubmit:hover {color: #333}
.commanderform {width: 350px; margin: 0 auto;}
.cp {float: left; width: 95px}
.cp input {width: 65px;}
.input-ville {width: 250px; float: left}
.input-ville input {width: 165px;}
.commanderform fieldset {padding: 0; margin: 15px 0;}
.commanderform .fbsubmit {margin: 0;}
.fb_invalid, .error_message {color: red}
/* Infobulle */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #D3B7CA;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
	color: #CA93BB;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.9em;
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal;}

/*Liste des prestataires */
div#liste-prestataires ul, div.liste-pro {
	list-style-type: none;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.2em;
	width: 50%;
}
div.liste-pro {
	font-family: Verdana, Arial, sans-serif;
	width: auto;
}
div.liste-pro p {
	padding-left: 28px;
	font-size: 0.8em;
}
div.nom-pro a {
	font-weight: bold;
	font-style: normal;
}
div#liste-prestataires ul li{
	background: url(images/puce-link-spe.gif) no-repeat;
	padding-left: 25px;
	line-height: 25px;
}
div#liste-prestataires ul li a{
	color: #2D3E7F;
}

div#Adresse_fiche {
	overflow: hidden;
	float: left;
	text-align: left;
	margin-right: 15px;
}
div#Adresse_fiche p {
	text-align: left;
}
div#Adresse_fiche strong {
	color: #2D3E7F;
}
.NeoGallery {padding-bottom: 25px; clear: both}
/* End of 'mariage_alsace : Top menu + 2 columns' */

