/*#############################################################
Name: Lollypop
Description: A simple and professional design for lollypopcommunication.com
Date: 2010-04-15
Author: 'n'
URL: http://www.nicolasricher.com
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
body {
	color: #000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
	background-image: url(img-lolly/bg.gif);
	background-repeat: repeat-x;
	line-height: 135%;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code {
	font-size: 1em;
	padding-bottom: 1.2em;
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2 {
	color: #0OO;
	padding-top: 6px;
}
h3,h4 {
	color: #d5004c;
	padding-top: 6px;
}
hr {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #FFF;
}
pre {
	background: url(indigo/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	margin-bottom: 12px;
	padding: 8px 10px;
	font-size: 8pt;
}
cite {
	background: url(lolly-img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure generale */
.container {
	width: 1000px;
}

.header {
	height: 40px;
	background-image: url(img-lolly/bgheader.gif);
	background-repeat: no-repeat;
}
/* les zones du header*/
.ic-home {
	float: left;
	height: 40px;
	width: 45px;
}
.ic-mail {
	float: right;
	height: 35px;
	width: 45px;
	margin-right: 0px;
	text-align: center;
	padding-top: 5px;
}
.navigation {
	float: left;
	height: 40px;
	margin-left: 250px;
	padding-right: 16px;
	padding-left: 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
}
.navigation a:hover {
	background-color: #333;
	color: #FFF;
}
.recherche {
	float: left;
	height: 32px;
	margin-right: 10px;
	padding-top: 8px;
	margin-left: 50px;
}

/* main */
.main {
	background-image: url(img-lolly/bgmain.gif);
	background-repeat: repeat-y;
}

/* les zones de main */
.logo {
	float: left;
	background-image: url(img-lolly/logo.gif);
	background-repeat: no-repeat;
	height: 255px;
	width: 275px;
}
.sidenav {
	float: left;
	width: 275px;
	height: 600px;	
}
.sidenav li.zli1 {
	list-style: none;
	margin-left: 6px;
}
.sidenav li.zli2 { /* 2eme niveau */
	list-style: none;
	margin-left: 14px;
}
.sidenav li {
	color: #000;
	font-size: 1.1em;
	height: 20px;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	width: 135px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1.1em;
	padding: 3px 6px 3px 10px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background-image: url(img-lolly/nav_li.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
.bloc {
	height: 105px;
	width: 125px;
	position: absolute;
	left: 20px;
	top:520px;
	background-color: #FFF;
}
/*position: fixed;
}


/* content */
.content {
	float: left;
	margin-left: 10px;
	width: 715px;
	font-weight: normal;
}
.table {
	width: 660px;
	margin-bottom: 20px;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.table2 {
	width: 690px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 5px;
}
.table3 {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	float: left;
}
.table4 {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	height: auto;
}
.table, .table2, .table3, img {
	margin-right: 10px;
	float: left;
}


.rub {
	width:320px;
	height: 142px;
	float:left;
	padding-right: 10px;
}
.cols {
	width:320px;
	height: auto;
	float:left;
	padding-right: 10px;
	line-height: 120%;
}
.col1 {
	width:210px;
	float: left;
	padding-right: 10px;
}
.col2 {
	width:210px;
	height: auto;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #666;
	border-left-color: #666;
	margin-right: 10px;
	margin-left: 10px;
}
.cols img   {
	margin-right: 10px;
	float: left;
}
.col1, .col2 img {
	float: left;
}
			
.table-actu {
	background-image: url(img-lolly/fd-actu.jpg);
	background-repeat: no-repeat;
	width: 715px;
	font-weight: normal;
}
/* style interface administration */
#zadmin {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 2px;
	word-spacing: 5px;
	vertical-align: bottom;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#zadmin img {
	vertical-align: top;
}
.zalert {
	border: 1px solid #C00;
	background-color: #FEA;
	padding: 0 2px;
}

.ztable {
	border: 1px solid #CCC;
	background-color: #EEE;
	width: 100%;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	margin: 0px;
}

.zul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	color: #CCC;
	font-size: 90%;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
	background-image: url(img-lolly/bgfooter.gif);
	background-repeat: repeat-x;
	height: 50px;
	}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footertagcloud {
	background-image: url(img-lolly/cloudtag.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 990px;
	background-position: right;
}

.zerr {
		border: 1px solid #C00;
		background-color: #FEA;
		padding: 0 1px;
}

.headcolor{background-color:#cccccc;}
.oddcolor{background-color:#dddddd;}
.evencolor{background-color:#eeeeee;}

