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

/*----------------------------------------------------------------------------------------------*/
/* all */
/*----------------------------------------------------------------------------------------------*/
* {
	font-family: 'Roboto', sans-serif;
/*	font-family:"Myriad Pro", Helvetica, Arial, Geneva, sans-serif;*/
}
/*----------------------------------------------------------------------------------------------*/
/* reset */
/*----------------------------------------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
fieldset,iframe {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header,#content_01,p,.content_01_block,article,aside,hgroup,section,img,figure,figcaption,div,footer {
	display: block;
}
a, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
html {
	background-color: #fff; /*gris clair*/
}

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


#container {
	width:940px;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index:2; /* desus arriere plan*/
	
}


/*----------------------------------------------------------------------------------------------*/
/* header */
/*----------------------------------------------------------------------------------------------*/	
header {
	height: auto;
	background-color: #fff; /*bleu*/
	/*background-image: url(img/bgd_0320x0750px_header.png);*/
	background-repeat: no-repeat;
	background-position: right 0;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0em;
color: #f00;
background-color: #aaa;
height: 1px;
  width: 100%;
}
h1 {
	color: #3f4d5a;
	padding: 5px 0 5px 5px;
	font-size:2em;
	/*-------------- */
	/* text-shadow  */
	/*-------------*/
    text-shadow: 2px 2px 3px #a2a1a1; 
}
h2 {
	color: #3f4d5a;
	padding: 0px 0 5px 5px;
	font-size:1.6em;
	
}
span{
		color: #4485f5;
		font-size:1.2em;
	}
h4 a{
	color: #4485f5;
	padding: 0px 0 5px 5px;
	font-size:.6em;
	}
/*------------------------*/
/*-------- carto ---------*/
/*------------------------*/
#carto{
	width: 455px;
	float: left;
	position: relative;
	/*padding: 20px 0 20px 20px;*/
	border:1px #999999 solid;
	text-align:center;
}
#carto_01{
	display: block;
	
/*
border-width: 0px 0px 8px 2px;
border-image: url(http://www.anne-gaudard-psychologue-montbeliard.com/img/border.png) 0 0 7 7 stretch;
*/
}
#carto_02 {
	
	display:none;
/*
border-width: 0px 0px 4px 4px;
border-image: url(http://www.anne-gaudard-psychologue-montbeliard.com/img/border.png) 0 0 7 7 stretch;
*/
}

/*----------------------------------------------------------------------------------------------*/
/* content_01, carto */
/*----------------------------------------------------------------------------------------------*/	
#content_01 {
	width:300px;
	display:block;
	float:left;
	position:relative;
	padding: 10px 0 0 90px;
	
}

#content_01,
p {
	margin:0 0 20px 0;
	font-size:0.9em;
}
#content_01 p {
	padding:15px;
	margin: 0 0 15px 0;
	background-color: transparent;
	color:#444;
	
}

.content_01_block {
	display:block;
	float: left;
	position:relative;
	width: 280px;
	min-height: 50px;
	margin: 0 20px 15px 0;
	padding: 0 0 0 0;
	background-color: #efefef;
	
	/*----------------------------------------------------------------------------------------------*/
	/* border radius [ Emulation CSS3 for IE 7-8-9 with PIE ] */
	/*----------------------------------------------------------------------------------------------*/	
	/*
	behavior: url(PIE.php);
	border-radius: 20px 20px 0 20px;
	-moz-border-radius: 20px 20px 0 20px;
	-khtml-border-radius: 20px 20px 0 20px;
	-webkit-border-radius: 20px 20px 0 20px;
	*/
}

.content_01_block  { /* ombrage special http://border-image.com/*/

border-width: 0px 0px 2px 2px;
border-image: url(http://www.anne-gaudard-psychologue-montbeliard.com/img/border.png) 0 0 7 7 stretch;

}
/*----------------------------------------------------------------------------------------------*/
/* liens et dégradés */
/*----------------------------------------------------------------------------------------------*/	
.content_01_block a,
.content_01_block a:visited {
	/*----------------------------------------------------------------------------------------------*/
	/* global */
	/*----------------------------------------------------------------------------------------------*/
	display: block;
	float: left;
	position: relative;
	margin-bottom:15px;
margin-left: 15px;
margin-top:15px;

	padding: 8px 14px 6px 14px;
	text-align: left;
	color: #fff;
	font-size:13px;
	font-style:italic;
	border-bottom: 1px solid #9a9a9a;
	/*----------------------------------------------------------------------------------------------*/
	/* text-shadow */
	/*----------------------------------------------------------------------------------------------*/
    text-shadow: 0px -1px 2px #202020;
	/*----------------------------------------------------------------------------------------------*/
	/* border radius [ Emulation CSS3 for IE 7-8-9 with PIE ] */
	/*----------------------------------------------------------------------------------------------*/	
	behavior: url(PIE.php);
	border-radius: 0 10px 0 10px;
	-moz-border-radius: 0 10px 0 10px;
	-khtml-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
	/*----------------------------------------------------------------------------------------------*/
	/* box shadow */
	/*----------------------------------------------------------------------------------------------*/	
	box-shadow:1px 2px 3px rgba(0,0,0,.60);
	-moz-box-shadow:1px 2px 3px rgba(0,0,0,.60);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,.60);
}
.content_01_block a,
.content_01_block a:visited {
	behavior: url(PIE.php);
	/*----------------------------------------------------------------------------------------------*/
	/* box gradient */
	/*----------------------------------------------------------------------------------------------*/	
	/* Fallback */
	background-color:#709ff3;
	/* Old browsers */
	background: #709ff3;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #709ff3 0%, #1b4088 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#709ff3), color-stop(100%,#1b4088));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #709ff3 0%,#1b4088 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #709ff3 0%,#1b4088 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #709ff3 0%,#1b4088 100%);
	/* W3C */
	background: linear-gradient(to bottom, #709ff3 0%,#1b4088 100%);
	/* IE6-8 */
	-pie-background: linear-gradient(bottom, #1b4088 0%, #709ff3 100%);
}
.content_01_block a:active {
	/*----------------------------------------------------------------------------------------------*/
	/* box shadow */
	/*----------------------------------------------------------------------------------------------*/	
	box-shadow:0px 1px 3px rgba(0,0,0,.60);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.60);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.60);
}

.content_01_block a:hover,
.content_01_block a:active {
	color:#fff;
	behavior: url(PIE.php);
	/*----------------------------------------------------------------------------------------------*/
	/* box gradient */
	/*----------------------------------------------------------------------------------------------*/	
	/* Fallback */
	background-color:#709ff3;
	/* Old browsers */
	background: #709ff3;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #1b4088 0%, #709ff3 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b4088), color-stop(100%,#709ff3));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #1b4088 0%,#709ff3 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #1b4088 0%,#709ff3 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #1b4088 0%,#709ff3 100%);
	/* W3C */
	background: linear-gradient(to bottom, #1b4088 0%,#709ff3 100%);
	/* IE6-8 */
	-pie-background: linear-gradient(bottom, #709ff3 0%, #1b4088 100%);
}
footer{
	width:100%;
	display:block;
	float:left;
	position:relative;
	padding: 20px 0 0 20px;
	text-align: center;
	
	}
