* {
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-size : 14px;
	margin : 0px;
	padding : 0px;
	color : #444444;
}

body {
	background-color : #0098a1;
}

a img {
	border : none;
}

h1 {
	font-size: 16px;
	font-weight : bold;
	color: #0098a1;
	margin-bottom : 5px;
}

h2 {
	font-size: 14px;
	color: #a5037c;
	margin-bottom : 5px;
}

p {
	line-height : 19px;
}

.gras {
	font-weight : bold;
}

#logout {
	position : absolute;
	top : 10px;
	right : 10px;
}

.couv {
	margin-right : 10px;
	margin-bottom : 5px;
}

.stdDiv {
	background-color : white;
	background-image : url("../images/mobile/fond-case.jpg");
	background-repeat : repeat-x;
	background-position : bottom;
	margin : 10px;
	padding : 5px;
}

.stdDiv200 {
	min-height : 200px;
}

.stdDiv100 {
	min-height : 100px;
}

.box {
	background-color : white;
	margin : 10px 5px 10px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-bottom : 20px;
	padding-top : 3px;
}

/********** LOGO ********************/
.logo {
	background-image : url("../images/mobile/fond-logo.jpg");
	background-repeat : repeat-x;
	margin : 0px;
}


.pied p {
	text-align : center;
	margin : 10px 10px 10px 30px;
}

.titre {
	text-align : center;
	font-size : 25px;
	color: #0098a1;
	margin : 20px;
}
.suite {
	text-align : right;
	margin-right : 20px;
}

/******** ACCUEIL *****************/
.accueil {
	padding : 50px 20px 50px 20px;
	text-align : center;
	font-size : 10px;
}
.accueil p,
.accueil span,
.accueil a {
	font-size : 12px;
}

/********* RECHERCHE ***************/
.moduleRecherche {
	background-image : url("../images/mobile/fond-recherche.jpg");
	background-repeat : repeat-x;
	font-size : 15px;
	text-align : center;
	margin  : 0px;
	padding-top : 5px;
	padding-bottom : 5px;
}

.moduleRecherche input {
}

/********* ONGLETS *****************/
.onglets {
}

.ongletBord {
        float : left;
	width : 15px;
	height : 1px;
}

.ongletLien {
	font-size : 14px;
	float : left;
	border-top-left-radius          : 10px;
	border-top-right-radius         : 10px;
	-moz-border-radius-topleft      : 10px;
	-moz-border-radius-topright     : 10px;
	-webkit-border-top-left-radius  : 10px;
	-webkit-border-top-right-radius : 10px;
	padding : 8px;
	margin-top : 10px;
	margin-bottom : 0px;
}

.onglets a {
	text-decoration : none;
}

.onglets .actif {
	background-color : #FFFFFF;
}
.onglets .inactif {
	background-color : #DDDDDD;
}

.ongletSeparateur {
        float : left;
	width : 7px;
	height : 1px;
}

.ongletClear {
	clear : both;
}

/***** FLECHES NAVIGATION *******/
.flechesnavig {
	padding : 10px 10px 5px 10px;
	text-align : center;
}

.flechesnavig .separateur,
.flechesnavig .courante,
.flechesnavig .autre {
	padding-left : 5px;
	padding-right : 5px;
}

/********* BDTHEQUE *************/
.bdtheque {
	text-align : center;
}

.bdtheque a {
	text-decoration : none;
	padding : 7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bdtheque .lien {
	text-decoration : underline;
}
.bdtheque .plus {
	background-color : #0f9ea6;
	background-image : url("../images/mobile/fond-bouton.png");
	background-repeat : repeat-x;
}
.bdtheque .moins {
	background-color : #c40909;
	background-image : url("../images/mobile/fond-bouton-x.png");
	background-repeat : repeat-x;
}

.bdtheque p {
	margin : 20px;
}

/********* MEMBRE ***************/
.moduleLogin {
	background-image : url("../images/mobile/fond-recherche.jpg");
	background-repeat : repeat-x;
	font-size : 15px;
	text-align : center;
	margin  : 0px;
	padding-top : 5px;
	padding-bottom : 5px;
}

.moduleLogin input {
}

.moduleLogin a {
	margin-left  : 5px;
	margin-right : 5px;
}

/********* PAGE ALBUM **************/
.pageAlbum {
	padding-top : 30px;
}

.couvAlbum {
	text-align : center;
	margin-bottom : 10px;
}

.pageAlbum h1 {
	font-size : 25px;
	font-weight : normal;
	color : #0098a1;
	margin-bottom : 10px;
	text-align : center;
}

.pageAlbum h2 {
	font-size : 15px;
	color : #a5037c;
	margin-bottom : 10px;
	text-align : center;
}

.pageAlbum dt {
	margin-top : 10px;
	margin-left : 10%;
	font-weight : bold;
}
.pageAlbum dd {
	margin-left : 20%;
}

.tdTitre {
	text-align : right;
	/*width : 40%;*/
	padding-right : 5px;
}

.tdContenu {
	text-align : left;
	padding-left : 5px;
}

.tdColspan {
	padding : 5px;
	text-align : center;
}

.titreAlbum {
	font-size : 15px;
	color : #0098a1;
	margin : 10px auto 5px 5px;
}

.surSceneario {
	font-size : 15px;
	color : #a5037c;
	margin : 10px;
}

.titreSurSceneario {
	font-size : 12px;
	color : #a5037c;
	margin : 5px;
}

.signature {
	color : #a5037c;
}

