@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'angelinawebfont';
	src: url('http://www.beatricejeanmonod.ch/uploads/font/angelinawebfont.ttf') format('truetype');
}

@font-face {
    font-family: "Peugeot";
    src: url("http://www.beatricejeanmonod.ch/uploads/font/Peugeot.ttf") format('truetype');
}


*{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #981014 url(http://www.beatricejeanmonod.ch/uploads/images/bg/bg.jpg) repeat-x;
}

#page {
	width: 1000px;
	margin: 0 auto 0 auto;
	border: none;
	background: url('http://www.beatricejeanmonod.ch/uploads/images/bg/bg_top.jpg') top no-repeat,
		url('http://www.beatricejeanmonod.ch/uploads/images/bg/bg_bottom.jpg') bottom no-repeat, 
                url('http://www.beatricejeanmonod.ch/uploads/images/bg/bg_mid.jpg') repeat-y;
}

img {
	border: none;
}

table td {
vertical-align: top;
padding: 4px 0 4px 0;
}

table, tbody, tr{
padding:0;
margin:0;
}

#div_float {width: 245px; 
float: right;
}

#header { width: 900px;
  	font-family: 'angelinawebfont', cursive;
  	padding: 0 50px 0 50px;
	margin:0;
}

#logo1 {
	float: left;
	width: 320px;
	padding-top: 15px;
	padding-left: 8px;
	z-index:1;
	position: absolute;
}

#txt_logo1 {
	font-family: 'angelinawebfont', cursive;
	float: left;
	z-index:2;
	padding:35px 0 0 140px;
	position: relative;
	color: #FFF;
	text-shadow: #000 3px 3px 2px;
	font-size: 37px;
	line-height: 0.8em;
	}

#logo2 {
	float: right;
	width: 560px;
	padding: 73px 0px 0px 0;
	text-align: center;
	font-size: 80px;
	font-family: 'angelinawebfont', cursive;
	color: #5f0303;
	text-shadow: #FFF 2px 2px 2px;
	font-style: italic;
	}

.space5 {
	padding-bottom: 5px;
}

.clear {
	clear: both;
}

/* ------------------------------------------*/
#menu {
	font-size: 16px;
	font-family: 'Peugeot', sans-serif;
	padding: 133px 0 0 48px;
}

#menu ul {
	margin: 0px;
	padding-top: 16px;
	list-style: none;
	line-height: normal;
	position: absolute;
	display:block;
}

#menu li {
	padding: 10px 14px 8px 10px;
	background:url(http://www.beatricejeanmonod.ch/uploads/images/bg/btn.png) no-repeat;
  	position: relative;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-shadow: #981014 1px 1px 1px;	

}

#menu a:hover {
	color: #981014;
	text-shadow: #FCF 1px 1px 1px;	
}

#menu li .navOn {
	text-shadow: #FCF 1px 1px 1px;
}

#menu ul ul {
	display: none;
	z-index: 10;
	position: absolute;
}

	#menu ul li:hover > ul {
		display: block;
		left: 130px;
		top:-16px;
	}
	
	#menu ul ul li {
		padding: 10px 12px 8px 10px;
		background:url(http://www.beatricejeanmonod.ch/uploads/images/bg/submenu_btn.jpg) no-repeat;
		white-space: nowrap;
		
	}
		#menu ul ul li a {
		color: #FFF;
		text-shadow: #981014 1px 1px 1px;	
		}	
			#menu ul ul li a:hover {
			text-shadow: #FCF 1px 1px 1px;
			}

/* ------------------------------------------*/

#content{
	width:1000px;
	font-family: 'Peugeot', sans-serif;
	padding: 0px 50px 0 50px;
	font-size: 14px;
	vertical-align: top;
	color:#5f0303;
	clear: both;
line-height: 1.5em;
	z-index:-1;
}

#content a {
	text-decoration: none;
	color: #5f0303;
	font-style:italic;
}

#content p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ------------------------------------------*/
#imgContainer{
padding: 0px 0 20px 80px;
}

#column1{
	float: left;
	width: 180px;
	padding: 200px 0 0 15px;
	line-height: 2em;
}

#column2{
	padding: 40px 100px 30px 5px;
	float: left;
	width: 650px;
	text-align:justify;
}

.title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	}

.small {
	font-size: 10px;
	}
/* ------------------------------------------*/

#footer { 
position: relative;
	height: 60px;
	font-size: 12px;
	color: #FFF;
	text-align: center; 
	overflow: hidden;
	clear: both;
 }

#footer p {
width: 1000px;
position: absolute; 
bottom: 5px; 
margin:0 auto; 
text-align: center;
}

#footer a {
	text-decoration: none;
	color: #FFF;
	font-style:italic;
}
 





/* Stylesheet: jeanmonod Modified On 2015-05-01 10:09:12 */
