/* Start of CMSMS style sheet 'content_en' */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(http://www.cobol-it.com/uploads/images/fondeg.gif);
        background-repeat:repeat-x;
        background-position: top left;
        background-color: #4C4E50;
}
.main {
	min-height: 977px;
	width: 800px;
    
    background-repeat:repeat-x;
    background-position: top;
    background-color: #FFFFFF;
    margin: 0 auto;
	
}
.header {
	height: 77px;
	background-color: #ffffff;
	width: 800px;
}
.menu {
	height: 18px;
border: 1px solid #000;
	width: 799px;
	background-image:url(../fichier-form/fond_menu.jpg)
}
.petitebarre{
	height: 20px;
	width: 240px;

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
                color:#FFFFFF;
	line-height:0px;
        padding-left:0px;
	padding-top:17px;
}
.grandebarre{
	height: 33px;
	width: 740px;
	background-image:url(../fichier-form/fond_grande_barre.png);
	background-repeat:no-repeat;
}
.grandebarretxt{
width: 698px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
                color:#FFFFFF;
	margin-left: 42px;
padding-top: 10px;
}
.grandebarre a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
                color:#FFFFFF;
                text-decoration:none;
}
.div#bloc1 {
      	width: 300px;
      	height: 150px;
      	overflow: auto;
      	border: 1px solid #000;
      }

.flash {
	height: 134px;
border: 1px solid #000;
	width: 799px;
	z-index:-3;
}
.contenu {
	min-height: 620px;
	width: 739px;
border: 1px solid #000;
	/* margin-top: 20px;*/
        margin-left: 0px;
padding-right: 30px;
padding-left: 30px;
padding-top: 30px;
}
.edito{
	 min-height: 600px;
         width: 440px;
padding-right: 20px;
}
.news{
	width: 240px;
                position:relative;
       background: no-repeat;
padding-left: 40px;
}
.products{
	width: 332px;
                position:relative;
}
.footer {
	height: 14px;
	margin-bottom:16px;
border: 1px solid #000000;
position:bottom;
	width: 799px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}
.NewsSummaryLink {
                 font-weight:bold;
                 text-decoration:none;
                 color:#f31bd2;
}
.NewsSummaryLink a {
                 font-weight:bold;
                 text-decoration:none;
                 color:#000000;
}
.blanc {
                 color:#ffffff;
                 text-decoration:none;
}
.form {
                 border:#CCCCCC solid 1px;
                 font-size:12px;
}
.td-form {
                 height:25px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
/* End of 'content_en' */
/* special robots form */
.form_sp {
                 border:#CCCCCC solid 1px;
                 font-size:12px;
				 display:none;
}

form.cobolform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	background-image:url(../captcha/captcha/false.png);
	background-repeat:no-repeat;
	padding-left:20px;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
select.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
form.cobolform .gray * { color: gray; }
form.cobolform div#captchaimage img { border: 1px solid #cccccc; margin:3px; }
form div#captchaimage { float: left; margin-right: 15px; }
form input#captcha { width: 25%; border: 1px solid #cccccc; padding: 2px; }
  #captcha.success {
  	border: 1px solid #49c24f;
	background: #bcffbf;
  }
  #captcha.error {
  	 border: 1px dotted red;
  }

form.cobolform label.valid {
	color: green;
	background-image:url(../captcha/captcha/true.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

