/**
    nareto.css

    This file is part of the NaReTo project

    Copyright (C) 2005 Damien Chevalier, 
                       Frédéric Reboulet, 
		       Tony Bassette,
		       Linagora SA

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
**/

.gallery_logo{
  float: left;
  margin-right: 10px;
  margin-left: 30px;
  margin-bottom: 1em;
  text-align: center;
}

.gallery_logo a img{
  border: 1px solid #274d72;
  padding: 2px;
}


.gallery_logo a:hover img{
  border: 1px solid #EF8C00;
}

.gallery_logo a:hover{
  color: gray;
}

.gallery{
  float: left;
  width: 178px;
  margin-right: 10px;
  margin-left: 30px;
  margin-bottom: 1em;
  text-align: center;
}

html>body .gallery{ /*Non IE rule*/
  margin-right: 14px;
}

.gallery a img{
  border: 1px solid #274d72;
  padding: 2px;
}


.gallery a:hover img{
  border: 1px solid #EF8C00;
}

.gallery a:hover{
  color: gray;
}

.buttonscontainer {
  width: 200px;
}

.buttons_menu a:visited {
  color: #274D72;
  background-color: #A5A7AF;
  padding: 2px;
  padding-left: 3px;
  display: block;
  font: verdana, arial, helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  margin-top: 1px;
}

.buttons_menu a {
  color: #274D72;
  background-color: #A5A7AF;
  padding: 2px;
  padding-left: 3px;
  display: block;
  font: verdana, arial, helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  margin-top: 1px;
}

.button_selected a:visited {
  background: #EF8C00;
}

.button_selected li {
  background: #EF8C00;
}
.button_selected a {
  background: #EF8C00;
}

.buttons_menu a:hover {
  background: #EF8C00;
  text-decoration: none;
}

.code {
	margin:20px 150px 20px 150px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background-color: #EEEFEE;
}

ul {
	margin: 5px 0px 5px 0px;
	list-style-image: url('../img/chev.org2A.gif');
	list-style-type: circle
}

#container .surligne {
	background-color: #EF8C00;
	padding: 5px 5px 5px 5px;
}


#container .normal {
	background-color: #ACACAC;
	padding: 5px 5px 5px 5px;
}

#container .normal a {
	color: #274D72;
	padding: 0px 0px 0px 0px;
}

/*
#container .normal a:hover {
	background-color: #EF8C00;
}
*/

#container ul a {
	font-size:12px;
}

#container .surligne a {
	color: #274D72;
}

body{
	margin:0;
	padding:0 30px;
	background-color: #000033;
	font-family: verdana, arial, helvetica, sans-serif;
} 

p {
	padding-left: 15px;
}

#header {
	height: 104px;
	background: url('../img/nareto-top.jpg') left no-repeat;
	background-color: #9AABBD;
	text-align:left;
	padding:15px 15px 0 30px;
}

#header h1{
	padding:0;
	margin:0;
	color:#808080;
	font-size:40px;
	font-weight:bold;
}

#header h2{
	padding:0;
	margin:0;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}

#header h3{
	text-align: right;
	padding:0;
	margin:0;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}

.line {
	padding:0px;
	margin:0px;
	height:4px;
/*	background: url('../img/line.gif') left repeat-y;*/
	background-color: #EF8C00;
	font-size:1px;
}

#container {
	width: 100%;
	background-color:#95979F;
	padding:15px 0 0 0;
	display:block;
	margin: 0;
}

#container .menu {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-color: #274D72;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

#container .menu td {
	border-color: #274D72;
	border-style: dashed;
	border-width: 1px 1px 1px 1px;
}


#container .con_fond {
	background-color:#A5A7AF;
	padding: 5px 30px 5px 30px;
	font-size: 12px;
}

#container .con_titre {
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline;
	color: #EAEAE9;
}

#container .section {
	background-color: #E0EEEE;
	font-weight: bold;
	font-size: 130%;
	font-color: #000000;
	text-align: left;
	margin : 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}

a, a:visited {
	color:#111111;
	text-decoration:none;
	font-weight:bold;
	color: #274D72;
}

a:hover {
	color:#111111;
	text-decoration:none;
	font-weight:bold;
}

img {
	border:0;
}

#ariane{
	/*background: url('../img/ariane.gif') bottom repeat-x;*/
	background-color:#EAEAE9; 
	left:0;
	padding: 0.5em 2%;
	border: solid 1px #101010;
	font-size: 80%;
}

#footer{
/*	background: url('../img/foot.gif') bottom repeat-x;*/
	background-color:#656A85; 
	left:0;
	padding: 0.5em 2%;
	border: solid 1px #000000;
	text-align:center;
	font-size:12px;
}

