/*Tags*/

a {
	color: #063;
}

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

body {
	left: 0px;
	top: 0px;
	margin: 5px 0px 0px 5px;
}

body, p, div, li, td, input {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;

}

li {
	padding-bottom: 5px;
	text-align: left;

}

p, li {
	font-size: 12px;
}

h3, h4, h5 {
	color: #125643;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;

}

table.recette {
	border: 4px double #000000;
}

td.rec {
	border-bottom: 1px dotted #000000;
}
td.rec h4 {
	margin: 0px;
	padding: 0px;
}
/*Selectors*/

#contenu {
	width: 600px;
	padding-top: 20px;
	padding-left: 10px;
}

#ocia {
	position: absolute;
	left: 0;
	top: -150;
	visibility: hidden;
	background: #DAE1E5;
	border: 1px solid #000000;
	padding-bottom: 10px;
}
#ocia p {
	text-align: center;
}

#process {
	border-top: 1px solid #000000;
}

#process td{
	border-bottom: 1px solid #000000;
}

#video{
	border: 1px solid #000000;
}

#video td {
	text-align: center;
}
/*Classes*/

.callaction {
	background: #C7FCED;
	border: 1px solid #000000;
	padding: 5px 5px 10px;
	width: 70%;
}

.anchor {
	position: relative;
	left: 1px;

}
.concurrence {
	position: absolute;
	background: #C7FCED;
	padding: 10px;
	width: 90%;
	border: 1px dotted #000000;
	overflow: visible;
	visibility: hidden;
	margin-top: 35px;
}

div.concurrence h5 {
	padding: 0px;
	margin: 0px;
}

.shimRight {
	margin: 0px 0px 10px 10px;
}
.imgConcurrence {
	clear: right;
	margin-top: 35px;
}
