* {
	padding:0; margin:0; outline:0;
	color:#9c9a96;
	font-size:12px;
	font-family:Arial, "Trebuchet MS", Verdana, sans-serif;
}

.break {
	clear:both;
}



/*** FOND ***/

body {
	background-color:#413f3f;
}


/*** WARNING ***/
.warningtop {
	background:#ff8645 url("img/header/warning_nav.png") no-repeat 5px 3px;
	color:#540000;
	min-height:15px;
	padding:5px 10px 5px 30px;
	font-weight:bold;
}


/*** ICONS GLOBAL ***/

/*categories site*/
.arrow01 {
	list-style-image: url("img/icons/arrow_yellow.png");
}
.arrow02 {
	list-style-image: url("img/icons/arrow_green.png");
}
.arrow03 {
	list-style-image: url("img/icons/arrow_lightblue.png");
}
.arrow04 {
	list-style-image: url("img/icons/arrow_blue.png");
}
.arrow05 {
	list-style-image: url("img/icons/arrow_purple.png");
}
.arrow06 {
	list-style-image: url("img/icons/arrow_red.png");
}
.arrow07 {
	list-style-image: url("img/icons/arrow_neutral.png");
}
/*categories portfolio*/
.pencil01 {
	list-style-image: url("img/icons/pencil_yellow.png");
}
.pencil02 {
	list-style-image: url("img/icons/pencil_green.png");
}
.pencil03 {
	list-style-image: url("img/icons/pencil_lightblue.png");
}
.pencil04 {
	list-style-image: url("img/icons/pencil_blue.png");
}
.pencil05 {
	list-style-image: url("img/icons/pencil_purple.png");
}
.pencil06 {
	list-style-image: url("img/icons/pencil_red.png");
}
.pencil07 {
	list-style-image: url("img/icons/pencil_neutral.png");
}

/*texte*/
.arrowtext {
	list-style-image: url("img/icons/arrow_text.png");
}


/*** HEADER ***/

#header {
	background:url('img/header/header_background.png') repeat-x;
	height:148px;
	margin-bottom:-10px;
}

#header .center {
	width:990px;
	margin:0 auto;
}

p.imgheader {
	position:relative;
}

#header .imgheaderleft {
	position:absolute;
	display:block;
	top:15px; left:15px;
	height:100px; width:321px;
}

#header .imgheaderright {
	position:absolute;
	display:block;
	top:15px; left:654px;
	height:100px; width:321px;
}

#header .catheaderleft {
	position:relative;
	top:16px; left:15px;
	width:93px; height:97px;
	background:url('img/header/left_cache.png') repeat-y;
	z-index:4;
	margin-bottom:-98px;
	padding:1px 0 0 22px;
	overflow:hidden;
}
#header .catheaderleft li {
	margin-top:-2px;
	font-size:12px;
	color:#9c9a96;
}
#header .catheaderleft li a, #header .catheaderleft li a:visited {
	text-decoration:none;
}
#header .catheaderleft li a:hover, #header .catheaderleft li a:active {
	text-decoration:underline;
}

#header h1 {
	position:relative;
	z-index:3;
	text-indent:-10000px;
	background:url('img/header/nawakiwi-title.png') no-repeat;
	height:136px; width:990px;
}

#header .menuheader {
	position:relative;
	z-index:4;
	height:35px; width:428px;
	left:282px;
	margin-top:-44px;
}

#header .menuheader li {
	list-style-type:none;
	float:left;
	margin-right:1px;
}

#header .menuheader a {
	height:35px; width:106px;
	display:block;
	text-indent:-10000px;
}
#header .menuheader a.selected, #header .menuheader a.selected:visited {
	background-position:0 -35px;
}
/* For chrome menu*/
#header .menuheader a.hovered, #header .menuheader a.hovered:visited {
	background-position:0 -70px;
}

#header .menu01 a, #header .menu01 a:visited {
	background:url('img/header/menu_btn01.png') no-repeat 0 0;
}
#header .menu01 a:hover, #header .menu01 a:active {
	background-position:0 -70px;
}

#header .menu02 a, #header .menu02 a:visited {
	background:url('img/header/menu_btn02.png') no-repeat 0 0;
}
#header .menu02 a:hover, #header .menu02 a:active {
	background-position:0 -70px;
}

#header .menu03 a, #header .menu03 a:visited {
	background:url('img/header/menu_btn03.png') no-repeat 0 0;
}
#header .menu03 a:hover, #header .menu03 a:active {
	background-position:0 -70px;
}

#header .menu04 a, #header .menu04 a:visited {
	background:url('img/header/menu_btn04.png') no-repeat 0 0;
}
#header .menu04 a:hover, #header .menu04 a:active {
	background-position:0 -70px;
}

#header .menu05 a, #header .menu05 a:visited {
	background:url('img/header/menu_btn05.png') no-repeat 0 0;
}
#header .menu05 a:hover, #header .menu05 a:active {
	background-position:0 -70px;
}

#header .minimenu {
	position:relative;
	z-index:4;
	display:block;
	/*top:71px;*/
	top:-56px;
	width:990px; height:20px;
	text-align:center;
	overflow:hidden;
}
/*Affichage iconnes*/
#header .minimenu img {
	margin-top:-2px;
}

#header .minimenu a, #header.minimenu a:visited {
	text-decoration:none;
}

#header .minimenu a:hover, #header.minimenu a:active {
	text-decoration:underline;
}

#header .menubottom {
	position:relative;
	z-index:3;
	top:-11px; left:238px;
	background:url('img/header/bottom_menu.png') no-repeat;
	height:12px; width:515px;
}

/** Drop down menu **/
.submenu {
	display:block;
	z-index:5;
	width:515px; height:36px;
	line-height:32px;/*Placement vertical*/
	background:url('img/header/submenu_background.png') no-repeat 0 5px;
	text-align:center;
}

.submenu img {
	border:none;
}

.submenu a, .submenu a:visited {
	text-decoration: none;
	/*font-weight: bold;*/
	color:#e8e1da;
}

.submenu a:hover, .submenu a:active, .submenu a.selected, .submenu a.selected:visited {
	color:#cff7ff;
}

#submenu1, #submenu2, #submenu3, #submenu4 {
	position:absolute;
	visibility: hidden;
}
#submenustatic {
	position:relative;
	top:-31px;; left:238px;
}



/*** CONTENT ***/

#content {
	position:relative;
	padding-bottom:82px;/*For footer*/
	min-width:990px;
	/*width:990px;
	margin:0 auto;*/ /*Center news*/
}


/** News **/
#content .news {
	position:relative;
	background:#0b1419;
	margin-bottom:14px;
}

#content .news .captop {
	position:relative;
	z-index:2;
	background:url('img/content/news_first_cap.png') no-repeat;
	height:24px; width:551px;
	margin:0 auto -24px auto;
}

#content .news .bgtop {
	position:relative;
	background:url('img/content/news_background_top.png') repeat-x;
	width:100%;
	top:0;
}

#content .news .bgbottom {
	position:relative;
	background:url('img/content/news_background_bottom.gif') repeat-x bottom;
	width:100%;
	padding:41px 0 14px 0;
}


/*Titre news*/
#content .news .titlebar {
	position:relative;
	z-index:1;
	background:url('img/content/news_title_bar.png') no-repeat center;
	width:990px; height:30px;
	margin:0 auto 10px auto;
}

#content .news .titletable {
	margin:0 auto;
	border-collapse:collapse;
}

#content .news .bgtitlecenter {
	background:url('img/content/news_title_center.png') repeat-x;
	height:30px;
	padding-top:7px;
}

#content .news .bgtitleleft {
	background:url('img/content/news_title_left.png') repeat-x;
	height:30px; width:68px;
}

#content .news .bgtitleright {
	background:url('img/content/news_title_right.png') repeat-x;
	height:30px; width:68px;
}

#content h2 {
	color:#3be6ff;
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	height:30px;
	font-weight: bold;
}


/*Texte news*/
#content .news h3 {
	color:#2ccef6;
	font-size:14px;
	margin:50px 0 14px 40px;
	font-variant:small-caps;
	font-weight: bold;
}

#content .news p, #content .news ul, #content .news li {
	position:relative;
	z-index:1;
	color:#dfd4c9;
	font-size:13px;
}

#content .news p {
	margin:14px 17px 25px 17px;
}
#content .news ul {
	float:left;
	margin:6px 0 6px 17px;
}
#content .news li {
	margin:1px 0 0 17px;
}

#content .news p em, /*#content .news p i, */#content .news p strong {
	color:#6ed5d7;
}

#content .news p acronym {
	color:#6ed5d7;
	border-bottom:1px dashed #6ed5d7;
	cursor:help;
}

#content .news a, #content .news a:visited {
	color:#ffab4c;
}

#content .news a:hover, #content .news a:active {
	font-weight:bolder;
}

/*Miniatures*/
#content .news .thumbs_container {
	display:block;
	/*width:948px;*/ /*center thumbs using only 4 thumbs on a line*/
	margin:20px auto 0 auto;
}

#content .news .thumb {
	width:224px; height:168px;/*width and height modified by padding values*/
	padding:1px 0 0 1px;
	display:block;
	float:left;
	position:relative;
	background:url("img/content/thumbs_background.png");
	margin:0 16px 20px 0;
}

#content .news .rightthumb {
	width:224px; height:168px;/*width and height modified by padding values*/
	padding:1px 0 0 1px;
	display:block;
	float:left;
	position:relative;
	background:url("img/content/thumbs_background.png");
	margin-bottom:20px;
}

#content .news .thumbs_container span img {
	position:absolute;
	display:block;
	width:223px; height:167px;
}
#content .news .thumbs_container span a, #content .news .thumbs_container span a:visited {
	position:absolute;
	display:block;
	width:223px; height:167px;
	background:url("img/content/thumbs_hover.png") no-repeat;
}
#content .news .thumbs_container span a:hover, #content .news .thumbs_container span a:active {
	background-position:0 167px;
}

/*Big images*/
#content .news .imgshow {
	display:block;
	margin:30px auto;
	border:1px solid #0a646c;
}

/*End news*/
#content .news p.linkbottom {
	position:absolute;
	background:url('img/content/news_bottom_link.png') no-repeat;
	height:19px; width:160px;
	bottom:0; right:13px;
	margin:0;
	padding-top:2px;
	text-align:center;
	color:#2499b9;
	font-style:italic;
}

#content .news .bg_bottom_right {
	position:absolute;
	background:url('img/content/news_background_bottom_right.gif') no-repeat;
	height:21px; width:32px;
	bottom:0; right:0;
}



/*** FOOTER ***/

#footer {
	position:absolute;
	bottom:0px;
	background:url('img/footer/footer_background.gif') repeat-x;
	height:67px; width:100%;
	min-width:990px;
}

#footer .bottomlinks {
	position:absolute;
	top:21px; right:8px;
}

#footer .bottomlinks a, #footer .bottomlinks a:visited {
	text-decoration:none;
}

#footer .bottomlinks a:hover, #footer .bottomlinks a:active {
	text-decoration:underline;
}

#footer .blue {
	background:url('img/footer/footer_blue_background.gif') repeat-x;
	height:67px;
	margin:0 311px 0 8px;
	position:relative;
	min-width:671px;
}

#footer .blue .leftbg {
	position:absolute;
	background:url('img/footer/footer_blue_left.png') no-repeat left;
	height:67px; width:23px;
}

#footer .blue .rightbg {
	position:absolute;
	background:url('img/footer/footer_blue_right.png') no-repeat right;
	height:67px; width:100%;
}

#footer .blue p {
	color:#2c6477;
	font-size:11px;
}

#footer .blue a, #footer .blue a:visited {
	color:#67bcbd;
	text-decoration:none;
}

#footer .blue a:hover, #footer .blue a:active {
	text-decoration:underline;
}

#footer .blue p.copyright {
	position:absolute;
	top:8px; left:20px;
}

#footer .blue p.navigation {
	position:absolute;
	top:8px; right:48px;
}
