@charset "utf-8";
/* CSS Document */

<style type="text/css">

html {
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 85%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #f7fbff;
}

#global {
	margin: 0;
	padding: 0;
	background: url(http://www.atma.ca/images/global-bg.gif) repeat-x top;
}

#header {
	margin: 0;
	padding: 0;
	height:147px;
}

#header #logo{
	float:left;
	height:110px;
}



#content{
	width:955px;
	margin: 0 auto;
	padding:  0;
	text-align: center;
	position: absolut;
	background-color:#fff;
	background-image: url(http://www.atma.ca/images/content-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-left: 4px solid #f3f9ff;
	border-right: 4px solid #f3f9ff;	 /* en attente*/
	
}

#content #textes{
	float:left;
	text-align:left;
	width:652px;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 24px 24px;
}

#content #textes p{
	text-align:justify;
}

#content #textes h3{
 margin-right: 3em;
}

#content #textes h4{
}

#content #textes ul{
	text-align:justify;
	margin: 0.5em 2em;
}

#content #textes ol{
	text-align:justify;
	margin: 0.5em 2em;
}

#content #textes li{
margin: 0.5em 0;
	color: #27303F;
}

#content #textes .produits-livres {
	margin: 0 4% 0 0;
	text-align: left;
	float:left;
	width:26%;
	height: 300px;
}

#content #textes .produits-cd {
	height: 230px; 
	margin: 0 4% 0 0;
	width:26%;
	text-align: left;
	float:left;
		line-height: 1.1em;
}

#content #textes .produits-videos {
	height: 240px; 
	margin: 0;
	width:33%;
	text-align: left;
	float:left;
	line-height: 1.1em;
}

#content #textes .produits-sante {
	height: 250px; 
	margin: 0 4% 0 0;
	width:26%;
	text-align: left;
	float:left;
	line-height: 1.1em;
}

#content #textes .produits-auteurs {
	height:235px;
	width:22%; 
	margin: 0 3% 0 0;
	float:left;
	line-height: 1.1em;
}

#content #textes .image-liste{
	margin:0;
	padding:0;
	border: 6px solid #EAF5FF;
	text-decoration: none;
}

#content #textes a:hover .image-liste{
	border: 6px solid #b5dcfe;;
}

#content #textes .titre-liste{
	font-size: 1em;
	line-height: 1.2em;
	padding:0;
	margin: 0.25em 0 0 0;
	text-decoration: none;
	color: #2161B8;
	display:block;
}

#content #textes a:hover .titre-liste{
	text-decoration: underline;
}

#content #textes .sous-titre-liste {
	margin: 0.2em 0 0 0;
	padding:0;
	line-height: 1.1em;
	font-size:0.8em;
	text-align:left;
	text-decoration: none;
	color: #27303F;
}

#content #textes .sous-titre-liste a{
	margin: 0.2em 0 0 0;
	padding:0;
	line-height: 1.1em;
	text-align:left;
	text-decoration: none;
	color: #27303F;
}

#content #textes .sous-titre-liste a:hover {
	text-decoration: underline;
}





#content #textes #details-images{
	float:left;
	position: relative;
	margin-top:0.5em;
}

#content #textes #details-images img{
	border: 8px solid #e3f2ff;
}

#content #textes #details{
	float:left;
	font-size:0.9em;
	padding-left:24px;
	position: relative;
	margin-top:0.5em;
}

#content #textes #details ul.details-produits{
	list-style-type: none;
	margin:1em 0 0 0;
	padding:0;
}

#content #textes #details ul.details-produits li{
	margin:0;
	padding:0;
}

#content #textes #details h1{
	margin-top:0;
}

#content #textes #details h2{
	margin-top:0;
	font-weight: normal;
	color: #27313F;
}

#content #textes #details h3 a{
	padding-right: 4px;
	text-decoration:underline;
	color: #27303F;
	font-weight: normal;
	font-size: 0.9em;
}

#content #textes #details h3 a:hover{
	text-decoration: none;
}





/* CSS Tracks */
#content #textes .track{
	display:block;
	border-bottom: 1px solid #d2eaff;
	background-color:#fff;
}

#content #textes .track a{
	display:block;
	text-decoration: none;
	color: #27303F;
	padding-left: 34px;
	background-image: url(http://www.atma.ca/images/extrait-play-bt.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

#content #textes .track a:hover{
	color: #327bdb;
	background-color:#F2F9FF;
}

#content #textes .track img{
	border:0;
}







.evenement{
	border-left: 12px solid #EAF5FF;
	margin-bottom: 0.5em;
	padding: 24px 16px;
}

.evenement:hover{
	background-color:#F2F9FF;
	border-left: 12px solid #d2eaff;
	margin-bottom: 0.5em;
}

.evenement p{
	padding:0;
	margin:0;
}

.evenement h2{
	font-size:1.4em;
	font-weight: normal;
	padding:0;
	margin:0;
}



.evenement h2 a{
	text-decoration: none;	
	font-weight: normal;
}

.evenement h2 a:hover{
	text-decoration: underline;
}

.evenement p.eventInfos{
	margin-top: 0.5em;
	font-size: 0.9em;
	line-height:1.1em;
	color: #384E76;
}

.detailsCalendrier{
	font-size:1.4em;
	font-weight: normal;
	color:#327bdb;
	padding:0;
	margin:0;
}

#content #side{
	float:right;
	width:250px;
	margin:0;
	padding:12px 0;
	background-image: url(http://www.atma.ca/images/side-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;

}

#content #side a{
	text-decoration: none;
}

#content #side a img{
	border: 0;
}

#content #side a img.interactive{
	border: 6px solid #EAF5FF;
}

#content #side a:hover img.interactive{
	border: 6px solid #b5dcfe;;
}

#content #side .side-textes {
	padding:6px 12px;
	font-size:0.95em;
	font-weight: normal;
	color: #27303F;
	display:block;
	}

#content #side a:hover .side-textes {
	text-decoration: underline;
	color: #327bdb;
	}

#content #side #en-vedette {
	background-image: url(http://www.atma.ca/images/side-en-vedette-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:96px;
	padding-bottom:6px;
	width:219px;
	text-align:center;
	margin :0 auto 12px auto;
	background-color:#fff;
}

/*
#content #side #video {
	background-image: url(http://www.atma.ca/images/side-videos-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:54px;
	padding-bottom:36px;
}*/

/* CSS Document 
	width:230px;
	text-align:center;
	margin:0 auto;
	background-color:#fff;
*/

#content #side #video {
	text-align:center;
	margin :0 auto 12px auto;
}

#content #side #infolettre {
	background-image: url(http://www.atma.ca/images/side-infolettre-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:90px;
	padding-bottom:90px;
	width:219px;
	text-align:center;
	margin :0 auto 12px auto;
}

#bottom{
	margin:0;
	padding: 0 0 36px 0;
	line-height: 1.4em;
	background-color:#ecf6ff;
	background-image: url(http://www.atma.ca/images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}



.warp {
	width:955px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.clearer { 
    clear: both;
    height: 0px;
	padding: 0;
	margin: 0;
	overflow : hidden
}

.float-right {
	float:right;
}
.float-left {
	float:left;
}


h1{
	padding:0;
	margin:0 0 0.5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#224B99;
	font-style: italic;
	line-height: 1.2em;
	font-size: 2em;
}

h2{
	padding:0;
	margin:0.5em 0;
	color: #27313F;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 1.6em;
}

h3{
	padding:0;
	margin:0.5em 0;
	color: #27313F;
}

h4{
	padding:0;
	margin:1em 0;
	color: #27313F;
}


p {
	padding:0;
	margin:1em 0;
	color: #27303F;
}

a {
	color:#327bdb;
	margin:0;
	padding:0;
}

a:hover {
	text-decoration: none;
}

ul{
	margin:0;
	padding:0;
}

li{
	margin:0;
	padding:0;
}


a img {
	border:0;
}

.small{
	font-size: 0.9em;
	color: #5B7AA8;
}

.small a{
	color: #4470BF;
}

.ligne{
	padding: .25em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #d2eaff;
	border-top: 1px solid #d2eaff;
	font-weight: normal;
	color: #27303F;
	display:block;
	background-color:#F2F9FF;
}

.prix{
	color: #3399FF;
	font-size:1.5em;
	line-height: 1.5em;
}

.bleu{
	color: #2161B8;
}

.contour-produit{
	border: 8px solid #e3f2ff;
	margin-bottom: 1em;
}

.actif{
	text-decoration: none;
	color: #8597AD;
}













</style>