/* normalise les marges et les remplissages  */



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;
}



/* normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6
{
font-size : 100%;
}



/* supprime list-style pour les listes */
ol, ul
{
list-style : none;
}
#tornasu {
	font-size:small;
	text-align:center;
	margin-top:35px;
	margin-bottom:0;
}



/* normalise les styles et graisse de fontes */
address, caption, cite, code, dfn, em, th, var
{
font-style : normal;
font-weight : normal;
}



/* supprime les bordures dans les tableaux */
table
{
border-collapse : collapse;
border-spacing : 0;
}



/* supprime les bordures dans les éléments fieldset et img */
fieldset, img
{
border : 0;
}



/* aligne le texte à gauche dans caption et th */
caption, th
{
text-align : left;
}



/* supprime les apostrophes double (guillemets anglais) autour de q */
q:before, q:after
{
content :'';
}



/* supprime le souslignage des liens et les met en noir */
a
{
text-decoration : none;
color : #33c;
}

/*****************************************
		SITE
******************************************/



body {
padding: 0;
margin: 0;
text-align:center;
background: #fff url(../images/background.png) 0 0 repeat-x;
z-index:10;
}

#wrapper {
position:relative;
width:960px;
text-align:justify;
margin:0 auto 0 auto;
}


/**		HEADER		**/


#header {
position:relative;
height:175px;
width:100%;
z-index:100;
padding-top:20px;

}

#logo {
background:url(../images/logo.png) left top no-repeat ;
height:132px;
width:960px;
margin-bottom:25px;

}

a #logo {
outline:none;
}

#nav_main {
position:absolute;
top:180px;
left:10%;
width:80%;
height:40px;
border-top: 1px solid #00adef;
}

#top {
position:relative;
width:auto;
/*min-height:270px;*/
height:auto !important;
height:270px;
margin-bottom:20px;
margin-top:50px;
z-index:1;
}

/**		MIDDLE SITE		**/

#main {
position:relative;
width:100%;
margin-top:0px;
z-index:1;
}

#left {
float:left;
width:215px;
margin-top:-4px;
padding-right:15px;
}
.componentheading {
	padding-top:12px;
	padding-bottom:10px;
	margin-left:-100px;

}
.gallery {
	padding-top:12px;
	padding-bottom:10px;

}

#main_component {
margin: 0 0 0 230px;
/*padding: 0 8px;*/
}

/*#component-contact {
	padding-top:10px;
}*/




/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



form label {

	cursor: pointer;

}



input, select, textarea, .inputbox {

	padding: 1px 5px;

}



/*.button {

	

	border: 1px solid #999999;

	background: #d1edfb;

	color: #00ADEF;

	font-size: 85%;

	text-transform: uppercase;

}



.button:hover, .button:focus {

	border: 1px solid #999999;

	background: #e8f6fd;

	color: #F7941D;

}*/



* html .button {

	padding: 2px 0 !important; /*IE 6*/

}



*+html .button {

	padding: 2px 0 !important; /*IE 7*/

}



.inputbox {

	border: 1px solid #CCCCCC;

	background: #FFFFFF;

}



.inputbox:hover, .inputbox:focus {

	background: #FFFFCC;

}


/* META

--------------------------------------------------------- */

.article-tools {

	border-top: 1px solid #DDDDDD;

	width: 100%;

	float: left;

	/*clear: both;*/

	margin-bottom: 15px;

	display: block;

	background: #ECECEC;

}



.article-meta {

	padding: 5px;

	width: 80%;

	float: left;

}



/*.createby {

	padding: 3px 3px 3px 20px;

	background: url(../images/icon-user.gif) no-repeat 0 2px;

}*/



.create_date {

	float: left;

	width: 60px;

	height: 60px;

	margin-right: 10px;

	padding-bottom: 5px;

	background-image: url(../images/date_sheet.png);

	background-repeat: no-repeat;

	background-color: #363f44;

	text-align: center;

}

.date {

	font-size : 20px;

	line-height: 34px;

	font-weight: bold;

	color : #AFC6D0;

}

.month {

	font-size : 10px;

	line-height: 12px;

	color : #cdcdcd;

}

.year {

	font-size : 9px;

	line-height: 10px;

	color : #acacac;

}

.createdate {

	font-size : 12px;

	color : #3e4d57;

}

.written_by {

	font-size : 11px;

	color : #556877;

}

.modifydate {

	color : #556877;

	font-size : 11px;

	padding: 0 5px;

	margin: 0 0 10px 0;

	float: right;

	clear: both;

}



div.buttonheadings {

	float: right;

	width: auto;

	padding: 0;

	margin: 12px 0 0 0;

}

.buttonheadings span {

	width: 16px;

	height: 16px;

	padding: 0;

	margin: 3px;

}





.buttonheading img {

	margin: 7px 5px 0 0;

	border: 0;

	float: right;

}


/**  ARTICLE  JOOMLA **/

.sectiontableheader {

	padding: 8px 5px;

	background: #d2edfb;

	color: #555;
	/*font-family:Constantia,georgia,Times New Roman,Verdana;*/

}

h2.contentheading {
margin-bottom:4px;
}

.article-content {
margin-top:20px;
clear:right;
}

table.contentpaneopen, table.contentpane, table.blog {
width:100%;
}
#registrationTable{
	margin:0 auto;
}
.cb_template_default{
	margin-left:100px;
}


table.contenttoc {
float:right;
display:block;
padding:10px;
margin:10px;
width: 20%;
}

.article_separator {
display:block;
clear:both;
height:35px;
}

.column_separator {
padding:0 0 0 25px;
}

/*.article-tools {
display:block;
float:right;
margin:5px 0 0 0;
width:170px;
}*/

.article-meta {
padding:5px;
}

.createdate {
display:block;
text-align:left;
line-height:16px;
font-size:10px;
}

.createby {
display:block;
text-align:right;
line-height:16px;
font-size:12px;
}

.article-link {
margin-bottom:28px;
clear:right;
}

.link-section {
display:block;
float:right;
text-align:right;
line-height:16px;
font-size:10px;
}

.buttonheading {
display:block;
float:right;
margin-left:10px;
text-align:right;
line-height:16px;
font-size:10px;
}

/** Modules Left		**/

.color {
margin-bottom:30px;
}


.color h3 {
border-bottom: 2px solid #ddd;
}

/**  users modules  **/

.users_bottom, .users_top {
position:relative;
margin-top: 20px;
text-align:left;
width:auto;
z-index:1;
}

.users_bottom {
margin-top: 20px;
}

.user1, .user2, .user4, .user5 {
margin: 0;
float:left;
border: 6px solid #eee;
background-color: #fff;
min-height:100px;
padding:10px;
}

.user2 {
float:right;
}

.user5 {
float:right;
}

.user1:hover, .user2:hover, .user4:hover, .user5:hover {
border: 6px solid #ddd;
background-color: #f6f6f6;
}


/**		FOOTER		**/

#footer {
border-top: 1px solid #ddd;
margin-top:5px;
height:50px;
}

#footer p {
margin-bottom:0;
text-align:center;
}

#syndicate {

margin:6px 10px 10px 0;
}

#search {
float: right;
height:20px;
line-height:20px;
overflow:hidden;
text-align:right;
margin:8px 0px 10px 0;
}

#search .inputbox {
background:transparent url(../images/icon-search.gif) 0 0 no-repeat;
border:0 none;
float:left;
height:20px;
padding:1px 0 0 25px;
width:160px;
color:#666;
}

#copyright {
float:left;
margin:10px;
}

#copy {
float:right;
margin:10px 10px 10px 25px;
}




/**  OTHERS  	**/



.clr {
clear:both;
}


