/*Copyright 2006 Group 1 */
/* Style by: Dexter Zafra of Group 1 */
form {
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 1.5em;
}
.remember {
    font-size : 11px; 
    color : #000000; 
    font-weight: normal;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    text-decoration : none; 
}
.fspan {
    font-size : 12px; 
    color : #000000; 
    font-weight: normal;
    font-family : arial,verdana,sans-serif;
    text-decoration : none; 
}
.art {
    font-size : 12px; 
    color : #000000; 
    font-weight: normal;
    font-family : Arial, Verdana, Helvetica, sans-serif; 
    text-decoration : none; 
}
.uexist:link {
    font-size : 10px; 
    font-weight : normal; 
    color : #0058b0; 
    font-family : verdana, arial, helvetica, sans-serif;
    text-decoration : underline; 
} 
.uexist:visited {
    font-size : 10px; 
    font-weight : normal; 
    color : #0058b0; 
    font-family : verdana, arial, helvetica, sans-serif;
    text-decoration : underline; 
} 
.uexist:hover {
    font-size : 10px; 
    font-weight : normal; 
    color : #ff0000; 
    font-family : verdana, arial, helvetica, sans-serif;
    text-decoration : none; 
}

p#optreqlink {
    margin: 0;
	pading:0;
	float:right;
}
.textbox {
    width: 250px;
    border-left : 0px solid #666; 
    border-right : 0px solid #666; 
    border-top : 0px solid #666; 
    border-bottom : 0px solid #666; 
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
	height:16px;
	margin-bottom:5px;
} 
.textbox2 {
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
} 
.textcom {
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
} 
.cselect {
    width: 163px;
    background-color : #fff; 
    font-size : 11px; 
    font-weight: normal;
    color : #000; 
    font-family : Verdana, arial, helvetica, sans-serif; 
    text-decoration : none; 
}
fieldset {
    margin: 1em 0;
    border: none;
   width:100%;
}
legend {
    margin: 1em 0px;
    padding: 0 20px;
    color: #F60;
    background: transparent;
    font-size: 12px;
	border-left:5px #F2F2F2 solid;
	border-right:5px #F2F2F2 solid;
	border-bottom:2px #F2F2F2 solid;
	border-top:2px #F2F2F2 solid;
    font-weight: bold;
}
label {
    display:block;
    width: 260px;
    padding: 0 1em 0 0;
    text-align: left;
}
fieldset div {
    margin-bottom: .5em;
    padding: 0;
    display: block;
}
div.newsletter div {
    margin: 5px 0;
}
div.newsletter input {
    width: 1em;
}
div.newsletter label {
    display: block;
    width: 200px;
    padding-left: 5em;
    text-align: left;
}
p{
	text-align:justify;
}
.submit {
    color : #333; 
    font-family : verdana, arial, helvetica, sans-serif; 
    font-size : 8pt; 
    font-weight : bold; 
    background-color : #FFF; 
    border : 1px solid #FFF; 
    cursor : pointer; 
	padding:5px;
}
#butdiv {
    clear: both;
    padding-top: 1em;
    text-align: center;
}
#editor textarea{
	width:700px;
}
#editor a, #editor a:hover{
	border:0px;
	background:none;
	padding:0px;
	margin:0px;
}

/* This is the hacking and geeking part */
/* required fields - does not work in IE */
fieldset div{
clear:both;
}
fieldset div.reqfield {
    font-weight: normal;  color: #6191c2;
}
fieldset div.reqfield label:before {
    content: "* "; /* does not work in IE */
}
/* ERREUR */
h1.msgError{
	margin:5px;
	margin-top:20px;
	font-size:16px;
	padding:5px 5px 5px 90px;
	text-align:left;
	display:block;
	color:#FF9F00;
	border:2px #FF9F00 solid;
	background:#FDF9BC url("../images/error.gif") 20px 5px no-repeat;
}
h1.msgError div{
	border-left:1px #FF9F00 solid;
	padding-left:10px;
	padding-bottom:10px;
}
h1.msgError div span{
	padding:4px 0px 0px 0px;
	display:block;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}