/* Yahoo! UI Library: Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body {
	background: url(../images/custom/rayures.png) repeat transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#document {
	/*width: 1020px;*/
	width: 95%;
	margin: 0 auto;
}

table#pagecentrale {
	width: 100%;
}

#colonnecentrale {
    padding-left : 20px;
    padding-right : 20px;
    border-right : 1px solid black;
}

#logoidac {
    position: absolute;
    top: 7px;
    right: 40px;
}

/*------------------------------------------------------- ICONES JCMS */
div#iconesjcms {
  width: 400px;
  background-color: White;
  border: solid 2px Grey;
  margin: 10px;
  margin-top: 30px;
  padding: 15px;
}

/*------------------------------------------------------- POSITIONNEMENT */
.droite {
	text-align: right;
}

.gauche {
	text-align: left;
}

.bottom {
	margin-top: 25px;
	margin-bottom: 10px;
}

.clean {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*------------------------------------------------------- ELEMENTS COMMUNS */
#outilsbas {
	width: 300px;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 10px;
	float:left;
}

#outilsbas a {
	text-decoration: none;
	color: #444;
}

#outilsbas a:hover {
	text-decoration: underline;
}

