/* $Id: style.css,v 1.6 2010/09/03 15:58:18 robby Exp $ */
/*  beginning drupal 6.x theme, 
created by robin / biboo.net / gazwal.com  */
* {
	margin: 0; /* zero out everything ! */
	padding: 0;
}
ul.tips li {
	padding: 0 0 0 15px!important;
	/* when select an input format */
	background: transparent url('images/menu-leaf.gif') no-repeat 1px .38em!important;
	list-style-type: none;
}
/*            general styles
**************************************************
**************************************************/
body {
	color: #31363e;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	background: url("images/body-bg.gif") repeat scroll 0 0 transparent;
	line-height: 1.9em;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active, li a.active {
	color: #0066b0;
}
img, a img {
	border: none;
}

/********* Regions *************/

#bg {
	background: url("images/footer-bg.gif") repeat-x scroll center bottom transparent;
    overflow: hidden;
    width: 100%;
}
#header{
	background: url("images/header-bg.png") no-repeat top center transparent;
	margin: 2px 0;
}
#help-us{
	float:right;
	background: url("images/help-us-bg.png") no-repeat top center transparent;
	width:150px;
	height: 60px;
	padding: 30px 5px 5px 10px;
}
#center{
	background: url("images/border-top.gif") no-repeat top center #fff;
	margin: 2px 0 0 0;
}
.slider{
	height: 273px;
	margin: 2px 0 3px 0;
}
#footer{
	background: url("images/border-bot.gif") no-repeat bottom center #fff;
}
#footer-bottom{
	margin-top: 10px;
}
/********* Help US **********/
#help-us li{
	list-style-type:none;
	line-height: 1.3em;
	padding-left:14px;
	margin: 0;
	background: url("images/help-us-puce.png") no-repeat  0 0.3em transparent;
}
#help-us li a{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

/********* Top Menu **********/
#top-menu {
	height: 55px;
}
#top-menu ul {
	margin: 0;
	padding:0;
}
#top-menu ul li{
	list-style-type:none;
	background:none;
	margin: 0;
	padding: 10px;
	float:left;
	width:140px;
	height:35px;
	text-align:center;
	line-height: 1.2em;
	background: url("images/top-menu-bg.png") no-repeat top center ;
	position:relative;
}
#top-menu ul li.lautismeasperger{
	background: url("images/top-menu-bg-orange.png") no-repeat top center ;
}
#top-menu ul li.nosactions{
	background: url("images/top-menu-bg-violet.png") no-repeat top center ;
}
#top-menu ul li.droitsetrglementations{
	background: url("images/top-menu-bg-rouge.png") no-repeat top center ;
}
#top-menu ul li.actualits{
	background: url("images/top-menu-bg-vert.png") no-repeat top center ;
}
#top-menu ul li a{
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	padding:10px 0 0 0;
}
#top-menu ul li.lautismeasperger a, #top-menu ul li.droitsetrglementations a{
	padding: 3px;
}
#top-menu ul li ul {
	position:absolute;
    left: -100000px !important;
    padding: 0 0 10px 0!important;
    top: 55px !important;
	display:block;
	width:180px;
	z-index:9000;
	background: url("images/border-menu-bot.png") no-repeat bottom left transparent;
}
#top-menu ul li:hover ul {
	 left: 20px !important;
	 padding: 0;
}
#top-menu ul li ul li{
	float:none;
	padding: 3px 0;
	background:#f1efea;
	text-align:left;
	width:180px;
	height:100%;
}
#top-menu ul li ul li.first{
	background: url("images/border-menu-top.png") no-repeat top left transparent;
	padding-top:10px;
	margin-top:1px;
}
#top-menu ul li ul li a {
	color:#0066B0;
	font-size:11px;
	padding: 2px 0 2px 15px !important;
	margin-left: 5px;
	background: url("images/menu-puce.gif") no-repeat  0 0.5em transparent;
}

/*****************************/
blockquote {
	padding: 18px;
}

blockquote p {
	margin: 10px 20px;
	padding-left: 18px;
	width: 400px;
	background: url('images/close-quote.gif') no-repeat right bottom;
	color: #30457e;
	font: 1.5em "Times New Roman", Times, serif;
	text-indent: -10px;
}

blockquote p:first-letter {
	padding: 18px 0 0 18px;
	background: url('images/open-quote.gif') no-repeat left top;
}

/*******************/
input {
	padding: .2em 0;
	color: #000000;
	font: 12px/100% Verdana, sans-serif;
}

textarea, select {
	color: #494949;
	font: 12px/160% Verdana, sans-serif;
}

/*            general list styles
***********************************************/
ul.menu, div.item-list ul {
	margin: 0.35em 0 0 -0.5em;
}

ul.menu li, div.item-list ul li, li.leaf,  li{
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/menu-leaf.gif) no-repeat 0 0.6em;
}

ul li.expanded {
	background: transparent url(images/menu-expanded.gif) no-repeat 0 0.6em;
}

ul li.collapsed {
	background: transparent url(images/menu-collapsed.gif) no-repeat 0 0.6em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
}

/*  ul , ol  */
.content ul, .content ol {

}

.content ol {
	margin: 1em 3em 1em 3em;
}

.content ul {
	margin: 1em 3em 1em 0;
	list-style: none;
}

.content ul li {
	background: transparent url(images/menu-leaf.gif) no-repeat 0 0.6em;
}

ul.links li {
	background: none;
}
/*     div#breadcrumb-wrapper / div.breadcrumb
*********************************************************/
#breadcrumb-wrapper .breadcrumb {
	margin: .2em 0;
	font-style: italic;
}

/********/
#content {
	padding-bottom: 1em;
	border-bottom: 1px solid #f0f1ec;
}

.content p {
	margin: .5em 0;
	line-height: 1.5em;
}
body.cke_show_borders {
	background: none;
}
/*        titles (page.tpl.php / node.tpl.php)
********************************************************/
h2.nodetitle, h1.pagetitle, h2.title {
	clear: both; /* h2.nodetitle = node title as links in front page (node.tpl.php) / 
	h1.pagetitle = node title (page.tpl.php) */
	color: #0066b0;
	margin-bottom:15px;
}
#content h2 {
	color: #0066b0;
	margin-top: 10px;
	text-decoration :uppercase;
}
/*            in node.tpl.php
************************************************
************************************************/
.node, .node-sticky {
	margin-bottom: 1.7em;
}

h2.nodetitle {
	margin-top: .4em;
}

h2.nodetitle a {
	color: #23353a;
}

h2.nodetitle a:hover {
	border-bottom: 1px dotted #1d6285;
	color: #217faf;
	text-decoration: none;
}

/*   submitted (node.tpl.php)
**********************************************/
.submitted {
	border-bottom: 1px solid #d8d8d8;
	color: #ababab;
	font-size: 83%;
}

/*  linkswrap / postlinks / taxonomy  (node.tpl.php)
*******************************************************/
.linkswrap {
	padding: .2em 0;
	background: #f2f2f2;
}

.linkswrap a {
	color: #145e84;
	text-decoration: underline;
}

.linkswrap a:hover {
	border: none;
	color: #000000;
	text-decoration: none;
}

.postlinks a {
	text-decoration: none;
}

.postlinks li.comment_new_comments a {
	color: #e30000;
	text-decoration: underline;
}

.postlinks ul, .taxonomy ul {
	background: none;
}

/*******/
.taxonomy {
	padding: 1px 0 0 22px;
	margin: .4em 0 .4em 0;
	position: relative;
}

.taxonomy a {
	color: #145e84;
	text-decoration: underline;
}

.taxonomy a:hover {
	border: none;
	color: #000000;
	text-decoration: none;
}

.taxonomy ul.links {
	margin: 0!important;
	list-style-type: none;
}

.taxonomy ul.links li {
	margin: 0 .2em;
	padding: 0; /* important */
	display: inline;
	background: none;
}

.taxonomy a.active {
	text-decoration: none;
}

/*          comments    (comment.tpl.php)
*************************************************/
div#comments {
	padding-top: 1em; /* see function phptemplate_comment_wrapper in template.php */
}

.comment {
	padding: 6px .7em 0 .7em;
	margin: 1em 0;
	background: url(images/comment_line.gif) #f3f3f3 no-repeat 0 -2px;
	min-height: 85px; /* for 85*85 pixels user pictures */
}

.comment .picture {
	width: 85px; /* depends on user picture width, drupal core default values: 85px*85px */
	float: right;
	margin: 3px;
}

.comment span.new {
	float: right;
	margin: .4em;
	color: #ff0000;
	font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.comment .signature {
	clear: both;
	border-top: 1px dashed #c0c0c0;
}

.comment .commentlinks {
	clear: both;
	padding-bottom: .2em;
}

.comment .commentlinks ul li {
	border: 1px solid #b0b0b0;
	padding: .2em;
	margin-right: 4px;
	background: #ffffff;
}

/* comment submission  */
#comment-form div.form-item {
	padding: 10px 20px;
	border: 1px solid #ebe8db;
	background: #f5f1eb;
}

* html #comment-form div.form-item {
	height: 1px;
}

/*      sidebars
*****************************/

#sidebar-right{
	border-left: 1px solid #f0f1ec;
}

.sidebar .block {
	margin-bottom: 20px;
}

/*       special blocks  
*********************************************/
/* user-login-form  */
#user-login-form {
	padding: 0 0 0 10px;
	text-align: left;
}

.form-item {
	text-align: left;
}

/*   box => box.tpl.php   */
.box {
	padding-top: 1em;
}

/*   Equipe   */
.field-field-equipe-img{
	float:right;
	margin-left: 15px;
}
.field-field-equipe-edito{
	font-style:italic;
	color: #0066B0;
}
#block-views-equipe-block_1 .views-field-field-equipe-img-fid{
	float:left;
	margin-right: 10px;
}
.view-id-equipe h3 {
	color: #0066B0;
	font-size: 1.5em;
	margin: 10px 0;
}
.view-id-equipe.view-display-id-page_1 .views-field-title{
	text-align:center;
	height:40px;
	width: 150px;
}
.view-id-equipe.view-display-id-block_1 .views-field-title{
	font-weight:bold;
}
/*  Actus   */

.view-id-actus.view-display-id-block_1 .views-field-title{
	font-weight:bold;
}
.view-id-actus.view-display-id-block_1 .view-footer{
	font-weight:bold;
	margin-top:10px;
	text-align:right;
}
/*  Slider   */
.nivoSlider {
	position:relative;
	width:960px;
	height:273px;
	overflow: hidden;
	padding:0;
	margin:0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 0px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:0px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 0px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#field-page-pdf-items {margin-bottom:20px;}
