/* css stdm*/

@media screen
{

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-serif; color: #7C7A6D;
	background: url("../../images/fond.gif") repeat-x #FFDD00;
}

img {
	border: 0px;
}

/* fond blanc (conteneur:contenu,pied)*/
#principal {
	/*centrer le fond blanc*/
	margin-left : auto;
	margin-right : auto;
	padding: 0px;
	width: 800px;
	background: url("../../images/fond1.png") repeat-y;
	/* taille interligne */
	line-height: 14px;
	
}

/* entete composée de 3 images*/
#bande {
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
}

/*---- MENU version 2----*/
#menu ul {
	list-style-type: none;
	margin-top: -3px;
	margin-left: 132px;
	padding: 0px;
	height: 58px;
	font-size: 10px;
}

#menu li {
	float: left;
	text-align: center;
}

#menu li a {
	display: block;
	height: 36px;
	padding-top: 22px;
}

.btn {
	height: 58px;
	width:101px;
	background-image: url("../../images/menuN.gif");
}

.btnbord {
	height: 58px;
	width:100px;
	background-image: url("../../images/menuN.gif");
}

.selected {
	height: 58px;
	width:101px;
	background-image: url("../../images/menuC.gif");
}

.selectedbord {
	height: 58px;
	width:100px;
	background-image: url("../../images/menuC.gif");
}

.btn:hover {
	background-image: url("../../images/menuC.gif");
}

.btnbord:hover {
	background-image: url("../../images/menuC.gif");
}

#menu a {
	color: #7C7A6D;
	text-decoration : none;
}

#menu a:hover {
  text-decoration : none;
}

#menu a:visited {
  text-decoration : none;
}
/* ----FIN MENU----*/
/* conteneur:souscontenu,  div image */
#contenu {
	margin-top: 0px;
	margin-left: 40px;
	padding-left: 20px;
	width: 100%;
	border-left: 10px solid #FFDD00;
	font-size: 11px;
}

/* liste du contenu */
#contenu ul {
	list-style-type: disc;
}

/* titre du contenu*/
#contenu h3 {
	font-size: 12px; font-weight: bold;
}

/*contenu page index*/
#contenu1 {
	margin-top: 0px;
	margin-left: 40px;
	padding-left: 20px;
	width: 690px;
	text-align: justify;
	font-size: 11px;
}

/* titre du contenu*/
#contenu1 h3 {
	font-size: 12px; font-weight: bold;
}

/*texte*/
.souscontenu {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 690px;
	border-top: 1px solid #FFDD00;
	text-align: justify;
	font-size: 11px;
}

.sous1 {
	margin:0;
	padding:0;
	background-image:url(../../images/ser01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.sous2 {
	margin:0;
	padding:0;
	background-image:url(../../images/ser02.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.sous3 {
	margin:0;
	padding:0;
	background-image:url(../../images/ser03.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.sous4 {
	margin:0;
	padding:0;
	background-image:url(../../images/ser04.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.sous6 {
	margin:0;
	padding:0;
	background-image:url(../../images/ser06.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}


/*div contenant l'image de societe-stdm.php*/
#image {
	position: relative;
	margin-top: -100px;
	margin-left: 400px;
	padding-bottom: 20px;
}

/*copyright*/
#pied {
	margin-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 10px;
}

.gauche {
	text-align: left;
}

.droite {
	text-align: right;
}

a {
  color : #7C7A6D;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

.large {
	width: 350px;
}

#index1 {
	width: 350px;
	margin:0;
	padding:0;
	float:left;
}

#index2 {
	margin:0;
	padding:0;
}

#index2 img {
	margin: 0 0 0 10px;
	padding:0;
}

/*----Formulaire----*/
#formulaire {
	margin: 0px;
	width: 260px;
	text-align: right;
}

#formulaire select{
	width: 172px;
	color: #000000;
	border: 1px solid #7C7A6D;
}

#formulaire textarea{
	width: 250px;
	height: 50px;
	color: #000000;
	border: 1px solid #7C7A6D;
}

#formulaire input[type=text]{
	width: 170px;
	color: #000000;
	border: 1px solid #7C7A6D;
}
#formulaire input[type=submit]{
	color: #000000;
}

.obligatoire {
	background-color: #FFE873;
}

.oblige {
	color: #FFE873;
}

/*----Coordonnees----*/
#coordonnees {
	margin-top: 0px;
	margin-left: 0px;
}

.h {
	text-align: right;
	font-size: 10px;
	margin-right: 109px;
}

}

@media print
{

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-serif; color: #7C7A6D; font-size: 11px;
}

.horslogo {
	display: none;
}

#listeservice {
	display: none;
}

.h {
	display: none;
}

/*----menu----*/
#menu {
	display: none;
}

/*----formulaire----*/
#formulaire {
	display: none;
}

img {
	border : 0px;
}

a {
  color : #7C7A6D;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

}