body {
	margin: 0px;
	background: #FFF;
}

body, input, textarea {
	font-family: arial;
	font-size: 12px;
}

#logo {
	width:100%;
	background:url(/images/entete.jpg);
	background-repeat:no-repeat; 
	background-color:#004584;
	background-position:right; 
	height:150px;
}

#header, #footer, #menu {
	margin-left: 0px;   
	margin-right: 0px;
}


h1  {
    font-size: 22px;
}

h2  {
    font-size: 16px;
}

h2.titre {
	border-bottom:1px solid orange;
}

h3.politiques {
	padding:5px 10px;
}

h1, h2, h3, h4 {
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

div.politiques {
	padding:5px 0px 0px 20px;
}

#footer { border-top: 1px solid #eee;
}


#time {
    font-size: 10px;
    font-weight: bold;
    float: left;
    width: 175px;
    height: 19px;
    color: #FFF;
    background: #004584;
    padding: 6px 0px 0px 5px;
    border-right: 0px solid #ccc;

}

a.menu_vert {
	width:170px;
	display:block;
	padding:7px 4px;
	margin:1px 0px;
	background-color:#004584;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
	border-right:10px solid #eee;
}

a.menu_vert:hover {
	width:170px;
	display:block;
	padding:7px 4px 7px 4px;
	margin:1px 0px;
	border-right:10px solid #F7A702;
	background-color:#F7A702;
	color:#fff;
	font-weight:bold;
	font-size:10pt;
}

a.menu {
    display: block;
    font-weight: bold;
    float: right;
    height: 20px;
    color: #FFF;
    background: #004584;
    padding: 5px 10px 0px 10px;
    margin: 0px;
    border-left: 1px solid #FFF;
    text-decoration: none;
}

a.menu:hover {
    background: #F7A702;
}

a { color:#0000ef; }

table.main {
    width: 100%;
}

.copy {
    color: #BBB;
    font-size:10px;
	text-align:center;
	width:100%;
}

td.left {
    width: 160px;
    padding: 0px;
    background: #FFF;
    vertical-align: top;
    border-right: 1px solid #eee;
}

td.center {
    background: #FFF;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #eee;
    width: 100%;
}

td.right {
    width: 167px;
    padding: 10px 8px;
    vertical-align: top;
}

#header, #footer {
	text-align: left;
	
}

#header {
	height: 150px;
	background-color: #FFF;
	margin-bottom: 3px;
}

#menu {
    height: 25px;
    background: #004584;
}

table.promotionIndex {
    width:100%;
	border-collapse:collapse;
	padding:0px;
	line-height:20px;
	border:1px solid #CCCCCC;
}

table.promotionIndex th { 
	font-weight: bold;
    font-size: 14px;
    color: #Fff;
    background: #F7A702;
    padding: 3px 5px;
}

table.promotionIndex td {
	background: #eee;
    padding: 5px;
	margin:0px;
}

table.poll {
    padding: 0px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

td.pollHeader {
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
    background: #F7A702;
    padding: 3px 5px;
	line-height:20px;
}

td.pollBody {
    background: #eee;
    padding: 5px 10px 5px 5px;
}

.articleImage {
    margin: 5px 10px 0px 0px;
}

table.liste {
	border-collapse:collapse;
	line-height:25px;
}

table.liste tr.ligne0 { background-color:#F7F7F7; }
table.liste tr.ligne1 { background-color:#FFFFFF; }

table.liste th {
	text-align:center;
}

table.liste td {
	border-bottom:1px dashed #ccc;
}

div.titreBateau {
	color:#000066;
	font-weight:bold;
	text-align:left;
	font-size:12pt;
}

div.caseBateau {
	float:left;
	text-align:center;
	margin:5px;
}

input.photo_upload {
	margin:5px 0px;
}

div.confirmation {
	margin-bottom:10px;
	padding:5px; 
	
	background-color:#E1EEBF;
	border:1px solid #ccc;
}


div.erreur {
	margin-bottom:10px;
	padding:5px 0px 2px 5px;
	
	background-color:#FFDFDF;
	border:1px solid #ccc;
}

div.journal_texte {
	padding:10px 5px;
	line-height:20px;
}

table.journal {
	border-bottom:1px solid #ff9933;
	width:100%;
}