/*
	Coccinart 2006
	Initialisation des balises html
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* Définition des fonts */
body {*font-size:small;*font:x-small;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {font-size:inherit;font:100%;}
select, input, textarea {}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}

/*------------------------------------------------------*/

.floatLeft {
	float: left;
	margin: 0px 5px 0px 5px;
}
.floatRight {
	float: right;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

img {
	border: solid 1px #aaa;
}
input {
	border: solid 1px #999;
	font-size: 9px;
}
blockquote {
	margin: 10px 0px 0px 20px;
}



.spacer{
}
.separateur {
	border-bottom: dashed 1px #999;
	margin: 0px 20px 10px 20px;
}

/* round box definition */
.top {
	color: #ddd;
	background-image: url(../images/box-top.gif);
	background-repeat: repeat-x;
	margin: 0px 2px 0px 0px;
	background-color: #ddd;
	font-size: 4px;
	height: 5px;
}
.bottom {
	margin: 0px 2px 10px 0px;
	background-color: #ddd;
	color: #f9f9f9;
	font-size: 4px;
	background-image: url(../images/box-bottom.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	height: 5px;
}
.box {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	margin-top: 0px;
	padding: 10px;
	margin: 0px 2px 0px 0px;
}
.inside {
	padding: 10px;
}
.compare {
	border: 1px solid #ddd;
}
.compare img {
	border: none;
}

.compare th {
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}
.compare td {
	padding: 5px 0px 5px 0px;
	text-align: center;
}


.lignePaire {
	background-color: #ddd;
}
.ligneImpaire {
	background-color: #eee;
}
.mandatory {
	background-color: #eee;
}




/* Main page size */
#page {
	width: 780px;
	margin: auto;
	padding: 5px 0px 0px 0px;
}

/* Special menu */
#specialMenu {
	text-align: right;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 23px;
}
#specialMenu ul {
	list-style-type: disc;
	border-right-color: #CCCCCC;
}
#specialMenu li {
	display: inline;
	list-style-type: disc;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #000;
}
#specialMenu  li.last {
	border-right: none;
	padding: 0px 0px 0px 10px;
}
#specialMenu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#specialMenu a:hover {
	text-decoration: underline;
}

/* Main menu */
#mainMenu {
	padding: 10px 0px 16px 20px;
	margin: 5px 0px 10px 0px;
	background-image: url(../images/mainMenu_bg.gif);
	background-repeat: repeat-x;
	background-color: #999999;
}
#mainMenu dl {
}
#mainMenu dt {
	font-weight: bold;
	padding-bottom: 0px;
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #999;
}
#mainMenu dd {
	display: none;
}

#mainMenu a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#mainMenu a:hover {
	color: #F82919;
}
#google_search {
	text-align: center;
	float: right;
	margin-right: 30px;
}
#google_search img {
	border: none;
}
#google_search form {
	padding: 0px;
	margin: 0px;
}
#google_search input {
	border: solid 1px #999;
	font-size: 9px;
}


#header {
}
#info {
	height: 30px;
	text-align: center;
}




#center {
	margin: auto;
	padding: 0px;
	width: 550px;
	float: left;
}
#keywords {
	height: 70px;
	color: #999999;
	padding: 10px;
}
#pageImage {
}
#pageImage img {
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	border-left: none;
	border-right: none;
}

#colCenter {
	padding: 0px;
}
#centerContent {
	padding: 10px;
}

#colLeft {
	float: left;
}
#box {
}
#box ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
}
#box li {
	margin-left: auto;
}
#box .offres {
	text-transform: uppercase;
}
#box .offres ul {
	list-style-type: none;
}

#box .offres li {
	border-bottom: dashed 1px #999;
	border-top: dashed 1px #999;
	margin: 5px 15px 5px 15px;
	padding: 5px;
	height: 15px;
}
#box .offres .title {
	float: left;
}
#box .offres .prix {
	font-size: 14px;
	font-weight: bold;
	float: right;
	color: #F52217;
}
#box .offres a{
	text-decoration:none;
	color:#000000;
}
#box .offres a:hover{
}
.learnMore {
	text-align: right;
	margin: 15px 15px 5px 0px;
}
.learnMore a {
	color: #3399FF;
	font-weight: bold;
	text-decoration: none;
}
.learnMore a:hover {
	text-decoration: underline;
}



#colRight {
	margin: auto;
	float: right;
}
#refrenceBox h1 {
	font-size: 12px;
	padding: 5px 0px 10px 0px;
	background-color: #CCCCCC;
	border-bottom: solid 1px #999;
	text-align: center;
}
#reference {
}
#reference img {
	border: none;
}

.reference {
	text-align: center;
}



#right {
	background-color: #DEDEDE;
	width: 210px;
	background-image: url(../images/box-bottom.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 5px;
	float: right;
	margin-bottom: 30px;
}

#right h1 {
	color: #333333;
	font-size: 12px;
	background-color: #CCCCCC;
	border-bottom: solid 1px #999;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0px 0px 0px 5px;
}
#right input {
	margin-bottom: 5px;
}

#footer {
	margin: auto;
	text-align: center;
	width: 780px;
	margin-top: 20px;
}
#footer dl {
}
#footer dt {
	font-weight: bold;
	padding-bottom: 20px;
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #999;
}
#footer dd {
	display: none;
}

#footer a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #F82919;
}

#coccinart {
	float: left;
	text-align: left;
	position: relative;
}
#cnil {
	color: #999999;
	padding: 10px;
	border: solid 1px #999;
	margin: 5px;
}
#cnil h1 {
	color: #FFFFFF;
	background-color: #999999;
}
#promo {
}
#promo .titre {
	color: #F52217;
	font-size: 16px;
	font-weight: bold;
}
.test {
}
.siteMap {
}
.siteMap dl {
	font-size: 14px;
	font-weight: bold;
}
.siteMap dt {
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0px 5px 15px;
}
.siteMap dd {
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 30px;
}
