/*
*		JoomSpirit CSS file for typo
*/

body {
font-family: verdana, arial, helvetica, tahoma, sans-serif;
line-height: 1.6em;
color: #444;
}

p {
margin: 8px 0;
}


h1, h2, h3, h4 {
font-family: Verdana, times, arial;
text-decoration: none;
text-transform:none;
font-weight:normal;
padding:8px 0 8px 0;
}

h1, h2.contentheading, .componentheading {
font-size:200%;
line-height:36px;
padding-top:0;
}

h1.componentheading, .componentheading {
padding-bottom:40px;
}

h2, .blog  h2.contentheading{
font-size:150%;
}

h2 a {
text-decoration: none;
}

h2 a:hover {
text-decoration: none;
}

h3 {
font-size:110%;
font-weight:bold;
line-height:20px;
}

h4 {
font-size:110%;
line-height:18px;
}


.blog h2.contentheading {
}

/**			LINK		**/



a {
color:#d04e2e;
text-decoration : none;
}

a:hover {
color:#d04e2e;
text-decoration : underline;
}

a:active, a:focus {
outline:none;
}

/**	LEFT and RIGHT	**/

.moduletable h3 {
padding-top:0;
background: transparent url(../images/puce-h3.png) 0 8px no-repeat;
font-size:140%;
text-indent:9px;
}




/*	List  */

ul.normal, ul.check, ul.arrow, ul.normal_green, ul.check_green, ul.arrow_green, ul.circle,
ul.normal_red, ul.check_red, ul.arrow_red  {
margin-left:6px;
margin-top:10px;
padding-left:0;
}

.normal li, .check li, .arrow li, .normal_red li, .check_red li, .arrow_red li, .circle li,
.circle_red li  {
background: url(../images/list_normal.png) 0 0px no-repeat;
padding-left: 21px;
list-style:none;
margin:5px 0;
}

.check li {
background: url(../images/list_check.png) 0 2px no-repeat;
}

.arrow li {
background: url(../images/list_arrow.png) 0 1px no-repeat;
}

.circle li {
background: url(../images/list_circle.png) 0 2px no-repeat;
}

.normal_red li {
background: url(../images/list_normal_red.png) 0 0px no-repeat;
}

.arrow_red li {
background: url(../images/list_arrow_red.png) 0 1px no-repeat;
}

.check_red li {
background: url(../images/list_check_red.png) 0 2px no-repeat;
}

.circle_red li {
background: url(../images/list_circle_red.png) 0 2px no-repeat;
}


ul.normal ul, ul.check ul, ul.arrow ul, ul.normal_red ul, ul.check_red ul, ul.arrow_red ul, ul.circle ul, 
ul.circle_red ul {
margin-left: 0px;
margin-top:4px;
padding-left:0;
}

.normal li li, .check li li  .arrow li li, .normal_red li li, .check_red li li , .arrow_red li li , .circle li li, 
.circle_red li li  {
background: url(../images/list_normal.png) 0 2px no-repeat;
padding-left: 18px;
list-style:none;
margin:5px 0;
}


ol {
margin: 5px 0;
background-color: transparent;
padding: 0 0 0 20px;
}

ol li {
margin: 0;
padding: 5px;
font-weight: normal;
}

/*
*	Quotation
*/


blockquote.black, blockquote.red {
margin: 10px 30px 10px 30px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/quote_black.png) 0 5px no-repeat;
text-align:justify;
font-style:italic;
font-size:105%;
}

blockquote.red {
background: url(../images/quote_red.png) 0 5px no-repeat;
}




blockquote.black p , blockquote.red p {
margin: 0px -35px -10px 0px;
padding: 0px 35px 10px 0px;
background: url(../images/quote_black_end.png) 100%  no-repeat;
}

blockquote.red p {
background: url(../images/quote_red_end.png) 100%  no-repeat;
}

/**  DIV Info  **/


.info {
line-height:25px;
padding-left:30px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background: #e2e2e2 url(../images/logo_info.gif) 4px 3px no-repeat;
margin: 10px 0;
}

/** 	TOOL TIPS		**/

.tool-tip {
color: #666;
width: 139px;
z-index: 13000;
}
 
.tool-title {
font-weight: bold;
font-size: 115%;
margin: 0;
padding: 8px 8px 4px;
background: transparent url(../images/bubble.png) top left no-repeat;
}
 
.tool-text {
font-size: 100%;
padding: 4px 8px 8px;
background: transparent url(../images/bubble.png) bottom right no-repeat;
}

/**	login	**/

#modlgn_username, #modlgn_passwd {
background-color: #dedab8;
font-size:90%;
width:150px;
}

#modlgn_username:hover, #modlgn_passwd:hover,
#modlgn_username:focus, #modlgn_passwd:focus {
background-color: #f5f5f5;
}

#submit_login {
float:left;
font-size:90%;
padding:2px 6px;
}

ul.icon_login, ul.icon_login {
float:left;
margin: 0 0 0 10px;
}

ul.icon_login li, ul.icon_login li {
display:block;
float:left;
width:16px;
height:16px;
margin:5px 0 0 10px;
}

ul.icon_login li a:hover, ul.icon_login li#current a, ul.icon_login li.active a {
border:none;
}

#form-login-remember {
clear:both;
padding-top:8px;
}

p#form-login-username {
margin-top:0;
}

p#form-login-password {
}

#modlgn_remember {
background-color:transparent;
border:none;
}


/**	read more	**/

a.readon {
background-color:#ffffff;
border:1px solid #eee;
display:block;
float:right;
font-size:12px;
font-weight:normal;
margin-right:2px;
margin-top:0px;
padding:4px 21px 3px 14px;
text-decoration:none;
text-transform:none;
}

a.readon:hover {
color: #fff;
background-color:#d04e2e;
text-decoration:none;
}

/**		FOOTER		**/

#footer {
font-size:90%;
}

#adress {
color: #bbb;
}

.adresse {
	display: none;
}


/**		JULIE		**/
.logos-partenaires {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.logo-partenaire {
	float: left;
	width: 33%;
	text-align: left;
}