/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*Custom classes*/
.splash{
float:left;
}
#colOne img
{
display: block;
    margin-left: 0;
    margin-right: 0 

}

#colOne ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

#colOne li
{
background-image:url(images/bullet_blue.png) !important; /* non-sucky browser */
background-image:url(images/bullet_blue.gif); /* IE6 */
background-repeat:no-repeat;
background-position:0px 5px;
padding-left:20px;
}

.information{
padding-left:20px;
background-image:url(images/information.png) !important; /* non-sucky browser */
background-image:url(images/information.gif); /* IE6 */
background-repeat:no-repeat;
background-position: 0 4px;
}

.attention{
padding-left:20px;
background-image:url(images/bullet_error.png) !important; /* non-sucky browser */
background-image:url(images/bullet_error.gif); /* IE6 */
background-repeat:no-repeat;
background-position: 0 4px;
}

#download_icon{
margin:0 auto;
}
#bouton_plainte a {
	border: 1px solid black;
	margin:auto;
	line-height:25px;
	width: 200px ;
	text-decoration: none ;
	text-align:center;
	display: block ;
		color:white;
	background-color:red;
	border-width:1px 2px 2px 1px;
border-color:  #cecece #4a4a4a #4a4a4a #cecece;
	font-weight:bold;
	-moz-border-radius: 8px; border-radius: px; 
}
#bouton_plainte a:hover, #bouton_plainte a:focus {
border-width: 2px 1px 1px 2px;
border-color: #4a4a4a #cecece #cecece #4a4a4a;
}
#colOne p{
	text-align: justify;
}
.exergue {
font-weight:bold;
}
.definition {
border-bottom:dotted thin;
cursor:help;
}
.icon{
position:relative;
top:3px;
margin-right:3px;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
-moz-border-radius: 8px; border-radius: px; 
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
display:none;
}


#elementsToOperateOn2,#elementsToOperateOn2bis{
	display:none;
}

.noteauteur{
	display:inline
}

#inconnu{
	display:none;
}

.focusField{
	border:solid 2px #73A6FF;
    background:#EFF5FF;
    color:#000;
}
.idleField{
	background:#FFFFCC;
    color: #6F6F6F;
	border: solid 2px #DFDFDF;
    }

.formulaire {
	width:600px;
	border:none;
	font-size:12px;
}

.formulaire input[type=text]{
	width:200px;
}

.formulaire textarea{
	height:150px;
	width:400px;
}
.ColonneGauche{
	width:30%;
}

input.error { 
	border: 1px solid red; 
}
label.error {
	background: url(images/unchecked.gif) no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	background: url(images/checked.gif) no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}


/*Custom tags*/
legend {
	font-weight: bold;
	font-size: 14px;
}
textarea,input,select{
	font-size: 12px;
}

fieldset { 
	-moz-border-radius: 8px; border-radius: px; 
}
	
/*Main*/

* {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 14px;
	color: #6B6B6B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #EC5600;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
}

/* Posted */

.posted {
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(images/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

.posted p {
	float: left;
	margin: 0;
}

.posted .comments {
	float: right;
}

.posted a {
	color: #717171;
}

/* Header */

#header {
	width: 917px;
	height: 75px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 65px;
	padding: 0 0 0 0;
	background: url(images/img1.gif) no-repeat;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 50px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#menu {
	float: right;
	height: 45px;
	padding: 30px 25px 0 0;
	background: url(images/img3.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu .last a {
background: #FF0037;
color: #FFFFFF;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu .first a {
	border: none;
}

/* Splash */

#splash {
	width: 877px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	background: #FFFFFF url(images/img8.gif) no-repeat left bottom;
}

#colOne {
	float: left;
	width: 620px;
}

#colTwo {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}
#colTwo p {
padding-bottom:15px;}


/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}

