/*   
.
*/

/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/*=FONTS IMPORT 
-------------------------------------------------------------- */
@font-face {  
	font-family: "Verlag Condensed Bold";
	src: url( /styles/fonts/VerlagCondensed-Bold.eot ); /* IE */  
	src: local(" Verlag Condensed Bold "), url( /styles/fonts/VerlagCondensed-Bold.ttf ) format("truetype"); /* non-IE */ 
}

@font-face {  
	font-family: "Verlag Condensed Light";
	src: url( /styles/fonts/VerlagCondensed-Light.eot ); /* IE */  
	src: local(" Verlag Condensed Light "), url( /styles/fonts/VerlagCondensed-Light.ttf ) format("truetype"); /* non-IE */ 
}

@font-face {  
	font-family: "Verlag Bold";
	src: url( /styles/fonts/Verlag-Bold.eot ); /* IE */  
	src: local(" Verlag Bold "), url( /styles/fonts/Verlag-Bold.ttf ) format("truetype"); /* non-IE */ 
}

/* =STRUCTURE
-------------------------------------------------------------- */
body.mur * {
    -moz-box-sizing: border-box;
}

html, body {
	height: 100%;
	min-height: 100%;
}

#wrapper, #main{
	float: left;
	min-height: 100%;
}
/* for IE6 */
* html #wrapper, * html #main {
	height: 100%;
}
body {
    min-width:968px;
}
#main {
	height: 100%;
    width:968px;
    margin:0;
	padding:0;
}
#header {
	float:left;
	width: 100%;
}
#branding {
	float: left;
    width:718px;
    margin: 0 auto;
	
}
#access {
    float: left;
}
.menu {
    margin:0 auto;
}
#container {    
	float:left;
   	width: 960px;
}

#content {
    width:960px;
	margin:0px;
	overflow: hidden;
}
#footer {
	height: 100px;
    clear:both;
}

/* =Structure Colors
#-------------------------------------------------------------- */
body{
	background-color: #00FFCC;
}

#main{
	background-color: #FFF;
}

#main.vision{
	background: url('/image/bg-vision.jpg');
}

.access{
 background-color: #FFF;
}

/* =Branding
-------------------------------------------------------------- */
#branding{
	padding-top: 28px;
}
#branding .title{
	font-family: "Verlag Bold", VerlagBold, Futura, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	color: #333;
}


/* =Menu
-------------------------------------------------------------- */
#access{
	width: 170px;
	height: 240px;
	border: 0px;
	background-color: #FFFFFF;
	color: #999999;
	font-family: "Verlag Condensed Bold", "Verlag Condensed", Verlag, Futura, Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 21px;
}

#access #langbar{
	height: 28px;
	text-align: right;
	font-size: 11px;
	margin-right: 12px;
	visibility: hidden;
}

#access #logoFlash {
	left:636px;
	top: 0px;
	position:absolute;
	z-index:2;
}

#logoFlash embed{
	margin: 0px;
}

#access #logoFlash #logo{
	background: url('../images/logocommun_menu.gif') no-repeat;
	width: 20px;
	height: 16px;
	margin: 30px 0px 0px 90px;
}

.menu{
	font-family: "Verlag Condensed Bold", "Verlag Condensed", Verlag, Futura, Arial, sans-serif;
	font-size: 12px;
	margin: 45px 8px 0px 8px;
}
.menu ul{
	list-style-type: none;
	margin: 0px 0px 19px 0px;
	border-bottom: 1px solid #eae9e9;
}
.menu ul li{
	border-top: 1px solid #eae9e9;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 11px;
	padding: 4px 0px;
}

.menu ul a{
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.menu ul a.selected{
	font-weight: normal;
	color: #332b2b;
	background: none;
}

.menu ul a:hover{
	font-weight: normal;
	color: #332b2b;
	background: none;
}


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
	line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
pre{
	float: left;
}
h1 {
    font-family: "Verlag Bold", VerlagBold, Futura, Arial, sans-serif;
    letter-spacing: 0.1em;
	font-size:22px;
	line-height: 20px;
	text-transform: uppercase;
    padding:28px 0 14px 0;
}
h2 {
    font-family: "Verlag Bold", VerlagBold, Futura, Arial, sans-serif;
    letter-spacing: 0.1em;
	font-size:22px;
	line-height: 20px;
	text-transform: uppercase;
    padding:28px 0 14px 0;
}
h3 {
    font-size:17px;
    font-style:normal;
    padding:28px 0 14px 0;
}
h3.titre{
	font-family: "Verlag Bold", VerlagBold, Futura, Arial, sans-serif;
	font-size:12px;
	line-height: 12px;
	text-transform: uppercase;
}
h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
embed {
    margin:0 0 22px 0;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a {
	font-weight: bold;
    color:#000;
}
a:visited {
    color:#000;
}
a:active,
a:hover {
    background-color: #00FFCC;
	text-decoration: none;
}
.legende{
	margin-left: 20px;
	margin-right: 20px;
}


/* =ACCUEIL
-------------------------------------------------------------- */
#bandeau{
	height: 320px; /* was 320 */
	background-color: #EBEBEB;
}
#bandeau_accueil_ensemble{
	height: 360px;
}
#intro{
	float: left;
	width: 368px;
	padding: 50px 20px;
	color: #333;
}
#intro h2, #comparez h2{
	padding-top: 0px;
	margin-top: 0px;
}

#imagemur{
	float: left;
	width: 320px;
	height: 320px;
	background-color: #44F;
}

#comparez{
	float: left;
	width: 192px;
	height: 220px;
	padding: 50px 20px;
	background-color: #333;
}
#fleche_accueil_ensemble {
	padding: 120px 70px;
}
#comparez a{
	color: #FFF;
	text-decoration: none;
}
#comparez a:hover{
	color: #00FFCC;
	text-decoration: none;
	background: none;
}
#comparez img{
	margin: 20px 55px 30px 55px;
}

#comparez p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.5;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:22px;
}

/* =24heures
-------------------------------------------------------------- */
body.heures .title{
	margin-top: -10px !important;
}
.chiffre{
	font-size: 120px;
	line-height: 90px;
	padding: 0px;
	margin: 0px;
	
}

#flash24heures{
	width: 800px;
	height: 800px;
}
#flashfleur24heures{
	width: 880px;
	height: 830px;
}

/* =Fleurs Mois
-------------------------------------------------------------- */
body.mois .title{
	margin-top: -10px !important;
}

body.mois #page{
	width: 690px;
}

body.mois p {
	margin-left: 20px;
}

body.mois .figure {
	width: 500px;
	margin: 0px auto 22px auto;
	padding: 8px;
	background-color: #EBEBEB;
	box-shadow: #CCC 0px 4px 4px;
	-webkit-box-shadow: #CCC 0px 4px 4px;
	-moz-box-shadow: #CCC 0px 4px 4px;
}

body.mois .figure p {
	color: #666666;
	font-size: 11px;
	text-align: center;
	margin: 8px auto 0px auto;
}

.chiffre{
	font-size: 120px;
	line-height: 90px;
	padding: 0px;
	margin: 0px;
	
}

#flashfleurmois{
	width: 880px;
	height: 830px;
}

/* = MUR
-------------------------------------------------------------- */
body.mur {
	background-color: #ac484f;
}
body.mur #page {
	width: 720px;
}

body.mur #dessin, #dessin-archive, #dessin-archive-single {
	float:left;
	background-color: #EBEBEB;
	padding: 20px 5px;
	box-shadow: 0px 4px 4px #CCC; /* CSS3 */
	-moz-box-shadow: 0px 4px 4px #CCC; /* Firefox */
  	-webkit-box-shadow: 0px 4px 4px #CCC; /* Safari, Chrome */
}

#dessin-archive, #dessin-archive-single{
	padding: 0px;
	margin-bottom: 20px;
}
body.mur .toolbox {
	float: left;
	width: 65px;
}

body.mur .toolbox ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body.mur .toolbox a:hover {
	text-decoration: none;
	background: none;
}



body.mur #letterbox{
	float: left;
	border: 4px solid #333333;
	margin-left: 82px;
	margin-bottom: 10px;
	padding: 7px 7px;
	font-family: "Verlag Bold", VerlagBold, Futura, Arial, sans-serif;
	text-transform: uppercase;
	color: #333333;
}

#letterbox .online{
	float: left;
	font-size: 18px;
	margin-top: 4px;
	margin-left: 5px;
}

#letterbox a {
	font-weight: normal;
}

#letterbox .archives{
	float: left;
	margin: 4px 150px 0px 150px;
}

#dessin-archive-single #letterbox {
	margin-top: 25px;
}

#dessin-archive-single #letterbox .archives{
	visibility: visible;
	margin: 4px 300px 4px 4px;
}
	
#letterbox .share{
	float: left;
	margin-left: 7px;
}

body.mur #page p{
	float:left;
	margin-top: 20px;
	margin-left: 82px;
}

body.mur .facebooklike {
	margin: 0px 0px 0px 82px;
	width: 500px;
}

#dessin-archive, #dessin-archive-single {
	margin-left: 6px;
}

#dessin-archive h3.titre, #dessin-archive-single h3.titre  {
	margin-top: 30px;
	margin-left: 5px;
}

#dessin-archive p {
	margin: 10px 10px;
	width: 730px;
	
}
#dessin-archive a {
	display: block;
	text-decoration: none;
	width: 159px;
	float: left;
	cursor: pointer;
}

#dessin-archive a .title {
	position: absolute;
	display: table;
	width: 159px;
	height: 119px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #333333;
	border: solid 8px #333333;
	font-family: 'Verlag Bold', VerlagBold, Futura, Arial, sans-serif;
	font-size: 45px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 45px;
	text-align: center;
	z-index: 1;
}
#dessin-archive a .title p {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#dessin-archive a .title p span{
	font-size: 35px;
}
#dessin-archive a .title p.next {
	font-size: 20px;
}

a.plus {
	height: 119px;
}

a.plus:hover p {
	color: #000000;
}	

#dessin-archive a img {
	position: relative;
	z-index: 10;
}	

#dessin-archive a:hover img {visibility:hidden;}

#dessin-archive-single img.singleimage {
	padding: 0px 30px;
}
/* =VISION
-------------------------------------------------------------- */
body.vision{
	background-color: #FFCC33;
}
body.vision #main{
	background: #FFFFFF url('/images/bg-vision.jpg') repeat-y right top;
}
body.vision #content{
	width: 410px;
	margin-left: 88px;
}

body.vision #content img.logo{
	margin-top: 40px;
}

/* =CLIENTS
-------------------------------------------------------------- */
body.clients{
	background-color: #FFCC33;
}
body.clients #main{
	background: #FFFFFF url('/images/bg-vision.jpg') repeat-y right top;
}
body.clients #content{
	width: 410px;
	margin-left: 88px;
}

body.clients #content img.logo{
	margin-top: 40px;
}
body.clients h2 {
    font-family: "Verlag Bold", VerlagBold, Futura, Arial, sans-serif;
    letter-spacing: 0.1em;
	font-size:18px;
	line-height: 18px;
    font-weight:bold;
	text-transform: uppercase;
    padding:0px 0 36px 0;
}

body.clients #note{
	font-size: 14px;
	margin-top: 20px;
}

body.clients #listeclients ul{
	list-style-type: none;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin: 0px;
	padding-left: 20px;
}
body.clients #listeclients ul li{
	float: left;
	width: 190px;
	padding: 3px 0px;
}
/* =CONTACT
-------------------------------------------------------------- */
body.contact #gmaps{
	float: left;
	width: 480px;
	height: 320px;
	background-color: #ebe8e6;
	margin-bottom: 27px;
}
body.contact #adresse{
	float: left;
	width: 480px;
	background-color: #333333;
	margin-bottom: 27px;
}
body.contact #adresse img{ 
	float:left; 
}

#adresse #info{
	float: left;
	width: 140px;
	padding: 90px 54px 0px 54px;
	font-family: "Verlag Bold", VerlagBold, Futura, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
#adresse #info p{
	margin-bottom: 15px;
}

.feedbox{
	float: left;
	width: 445px;
	background: url('/images/feed_bg.gif') repeat #ebe8e6;
	margin: 1px;
	padding: 16px;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #000;
}

.feedheader{
	float: left;
	width: 100%;
}
.feedheader a{
	float: right;
}

.feedheader h3.titre{
	margin: 0px;
	padding: 0px;
}
.feedheader h3.titre, .feedfooter a{
	float: left;
	color: #FF3333;
	text-transform: uppercase;
}

.feedheader a:hover{
	background: none;
}
.feeddata{
	width: 338px;
	height: 150px;
	margin: 22px 46px 0px 79px;
	overflow: hidden;
}
#twitterbox .feeddata{
	margin-top: 9px;
}

#twitterbox .twittermeta{
	font-family: "Courier New", Courier, Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #999;
}
.feeddata a, .feedfooter a{
	color: #000;
	text-decoration: underline;
}

.feeddata a:hover, .feedfooter a.internal:hover, .feedfooter a.external:hover{
	background-color: #00FFCC;
	text-decoration: none;
}

.feeddata ul{
	border-top: 1px solid #999999;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.feeddata ul li{
	border-bottom: 1px solid #999999;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 5px 0px 8px 0px;
}

.feedfooter {
	float: left;
	margin: 21px 0px 0px 79px;
}

.feedfooter a{
	padding-left: 27px;
}
.feedfooter a.external{
	background: url('/images/feed_fleche_external.gif') no-repeat;
}
.feedfooter a.internal{
	background: url('/images/feed_fleche_internal.gif') no-repeat;
}
