div.content {
	width:1000px;
	margin:auto;
}

div.contentleft {
	width:235px;
	float: left;
}

div.contentright {
	width:235px;
	float: right;
}

div.contentcenter {
	width:530px;
	margin:auto;
  text-align: center;
}

div.clear {
	width:100%;
	clear: both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

div.bookphrase {
	width:100%;
	margin-top:30px;
}

div.righttop {
	width:100%;
	margin:auto;
	text-align: center;
}

div.minivideo {
 	width: 160px;
	border-style:solid;
	border-width:0px;
	border-color:#0544B7;
	background-color:#d0e1fd;
	margin:auto;
	margin-top:30px;
	margin-bottom:25px;
	padding-top: 0px;
	padding-bottom: 15px; 
	text-align: center;
 }

div.minivideo img {
	cursor:pointer;
	margin-top:10px;
 }

div.rightbottom {
	width:100%;
	margin:auto;
	bottom:0px;
	text-align: center;
}

div.formnewsletters {
	width: 165px;
	bottom:0px;
  font-family: "arial";
  font-size: 11px;
  font-weight: normal;
	text-align: left;
  color:#666666;
	margin:auto;
  margin-top: 0px;
  margin-bottom: 30px;
}

div.formnewsletters input[type="text"] {
  text-align: left;
  font-family: "arial";
  font-size: 11px;
  font-weight: normal;
  color:#666666;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  letter-spacing: 0px;
}

div.formnewsletters input[type="submit"] {
  text-align: center;
  font-family: "arial";
  font-size: 11px;
  font-weight: normal;
  color:#666666;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0px;
}

div.referafriend {
	width: 160px;
  font-family: "arial";
  font-size: 11px;
  font-weight: normal;
	text-align: center;
  color:#666666;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}

ul.list1 {
	list-style-type: disc;
  color:#666666;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
	text-align: left;
	padding-left:14px;
	margin: 0px;
}

ul.list1 li {
	padding-bottom:3px;
}

ul.uldisorders {
	list-style-type: disc;
  color:#666666;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
	padding-left:35px;
	margin: 0px;
}

ul.uldisorders li {
	padding-bottom:3px;
}

a.ovalbluebutton {
  background: transparent url('../images/oval-blue-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: bold 13px arial; /* Change 13px as desired */
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px; /* Width of left menu image */
  text-decoration: none;
}

a:link.ovalbluebutton, a:visited.ovalbluebutton, a:active.ovalbluebutton {
  color: #0544B7; /*button text color*/
  text-decoration: none;
}

a.ovalbluebutton span {
  background: transparent url('../images/oval-blue-right.gif') no-repeat top right;
  display: block;
  padding-top: 4px; 
  padding-right: 11px; /*Set 11px below to match value of 'padding-left' value above*/
  padding-bottom: 4px; 
  padding-left: 0; 
  text-decoration: none;
}

a.ovalbluebutton:hover { /* Hover state CSS */
  background-position: bottom left;
  color:#0544B7;
  text-decoration: none;
}

a.ovalbluebutton:hover span { /* Hover state CSS */
	background-position: bottom right;
  color:#0544B7;
	text-decoration: none;
}

/* Bouton gris */

a.ovalgraybutton {
  background: transparent url('../images/oval-gray-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: bold 13px arial; /* Change 13px as desired */
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px; /* Width of left menu image */
  text-decoration: none;
}

a:link.ovalgraybutton, a:visited.ovalgraybutton, a:active.ovalgraybutton{
  color: #666666; /*button text color*/
  text-decoration: none;
}

a.ovalgraybutton span {
  background: transparent url('../images/oval-gray-right.gif') no-repeat top right;
  display: block;
  padding-top: 4px; 
  padding-right: 11px; /*Set 11px below to match value of 'padding-left' value above*/
  padding-bottom: 4px; 
  padding-left: 0; 
  text-decoration: none;
}

a.ovalgraybutton:hover { /* Hover state CSS */
  background-position: bottom left;
  color:#666666;
  text-decoration: none;
}

a.ovalgraybutton:hover span { /* Hover state CSS */
	background-position: bottom right;
  color:#666666;
	text-decoration: none;
}
/* */

a.ovalgreenbutton {
  background: transparent url('../images/oval-green-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 13px arial; /* Change 13px as desired */
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px; /* Width of left menu image */
  text-decoration: none;
}

a:link.ovalgreenbutton, a:visited.ovalgreenbutton, a:active.ovalgreenbutton{
  color: #666666; /*button text color*/
  text-decoration: none;
}

a.ovalgreenbutton span {
  background: transparent url('../images/oval-green-right.gif') no-repeat top right;
  display: block;
  padding-top: 4px; 
  padding-right: 11px; /*Set 11px below to match value of 'padding-left' value above*/
  padding-bottom: 4px; 
  padding-left: 0; 
  text-decoration: none;
}

a.ovalgreenbutton:hover { /* Hover state CSS */
  background-position: bottom left;
  color:#666666;
  text-decoration: none;
}

a.ovalgreenbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
  color:#666666;
	text-decoration: none;
}
/* */
a.ovalorangebutton {
  background: transparent url('../images/oval-orange-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: bold 13px arial; /* Change 13px as desired */
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px; /* Width of left menu image */
  text-decoration: none;
  background-position: bottom left;

}

a:link.ovalorangebutton, a:visited.ovalorangebutton, a:active.ovalorangebutton{
  color: #666666; /*button text color*/
  text-decoration: none;
}

a.ovalorangebutton span {
  background: transparent url('../images/oval-orange-right.gif') no-repeat top right;
  display: block;
  padding-top: 4px; 
  padding-right: 11px; /*Set 11px below to match value of 'padding-left' value above*/
  padding-bottom: 4px; 
  padding-left: 0; 
  text-decoration: none;
	background-position: bottom right;

}

a.ovalorangebutton:hover { /* Hover state CSS */
  background-position: top left;
  color:#666666;
  text-decoration: none;
}

a.ovalorangebutton:hover span { /* Hover state CSS */
	background-position: top right;
  color:#666666;
	text-decoration: none;
}
/* */
a.ovalredbutton {
  background: transparent url('../images/oval-red-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 13px Tahoma; /* Change 13px as desired */
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px; /* Width of left menu image */
  text-decoration: none;
}

a:link.ovalredbutton, a:visited.ovalredbutton, a:active.ovalredbutton{
  color: #666666; /*button text color*/
  text-decoration: none;
}

a.ovalredbutton span {
  background: transparent url('../images/oval-red-right.gif') no-repeat top right;
  display: block;
  padding-top: 4px; 
  padding-right: 11px; /*Set 11px below to match value of 'padding-left' value above*/
  padding-bottom: 4px; 
  padding-left: 0; 
  text-decoration: none;
}

a.ovalredbutton:hover { /* Hover state CSS */
  background-position: bottom left;
  color:#666666;
  text-decoration: none;
}

a.ovalredbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
  color:#666666;
	text-decoration: none;
}
/* */

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
  overflow: hidden; 
  width: 100%;
  text-decoration: none;
  float: center;
}

.imgdisorder {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin-top:0px;
	margin-left:0px;
	margin-right:15px;
}

div.videowmv {
	width: 333px;
	padding: 0px;
	background: white;
	color: #fff;
	-moz-outline-radius: 4px;
	position:relative;
	top:250px;
	left:0px;
	margin-top:-250px;
}

.officename, .officename a, .officename a:visited  {
  text-decoration: none;
  text-align: left;
  font-family: "arial";
  font-size: 14px;
  font-weight: bold;
  color:#0544B7;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
 }

.officename a:over {
  text-decoration: underline;
 }

div.officedesc {
  text-align: justify;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  color:#666666;
  margin-top: 15px;
  margin-bottom: 15px;
	padding: 0 0 0 0;
  letter-spacing: 1px;
}

div.officedesc a, div.officedesc a:visited  {
  text-decoration: underline;
  text-align: left;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  color:#0544B7;
  margin-left: 80px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
 }

div.officedesc a:hover  {
  color:#5591f4;
 }

div.officedesc h2, div.officedesc h2 a, div.officedesc h2 a:visited {
  text-decoration: none;
  text-align: left;
  font-family: "arial";
  font-size: 14px;
  font-weight: bold;
  color:#0544B7;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
	padding: 0 0 0 0;
  letter-spacing: 1px;
 }

div.officedesc h2 a:hover {
  font-weight: bold;
  color:#5591f4;
}

.vidtitle {
	text-align: center;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
	font-style: italic;
  color:#666666;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 1px;
 }

div.formsection {
  text-align: left;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  color:#666666;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
 }

div.formsection label {
  text-align: left;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  color:#666666;
  margin-left: 7px;
  margin-right: 0px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
 }

.surveyradio {
  text-align: left;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  color:#666666;
  margin-left: 18px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
 }

div.secured {
	float: right;
  text-align: right;
  font-family: "arial";
  font-size: 11px;
  font-weight: normal;
  color:#666666;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
 }

div.secured img {
	position:relative;
	top:5px;
	left:5px;
}

div.messageboxerror {
  text-align: left;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  color:#666666;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
	padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
	border-style:solid;
	border-width:1px;
	border-color:red;
	background-color:#ffebe8;
}

div.messageboxerror h2 {
  text-align: left;
  font-family: "arial";
  font-size: 14px;
  font-weight: bold;
  color:red;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#recaptcha_image {
	border-style:solid;
	border-width:1px;
	border-color:gray;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
	padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}