/* @override 
	http://localhost/dpx3/skin/v3.2/base.css
	http://localhost/dpx3/skin/v3.2/base2.css
	http://localhost/dpx3/skin/v3.2/base3.css
*/

body {
	color: #333;


/*background: #0f0900 url(images/body_bg.jpg) repeat-x left top;*/
	font: 13px/18px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: #fff url(images/body_bg.jpg) repeat-x left top;
}

h1 {
	color: #25b515;
	margin-bottom: 0.8em;
	font: bold 1.7em "Lucida Grande", Lucida;
}

h2 {
	font: 1.5em "Lucida Grande", Lucida;
	color: #25b515;
	margin-bottom: 0.8em;
}

h3 {
	font: 1.3em "Lucida Grande", Lucida;
	color: #25b515;
	margin-bottom: 0.8em;
}

a, a:link, a:visited, a:hover {
	color: #25b515;
	text-decoration: none;
}

.dixpix {
	color: #25b515;
	font-weight: bold;
	text-transform: capitalize;
}
.small {
	font-size: 0.8em;
	color: gray;
}

/* @group blocs principaux */

#container {
	position: absolute;
	margin-left: -490px;
	left: 50%;
	width: 980px;
}

#header {
	width: 980px;
	height: 272px;
	position: relative;
	background: url(images/header_bg.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
}

#content {
	min-height: 200px;
	width: 940px;
	text-align: left;
	position: relative;
	border: 1px solid #b3b3b2;
	padding: 20px;
	background: #F9F2DA url(images/content_top.png) repeat-x 0 top;
	margin-top: 271px;
}

#bottom {
	display: none;
}

#footer {
	position: relative;
	min-height: 10px;
	width: 980px;
	text-align: center;
	left: 10px;
	line-height: 12px;
	margin-bottom: 20px;
	padding-top: 10px;
}

/* @end */

/* @group header */

#header h1 {
	color: black;
}

span#logoDixpix {
	background: url(images/logo_dixpix.png) no-repeat;
	width: 156px;
	height: 60px;
	display: block;
	position: absolute;
	margin-left: 20px;
	margin-top: 8px;
	top: 0;
}

span#slogan {
	background: url(images/slogan.png) no-repeat;
	display: block;
	width: 980px;
	height: 50px;
	position: absolute;
	margin-top: 84px;
	text-align: center;
	top: 0;
}

ul.lavaLamp {
	position: absolute;
	height: 29px;
	width: 525px;
	overflow: hidden;
	padding-left: 455px;
	top: 20px;
	margin-top: 5px;
}

/* Force the list to flow horizontally */

.lavaLamp li {
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */

.lavaLamp li.back {
	background: url("images/lavalamp.png") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url("images/lavalamp.png") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

/* Styles for each menu-item. */

.lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: capitalize;
	color: #53514a;
	outline: none;
	text-align: center;
	height: 30px;
	z-index: 10;
	letter-spacing: 1px;
	float: left;
	display: block;
	margin: auto 10px;
	font-size: 14px;
	line-height: 30px;
}

.lavaLamp li:hover a,
.lavaLamp li.current a {
	color: #F9F2DA;
}

/* @end */

/* @group content */

/* @group popupbuble */

/* Bubble pop-up */

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft {
	background-image: url(images/popup/bubble-1.png);
}

.popup td.top {
	background-image: url(images/popup/bubble-2.png);
}

.popup td#topright {
	background-image: url(images/popup/bubble-3.png);
}

.popup td.left {
	background-image: url(images/popup/bubble-4.png);
}

.popup td.right {
	background-image: url(images/popup/bubble-5.png);
}

.popup td#bottomleft {
	background-image: url(images/popup/bubble-6.png);
}

.popup td.bottom {
	background-image: url(images/popup/bubble-7.png);
	text-align: center;
}

.popup td.bottom img {
	display: block;
	margin: 0 auto;
}

.popup td#bottomright {
	background-image: url(images/popup/bubble-8.png);
}

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
}

table.popup-contents td {
	text-align: left;
}

tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
	height: 17px;
}

tr#release-notes td a {
	color: #333;
}

/* @end */

/* @group Exceptions */

div.exception {
	background-color: #b6f0b6;
	margin-bottom: 60px;
}

div.validation_exception {
	
}

div.exception p {
	font-weight: bold;
	background-color: #1a1a1a;
	color: white;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}

div.exception ul {
	padding: 5px 5px 5px 10px;
	margin-bottom: 20px;
}

div.exception ul li {
	
}

/* @end */

/* @group Introduction */

#introduction {
	margin-bottom: 20px;
}

#introduction ul {
	display: block;
	margin-bottom: 20px;
}

#introduction ul li {
	list-style-position: outside;
	display: block;
	text-align: left;
	margin-top: 12px;
	list-style-image: none;
	background: url(images/pointeur-next.png) no-repeat;
	padding-left: 35px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

#introduction {
	margin-bottom: 20px;
}

#introduction ol {
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
}

#introduction ol li {
	list-style-position: outside;
	display: block;
	text-align: left;
	margin-top: 12px;
	list-style-image: none;
	background: url(images/puce_cocheVerte_20.gif) no-repeat;
	padding-left: 30px;
	line-height: 20px;
}
/* @end */

/* @group SlideTabs */

ul.SlideMenu {
	width: 150px;
	height: 50px;
	left: 21px;
	display: block;
	position: absolute;
}

ul.SlideMenu li {
	display: block;
	float: left;
	position: relative;
	height: 50px;
	text-align: center;
	width: 168px;
	margin-bottom: 20px;
	text-indent: -12px;
}

ul.SlideMenu li a {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 50px;
	font-weight: bold;
	color: gray;
	display: block;
}

ul.SlideMenu li.current {
	background-image: url(images/SlideTabs_active.png);
}

ul.SlideMenu li.current a {
	color: #333;
}

ul.SlideMenu li:hover {
	background-image: url(images/SlideTabs_hover.png);
}

ul.SlideMenu li:hover a {
	color: #25b515;
}

li#NavSuivant,
li#NavPrecedent {
	display: none;
	position: absolute;
	top: 336px;
	height: 31px;
	width: 31px;
	line-height: 20px;
	border-style: none;
	padding: 0;
	margin: 0;
}

li#NavSuivant a,
li#NavPrecedent a {
	text-decoration: none;
	height: 31px;
	width: 31px;
	display: block;
	background-color: #EBEBEB;
}

li#NavSuivant {
	left: 213px;
}

li#NavSuivant a {
	background: url(images/fleche-droite.gif) no-repeat 0 0;
}

li#NavPrecedent {
	left: 174px;
	z-index: 1;
}

li#NavPrecedent a {
	background: url(images/fleche-gauche.gif) no-repeat 0 0;
}

a.tabSelect {
	
}

#SlideTabs {
	margin-left: 170px;
	width: 770px;
	border: 1px solid #CCCCCC;
	background: white;
	float: right;
	border-top-width: 2px;
}

div.SlideTab {
	width: 770px;
	height: 300px;
	padding: 2px;
}

div.SlideTab>div {
	padding: 20px;
}

div.SlideTab>div h1 {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	margin-top: -10px;
}

.SlideTab>div ul {
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

.SlideTab>div ul li {
	display: block;
	padding-left: 29px;
	background: url(images/puce_cocheVerte_15.gif) no-repeat 0 0;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}



/* @end */

/* @

end */

/* @group bottom */

.bloc {
	width: 50px;
}

/* @end */

/* @group footer */

#footer span,
#footer a {
	color: #999;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: x-small;
	text-transform: capitalize;
}
#footer a:hover {
	color: #25b515;
}
.extra {
	position: absolute;
}

#extra1 {
	width: 86px;
	height: 100px;
	left: 887px;
	top: -100px;
	background: url(images/feuillesbambou.png) no-repeat 0 0;
}

#extra2 {
	width: 17px;
	height: 17px;
	left: -20px;
	top: -17px;
	background: url(images/rondbg.jpg) no-repeat 0 0;
}

#extra3 {
	
}

/* @end */