/* @override 
	http://ideva-chiro2/application/lib/css/main.css
	http://ideva-chiro/application/lib/css/main.css
*/

html { overflow-y: scroll; }

body {
	color: black;
	min-width: 760px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #444f63;
	font: 0.7em/1.4em 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Verdana, sans-serif;
}

#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 780px;
	background: url(../images/background.jpg) repeat-y center;
}

/*
** Main Menu
*/

#container_menu {
	position: absolute;
	width:760px; 
	left:50%; 
	top: 118px;
	height: 33px;
	margin-left: -382px;
}

#container_menu ul li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#container_menu li {
	display: inline;
}

#container_menu li a {
	padding: 6px 4px 6px 4px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../images/menu-separator.jpg) no-repeat right;
	height: 20px;
	font: 1.1em "Lucida Sans", arial, sans-serif;
}

#container_menu ul li.selected a {
	color: yellow;
}

#container_menu a:visited,#container_menu a:link {
	color: #FCFAE1;
	text-shadow: rgb(0, 0, 0) 2px 2px 0px;
}

#container_menu a:hover {
	color: yellow;
	text-decoration: none;
}

#container_menu ul {
	list-style: none;
	margin: 0;
	padding: 2px;
}

#container_menu .selected {
	color: yellow;
	font-style: italic;
	font-weight: 700;
}


#contents {
	text-align: left;
	height: 1%;
	padding-bottom: 10px;
}

#container_child {
	margin-left: 20px;
}

#contents .screenshot_container {
	margin-bottom: 0.5em;
}

#contents .screenshot_container a {
	border: 0;
	margin: 0;
	padding: 0;
}

#contents .screenshot_container img {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#contents img.noborder {
	border-style: none;
}

#header {
	background: url(../images/background-top.png) no-repeat center;
	width: 100%;	
	height: 180px;
}

#language_bar {
	width:750px; 
	left:50%; 
	margin-left: -375px; 
	padding: 2px;
	text-align: right;
	margin-right: 13px;
	top: 10px;
	position: absolute;
	z-index: 2;
}

#language_bar a, #language_bar a:visited, #language_bar a:link {
	color: darkgray;
	text-decoration: none;
}

#language_bar a:hover {
	text-decoration: underline;
}

#footer {
	background: url(../images/background-bottom.png) no-repeat center top;
    width: 100%;
    height: 50px;
}

#footer p {
	color: white;
	text-align: left;
	width: 750px;
}

#footer-copyright {
	width:750px; 
	left:50%; 
	margin-left: -640px;
	position: relative;
	color: darkgray;
	height: 16px;
}

#footer-text {
	width: 700px; 
	left:50%; 
	margin-left: -326px;
	position: relative;
	color: white;
	text-align: left;
	height: 32px;
	margin-top: -61px;
}

#footer-text p, #footer-copyright p {
}



/*
** Images
*/

img.product_header {
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
}


img.illustration {
	margin: 1em;
}

img.border {
	border: 1px solid black;
}

img.left {
	float: left;
}

img.right {
	float: right;
	margin-right: 16px;
}

img.left_logo {
	float: left;
	border: 0;
	margin-right: 1em;
}


ul {
list-style-type: none;
padding: 16px;
margin: 0em;
}

ul li {
background-image: url(../images/icons/arrow.png);
background-repeat: no-repeat;
padding-left: 20px;
margin-top: 4px;
}


span.detail {
	font-size: xx-small;
}



div.debug {
	text-align: left;
	color: red;
	z-index: 2;
}

a.arrow_links {
	background: url(../images/icons/arrow.png) no-repeat 0 top;
	color: #2d6dbd;
	padding-left: 18px;
	line-height: 2em;
	font-size: 12px;
}

h2 {
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 8px;
	padding-top: 5px;
}

h3 {
	padding-bottom: 3px;
	margin-bottom: 8px;
	padding-top: 5px;
	font-size: 14px;
	margin-top: 0;
	border-bottom: 1px dotted #ccc;
	width: 96%;
}

h4 {
	padding-bottom: 8px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

#rotator
{
  background: url(../rotator/rotator.php) no-repeat center top;
    z-index: 2;
	position: absolute;
	width: 212px; 
	height: 127px;
	left:50%; 
	top: 32px;
	margin-left: 168px;
}

h1 {
	display: block;
	background: url(../images/title-banner.png) no-repeat left top;
	width: 370px;
	height: 25px;
	color: white;
	margin: 0;
	padding-left: 6px;
	padding-top: 4px;
	text-shadow: #000000 2px 2px 0;
	font-size: 16px;
	font-weight: 200;
}

.twocol {
	padding: 0px 0 10px;
	margin: 0px 2px 0px 0px;
	text-align: left;
	float: left;
}

.twotext {
	width: 370px;
}

.onecol {
	padding: 0px 0 10px;
	margin: 0px 2px 0px 0px;
	text-align: left;
	float: left;
}

.onetext {
	width: 740px;
}

.mtwocol {
	padding: 0px 0 10px 10px;
	margin: 0px 0 0px 0px;
	text-align: left;
	float: left;
}

.mtwotext {
	width: 167px;
}

img {
	border: 0;
}

img.link {
	vertical-align: bottom;
}


.blurb {
	line-height: 1.5em;
	color: white;
	background: url(../images/banner-filler.png) repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 365px;
}

.blurb em {
	font-size: +1.2em;
	font-style: normal;
}

p {
    padding-top: 4px;
    padding-bottom: 4px;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1.1em;
}

#promotions {
		height: 88px;
}


blockquote {
  margin: 20px;
  margin-top: 20px;
  padding-bottom: 50px;
  background: transparent url(../images/quoleft.png) left top no-repeat;
}

blockquote div {
  padding: 0 48px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
}

blockquote p {
	font-size: 11px;
	margin-left: 0;
	
}

input, textarea {
	border: 1px solid darkgrey;
	width: 400px;
}

form {
	margin-left: 16px;
}



div#ajax-status {
	width: 16px;
	height: 16px;
	display: inline-block;
	padding-bottom: 4px;
	margin-left: 12px;
}

div#ajax-status.ajax-loading {
	background: url(../images/icons/loading.gif) no-repeat;
}

#errors, #noerrors {
	margin-left: 2em;
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}

#errors {
	color: red;
}

#noerrors {
	color: green;
}

#sondage-badge {
	width: 120px;
	height: 120px;
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -423px;
	background-color: transparent;
}

ol {
	padding-left: 1em;
}

form ol {
	list-style: none;
}

strong {
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}







/* Formulaires */

form ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form ol li {
	margin-bottom: 10px;
}
form ol li em {
	display: block;
	float: left;
	font-size: 14px;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #13bff1;
	font-weight: bold;
}

form hr {
	display: none;
}

span.form-error {
	display: block;
	width: 250px;
	position: absolute;
	background-color: #ffec54;
	margin-left: 438px;
	padding: 5px;
}

span .pointer {
	background-image: url(../images/arrow.png);
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top:0px;
	left: -16px;
}

form input {
	width: auto;
}

input.form_input_text {
	width: 400px;
}

