/* ---- css reset ---- */
body, html {
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, textarea, 
p, blockquote, table, th, td { 
	margin : 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing : 0;
}
fieldset, img { 
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style : normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size  : 100%;
	font-weight: normal;
}
a, object {
	outline: none;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.pdfdm { clear: both; }
.rt {
	position: absolute;
	left    : -10000px;
}
/* ---- ends css reset ---- */

/* ---- cadre général ---- */
@font-face {
    font-family: 'NautikBlack';
    src: url('nautik-black-webfont.eot');
    src: url('nautik-black-webfont.eot?#iefix') format('eot'),
         url('nautik-black-webfont.woff') format('woff'),
         url('nautik-black-webfont.ttf') format('truetype'),
         url('nautik-black-webfont.svg#webfontMVBVwXvG') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin     : 0;
	padding    : 0;
	font-family: Verdana, Arial sans-serif;
	font-size  : 11px;
	line-height: 15px;
	text-align : center;
	background : #3e0000 url(/assets/img/bg.png) no-repeat center top fixed;
	color      : #fffeea;
}

/* ---- pour tous, text, color and co ---- */
a {
	color          : #fc0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.red { color: #600; }
h2 {
	font-family   : 'NautikBlack', Arial, sans-serif;
	font-size     : 28px;
	line-height   : 32px;
	letter-spacing: 1px;
	margin        : 0 0 15px 0;
}
h3 {
	font-family   : 'NautikBlack', Arial, sans-serif;
	font-size     : 18px;
	line-height   : 20px;
	letter-spacing: 1px;
	margin        : 0 0 10px 0;
}

p, ul, pre { margin: 0 0 15px 0; }
div.syntaxhighlighter {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius   : 10px 10px 10px 10px;
	border-radius        : 10px 10px 10px 10px;
	behavior             : url(/assets/css/PIE.htc);
}
.linksUl { margin: 0 0 10px 0; }
.linksUl a { border-bottom: 1px dotted #500; }
.linksUl li { margin: 0 0 4px 0; }

.bubulle {
	cursor : help;
}
.tip{
	width     : 160px;
	z-index   : 500;
}
.tip-title {
	color        : #fff;
	font-weight  : bold;
	font-size    : 11px;
	margin       : 0;
	padding      : 5px;
	background   : #000 url(/assets/img/tipBg.jpg);
	border-bottom: 1px dotted #ececec;
	text-align   : left;
}
.tip-text { 
	font-size : 11px;
	padding   : 5px;
	background: #000 url(/assets/img/tipBottomBg.jpg);
	text-align: left;
	color     : #fff;
}

/* ---- cadre général ---- */
#main {
	text-align: left;
	width     : 900px;
	padding   : 0 15px;
	margin    : 0 auto;
	position  : relative;
}
#header {
	width   : 860px;
	height  : 130px;
	padding : 40px 20px 0 20px;
	position: relative;
}
#header h1 {
	display    : block;
	font-size  : 14px;
	line-height: 20px;
	padding    : 50px 0 0 276px;
	background : url(/assets/img/headVirtual.png) no-repeat left top;
}
#langswitch {
	position: absolute;
	top     : 40px;
	left    : 800px;
}
#langswitch li {
	display   : block;
	float     : left;
	width     : 18px;
	padding   : 2px;
	border    : 1px solid #fffeea;
	text-align: center;
	margin    : 0 2px 0 0;
}
#langswitch li.yams_current,
#langswitch li:hover {
	background: #fffeea;
	color     : #3e0000;
}
#langswitch li:hover a {
	color     : #3e0000;
}
#langswitch li a {
	color: #fffeea;
}
#content {
	width      : 860px;
	min-height : 350px;
	height     : auto !important;
	height     : 350px;
	padding    : 30px 20px;
	text-align : left;
	clear      : both;
}

/* ---- zi menu ---- */
#topMenu {
	width                : 880px;
	padding              : 13px 0 0 20px;
	height               : 27px;
	background           : #fffeea;
	clear                : both;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius   : 7px 7px 7px 7px;
	border-radius        : 7px 7px 7px 7px;
	behavior             : url(/assets/css/PIE.htc);
}
#topMenu li {
	display  : block;
	float    : left;
	width    : 140px;
	height   : 30px;
	font-size: 16px;
	position : relative;
}
#topMenu li a {
	text-decoration: none;
	color          : #3e0000;
}
#topMenu li ul {
	position             : absolute;
	left                 : -10px;
	top                  : 30px;
	width                : 160px;
	padding              : 10px;
	font-size            : 12px;
	background           : #fffeea;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius   : 7px 7px 7px 7px;
	border-radius        : 7px 7px 7px 7px;
}
#topMenu li ul li {
	float     : none;
	width     : 160px;
	height    : auto;
	font-size : 12px;
	padding   : 3px 0;
	border-bottom: 1px dotted #3e0000;
}
#topMenu li ul li.last {
	border: 0;
}
/* --- home --- */
#homeLeft {
	width       : 400px;
	padding     : 0 40px 0 0;
	text-align  : left;
	float       : left;
	margin-right: 40px;
	border-right: 1px dotted #fffeea;
}
#homeRight a {
	text-decoration: none;
}
#homeRight a:hover {
	text-decoration: underline;
}
#homeNews {
	margin: 0 0 30px 0;
}
#ziCloud {
	margin: 0 0 15px 0;
}
a.rien {
	color  : #fffeea;
}
p#rienComment {
	margin   : 0 0 15px 0;
}

/* ---- no Ie6 ---- */
#mainconteneurie6 {
	position: absolute;
	left    : 0;
	top     : 0;
	z-index : 500;
	height  : 1500px;
	width   : 100%;
	background: #000;
	text-align: center;
	color: #fff;
}
#noie6content {
	width     : 715px;
	text-align: left;
}
#noie6content h2 {
	color: #ffffe0;
}
#noie6content li {
	margin: 0 0 4px 0;
}
#mainconteneurie6 a {
	color: #ffffe0;
}




/* ---- formulaire de cryptage htaccess ---- */
#cryptForm {
	float: left;
	width: 670px;
	margin: 15px 0;
}
#cryptForm li {
	float : left;
	width : 670px;
	margin: 5px 0;
}
.cryptLeft {
	width: 200px;
	float: left;
}
.cryptRight {
	width: 470px;
	float: left;
}
input[type="text"] {
	border    : 1px solid #300;
	background: transparent;
}
input[type="submit"] {
	border    : 1px solid #800;
	background: transparent;
	font-size : 12px;
	color     : #600;
	padding   : 3px 12px;
}
#cryptpass {
	width     : 400px;
}
#pass {
	width     : 200px;
}
/*
#bottomPaging {
	padding-top: 5px 0;
}
#ditto_pages .ditto_currentpage {
	border          : 1px solid #ffffe0;
	padding         : 1px 5px 2px;
	margin-right    : 1px;
	font-weight     : bold;
	color           : #ffffe0;
}
#ditto_pages .ditto_off {
	padding         : 1px 5px 2px;
	margin-right    : 1px;
	color           : #666;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	padding        : 1px 5px 2px;
	margin-right   : 1px;
	text-decoration: none;
	color          : #e6e6e6;
}
#ditto_pages a:hover {
	color           : #ffffe0;
}
*/


