/**
 *		css/screen.css
 *		------------------------------------------------------------------------
 *		This file is part of www.asterbretagne.org's design.
 *		CSS files required:
 *			- layout.css
 *		Last Modif.: 2005-07-28
 *		------------------------------------------------------------------------
 *		(c) Copyright 2005 Fabrice Luraine / sofa-design.net.
 *		(c) Copyright 2005 Fanny Charrier / sofa-design.net.
 *		All Rights Reserved.
 *		------------------------------------------------------------------------  
 */

/**
 *		Table of colors
 *		------------------------------------------------------------------------
 *		#e7e1d1	Mastic (body)
 *		#ffde5a	Sable
 *		#d3f359	Vert
 *		#616161	gris (bg)
 *		#333333	gris (font)
 *		------------------------------------------------------------------------
 */

/** Import. du gabarit
----------------------------------------------- */
@import "layout.css";

/** base
----------------------------------------------- */
body {
	background-color: #e7e1d1;
	font-family: Verdana, Bitstream Vera Sans, Geneva, Helvetica, Arial, sans-serif;
	font-size: 78%;
	color: #333;
}

a {color: #333;}
a:hover {text-decoration: none}

dl, dt, dd, ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {border: 0;}

#page {background-color: #d3f359;}

#easy-access {display: none;}

#banner {
	background: #ffde5a url(images/pixel_sable.png) repeat top left;
}
#top {
	height: 100%;
	margin: 0;
	background: transparent url(images/enfants.png) no-repeat top right;

}
#top a {
	display: block;
	width: 420px;
	height: 100%;
	background: transparent url(images/logo.png) no-repeat top left;
}
#top a span {display: none;}

#main {background: #d3f359;}

#footer {background-color: #000;}

/** Content
----------------------------------------------- */
#content {line-height: 1.4em;}
#content h2 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #000;
	border-bottom: #fff 3px dotted;
	padding-bottom: 0.7em;
	margin-bottom: 1.2em;
}
#content h2.art-page-title {
	font-size: 1.1em;
	letter-spacing: normal;
	color: #000;
	border-bottom: #000 1px solid;
	padding-bottom: 0.7em;
	margin-top: 2em;
	margin-bottom: 1.2em;
}

#content h3 {
	color: #fff;
	margin-top: 1.3em;
	margin-bottom: 1.2em;
}

#content h4 {
	background: transparent url(images/fleche.png) no-repeat top left;
	padding: 0 0 0 25px;
}

#content ul, #content ol {margin-left: 3em;}
#content ul li, #content ol li {
	display: list-item;
	list-style: outside square;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content ol li {list-style: outside decimal;}
#content dl {}
#content dt {
	margin-top: 1em;
	font-weight: bold;
}
#content dd {margin-left: 1em;}
#content blockquote {
	border-left: 4px solid #fff;
	padding-left: 1em;
	margin-left: 1em;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}

#content div.visuel_left {
	float: left;
	width: 250px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	padding: 5px 15px 10px 0;
}

/** Menu haut
----------------------------------------------- */
#menu {
	height: 28px;
	width: auto;
	padding: 0;
	background: #616161 url(images/pixel_gris.png) repeat;
}
#menu ul {
	display: inline;
	width: 100%;
	padding: 0;
}
#menu li {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0 auto;
	padding: 0;
}
#menu li a {
	display: block;
	height: 28px;
	width: auto;
	padding: 0 25px;
}
#menu li a span {display:none}
#menu li a.i1 {
	background: transparent url(images/menu_01.png) no-repeat center center;
	margin-left:0;
	width: 105px !important;
	width /**/: 155px; /* ie5 hack */
}
#menu li a.i2 {
	background: transparent url(images/menu_02.png) no-repeat center center;
	width: 91px !important;
	width /**/: 141px;
}
#menu li a.i3 {
	background: transparent url(images/menu_03.png) no-repeat center center;
	width: 164px !important;
	width /**/: 214px;
}
#menu li a.i4 {
	background: transparent url(images/menu_04.png) no-repeat center center;
	width: 85px !important;
	width /**/: 135px;
}
#menu li a.i5 {
	background: transparent url(images/menu_05.png) no-repeat center center;
	width: 63px !important;
	width /**/: 113px;
}
#menu li a.i1:hover, #menu li.current a.i1
	{background: #000 url(images/menu_01_o.png) no-repeat center center;}
#menu li a.i2:hover, #menu li.current a.i2
	{background: #000 url(images/menu_02_o.png) no-repeat center center;}
#menu li a.i3:hover, #menu li.current a.i3
	{background: #000 url(images/menu_03_o.png) no-repeat center center;}
#menu li a.i4:hover, #menu li.current a.i4
	{background: #000 url(images/menu_04_o.png) no-repeat center center;}
#menu li a.i5:hover, #menu li.current a.i5
	{background: #000 url(images/menu_05_o.png) no-repeat center center;}

/** Left
----------------------------------------------- */
#menuleft .col-content {
	color: #666;
	border-right: 2px solid #fff;
}
#menuleft ul {
	display: block;
	margin: 1em 0 1em 15px;
}
#menuleft ul li {display: block;}
#menuleft ul li a {
	display: block;
	font-weight: bold;
	border-right: 17px solid #d3f359;
	text-decoration: none;
	margin: 0;
	padding: 5px 17px 5px 0;
	vertical-align: top;
	color: #555;
}
#mainfloat > #menuleft ul li a {margin: 10px 0 0 0;}
#menuleft ul li a:hover, #menuleft ul li.current a {
	border-right: 17px solid #fff;
	color: #000;
}
#mainfloat > #menuleft ul li a:hover, #mainfloat > #menuleft ul li.current a {
	border-right: 17px solid #fff;
	color: #000;
}

#search {margin: 5em 0 1em 15px;}
#search h2 {
	color: #555;
	font-size: 0.9em;
}
#search p {margin: 0;}
#search input {
	font-size: 0.8em;
	margin-bottom: 5px;
}
#search input[type=text] {
	width: 120px;
	height: 1em;
	float: left;
	margin-right: 5px;
}
#search input[type=submit] {
	background: #bbb;
	color: #000;
	width: 20px;
}
#search input[type=submit]:hover {
	background: #999;
	color: #fff;
}

/** Right
----------------------------------------------- */
#menuright .col-content {
	color: #666;
	border: 2px solid #fff;
	padding: 10px 15px 20px 15px;
	margin: 0 15px 0 0;
}
#menuright ol, #menuright li {
	display: block;
	padding: 0;

}
#menuright ol li a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 25px;
	background: transparent url(images/fleche.png) no-repeat top left;
}
#main > #menuright ol li a {margin: 10px 0;}
#menuright ol li a:hover, #menuright ol li.current a {
	color: #000;
	background: transparent url(images/fleche_o.png) no-repeat top left;
}
#menuright ol li.current a {font-weight: bold;}

/** Footer
----------------------------------------------- */
#footer {}
#footer a, #footer p {
	color: #777;
	text-align: center;
	line-height: 45px;
}

#footer2 {
	color: #999;
	font-size: 0.75em;
	text-align: right;
	margin: 0 10px 10px 10px;
}
#footer2 a {
	color: #777;
	text-decoration: none;
}
#footer2 a:hover {color: #000;}

/** special home
----------------------------------------------- */
#main.home #content {
	background: #d3f359 url(images/world-map.png) no-repeat top left;
}
#main.home #content h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #000;
	border-bottom: #333 3px dotted;
	padding-bottom: 0.7em;
	margin-bottom: 1.2em;
}
#main.home #content h2 acronym {border: 0;}
#main.home #content blockquote {
	border: 0;
	padding-left: 0;
	margin: 2em 0 4em 0;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
#menuright .col-actus {
	color: #666;
	border-left: 2px solid #fff;
	padding: 10px 15px 20px 15px;
	margin: 0 15px 0 0;
}
#menuright .col-actus h2 {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
#menuright .col-actus .date {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}


/** Divers
----------------------------------------------- */
.clear {
	visibility: hidden;
	clear: both;
}
.hidden {display: none;}
